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 Sep 25, 2023
1 parent f1274e0 commit cdb5e11
Show file tree
Hide file tree
Showing 6 changed files with 122 additions and 127 deletions.
2 changes: 1 addition & 1 deletion data/requirements.txt
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
beautifulsoup4~=4.12.2
defusedxml~=0.7.1
lxml~=4.9.2
numba~=0.57.1
numba~=0.58.0
Pillow~=10.0.0
pydantic~=2.3.0
pyyaml~=6.0
Expand Down
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.3.4
tag: v1.4.0
calendar:
scrape_tasks:
- name: refresh-calendar-slow # takes ~6m to complete
Expand Down
13 changes: 4 additions & 9 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.45.1", features = ["default", "async", "tokio"] }
cached = { version = "0.46.0", features = ["default", "async", "tokio"] }
futures = "0.3.28"
unicode-truncate = "0.2.0"

Expand Down
Loading

0 comments on commit cdb5e11

Please sign in to comment.