Skip to content

Commit

Permalink
Update all non-major dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Jan 3, 2024
1 parent e0860e1 commit 085f73b
Show file tree
Hide file tree
Showing 6 changed files with 15 additions and 15 deletions.
2 changes: 1 addition & 1 deletion data/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM python:3.11-bullseye as build-stage
FROM python:3.12-bullseye as build-stage
WORKDIR /app

ARG GIT_COMMIT_SHA
Expand Down
2 changes: 1 addition & 1 deletion data/requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ beautifulsoup4~=4.12.2
defusedxml~=0.7.1
lxml~=5.0.0
numba~=0.58.0
Pillow~=10.1.0
Pillow~=10.2.0
pydantic~=2.5.1
pyyaml~=6.0
requests~=2.31.0
Expand Down
4 changes: 2 additions & 2 deletions server/Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion server/main-api/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ actix-web-prom.workspace = true
serde.workspace = true
serde_json.workspace = true

cached = { version = "0.46.1", features = ["default", "async", "tokio"] }
cached = { version = "0.47.0", features = ["default", "async", "tokio"] }
futures = "0.3.30"
unicode-truncate = "0.2.0"

Expand Down
2 changes: 1 addition & 1 deletion webclient/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@
"npm-run-all": "4.1.5",
"postcss": "8.4.32",
"prettier": "3.1.1",
"sass": "1.69.6",
"sass": "1.69.7",
"stylelint-scss": "6.0.0",
"tailwindcss": "3.4.0",
"typescript": "5.3.3",
Expand Down
18 changes: 9 additions & 9 deletions webclient/pnpm-lock.yaml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 085f73b

Please sign in to comment.