Skip to content

Commit

Permalink
chore(deps): update all dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Jan 17, 2024
1 parent c1c9560 commit 582bb9e
Show file tree
Hide file tree
Showing 4 changed files with 327 additions and 528 deletions.
4 changes: 2 additions & 2 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

# Build stage: Install python dependencies
# ===
FROM ubuntu:focal AS python-dependencies
FROM ubuntu:jammy AS python-dependencies
RUN apt-get update && apt-get install --no-install-recommends --yes python3-pip python3-setuptools
ADD requirements.txt /tmp/requirements.txt
RUN pip3 config set global.disable-pip-version-check true
Expand Down Expand Up @@ -35,7 +35,7 @@ RUN yarn run build-css

# Build the production image
# ===
FROM ubuntu:focal
FROM ubuntu:jammy

# Install python and import python dependencies
RUN apt-get update && apt-get install --no-install-recommends --yes python3-setuptools python3-lib2to3 python3-pkg-resources
Expand Down
18 changes: 9 additions & 9 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -24,16 +24,16 @@
"@canonical/global-nav": "3.6.2",
"autoprefixer": "10.4.16",
"concurrently": "8.2.2",
"postcss": "8.4.32",
"postcss-cli": "10.1.0",
"prettier": "3.1.0",
"sass": "1.69.5",
"stylelint": "15.11.0",
"postcss": "8.4.33",
"postcss-cli": "11.0.0",
"prettier": "3.2.4",
"sass": "1.69.7",
"stylelint": "16.1.0",
"stylelint-config-prettier": "9.0.5",
"stylelint-config-recommended-scss": "13.1.0",
"stylelint-order": "6.0.3",
"stylelint-prettier": "4.1.0",
"vanilla-framework": "4.5.1",
"stylelint-config-recommended-scss": "14.0.0",
"stylelint-order": "6.0.4",
"stylelint-prettier": "5.0.0",
"vanilla-framework": "4.6.0",
"watch-cli": "0.2.3"
},
"devDependencies": {
Expand Down
8 changes: 4 additions & 4 deletions requirements.txt
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
canonicalwebteam.flask-base==1.1.0
canonicalwebteam.blog==6.4.1
canonicalwebteam.blog==6.4.2
canonicalwebteam.yaml-responses==1.2.0
canonicalwebteam.discourse==5.4.7
canonicalwebteam.discourse==5.4.9
canonicalwebteam.search==1.3.0
canonicalwebteam.templatefinder==1.0.0
canonicalwebteam.image-template==1.3.1
black==23.11.0
flake8==6.1.0
black==23.12.1
flake8==7.0.0
requests==2.31.0
semver==3.0.2
cachetools==5.3.2
Expand Down
Loading

0 comments on commit 582bb9e

Please sign in to comment.