Skip to content

Commit

Permalink
Update all non-major dependencies (#1059)
Browse files Browse the repository at this point in the history
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
  • Loading branch information
renovate[bot] authored Mar 31, 2024
1 parent 86300b5 commit 011f2a0
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion data/requirements.txt
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
beautifulsoup4~=4.12.2
defusedxml~=0.7.1
lxml~=5.1.0
lxml~=5.2.0
numba~=0.59.0rc1
Pillow~=10.2.0
pydantic~=2.6.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/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -26,4 +26,4 @@ serde_json = "1.0"
pretty_assertions = "1.4.0"

# images
image = { version = "0.25.0", default-features = false, features = ["jpeg", "png", "webp"] }
image = { version = "0.25.1", default-features = false, features = ["jpeg", "png", "webp"] }

0 comments on commit 011f2a0

Please sign in to comment.