Skip to content

Commit

Permalink
fix(deps): update all dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Jul 2, 2024
1 parent 1d2e04e commit 9c89c83
Show file tree
Hide file tree
Showing 5 changed files with 136 additions and 265 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/pr.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -91,7 +91,7 @@ jobs:
SECRET_KEY=insecure_secret_key coverage run --source=. -m unittest discover tests
- name: Upload coverage to Codecov
uses: codecov/codecov-action@v3
uses: codecov/codecov-action@v4
with:
flags: python

Expand Down
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:jammy AS python-dependencies
FROM ubuntu:noble 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:jammy
FROM ubuntu:noble

# 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
12 changes: 6 additions & 6 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -19,21 +19,21 @@
"test": "yarn run lint-scss && yarn run lint-python && yarn run test-python"
},
"dependencies": {
"@canonical/cookie-policy": "3.6.3",
"@canonical/cookie-policy": "3.6.4",
"@canonical/discourse-rad-parser": "1.0.1",
"@canonical/global-nav": "3.6.4",
"autoprefixer": "10.4.19",
"concurrently": "8.2.2",
"postcss": "8.4.38",
"postcss": "8.4.39",
"postcss-cli": "11.0.0",
"prettier": "3.2.5",
"sass": "1.75.0",
"stylelint": "16.3.1",
"prettier": "3.3.2",
"sass": "1.77.6",
"stylelint": "16.6.1",
"stylelint-config-prettier": "9.0.5",
"stylelint-config-recommended-scss": "14.0.0",
"stylelint-order": "6.0.4",
"stylelint-prettier": "5.0.0",
"vanilla-framework": "4.13.0",
"vanilla-framework": "4.14.0",
"watch-cli": "0.2.3"
},
"devDependencies": {
Expand Down
4 changes: 2 additions & 2 deletions requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,8 @@ canonicalwebteam.discourse==5.5.0
canonicalwebteam.search==1.3.0
canonicalwebteam.templatefinder==1.0.0
canonicalwebteam.image-template==1.3.1
black==24.3.0
flake8==7.0.0
black==24.4.2
flake8==7.1.0
requests==2.31.0
semver==3.0.2
cachetools==5.3.3
Expand Down
Loading

0 comments on commit 9c89c83

Please sign in to comment.