Skip to content

Commit

Permalink
fix(deps): update all non-major dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Oct 24, 2023
1 parent 332a1d5 commit b8edb4e
Show file tree
Hide file tree
Showing 9 changed files with 263 additions and 246 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 @@ -6,6 +6,6 @@ Pillow~=10.1.0
pydantic~=2.4.2
pyyaml~=6.0
requests~=2.31.0
ruamel.yaml~=0.17.24
ruamel.yaml~=0.18.2
tqdm~=4.66.0
utm~=0.7.0
2 changes: 1 addition & 1 deletion deployment/k3s/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ server:
mielisearch:
image:
repository: 'getmeili/meilisearch'
tag: v1.4.1
tag: v1.4.2
calendar:
scrape_tasks:
- name: refresh-calendar-slow # takes ~6m to complete
Expand Down
44 changes: 22 additions & 22 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/calendar/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ prometheus = { version = "0.13.3", features = ["default", "push"] }
# scraper
rand = "0.8.5"
futures = "0.3.28"
rustls = "0.21.7"
rustls = "0.21.8"
reqwest = { version = "0.11.22", default-features = false, features = ["rustls", "json"] }
minidom = "0.15.2"
regex = "1.10.2"
Expand Down
4 changes: 2 additions & 2 deletions server/feedback/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -29,15 +29,15 @@ regex = "1.10.2"
octocrab = "0.31.2"

# web
jsonwebtoken = "9.0.0"
jsonwebtoken = "9.1.0"
chrono= { version = "0.4.31", default-features = false }
actix-governor = { version = "0.5.0", features = ["log"] }

# proposing feedback
tempfile = "3.8.0"
image = { version = "0.24.7", features = ["default", "webp-encoder"] }
imageproc = "0.23.0"
base64 = "0.21.4"
base64 = "0.21.5"
serde_yaml = "0.9"

[dev-dependencies]
Expand Down
2 changes: 1 addition & 1 deletion server/main-api/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ logos="0.13.0"
regex = "1.10.2"

# maps
rustls = "0.21.7"
rustls = "0.21.8"
reqwest = { version= "0.11.22", default-features = false, features = ["rustls-tls", "json", "gzip"] }
image = "0.24.7"
imageproc = "0.23.0"
Expand Down
Loading

0 comments on commit b8edb4e

Please sign in to comment.