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 27, 2024
1 parent 4088a7b commit 29cf18c
Show file tree
Hide file tree
Showing 5 changed files with 18 additions and 16 deletions.
2 changes: 1 addition & 1 deletion data/requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ beautifulsoup4==4.12.3
defusedxml==0.7.1
lxml==5.3.0
Pillow==11.0.0
polars==1.9.0
polars==1.11.0
pyarrow==17.0.0
pydantic==2.9.2
pyyaml==6.0.2
Expand Down
18 changes: 10 additions & 8 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 @@ -65,7 +65,7 @@ octocrab = { version = "0.41.0", default-features = false, features = ["default-

# auth/security
jsonwebtoken = { version = "9.3.0", default-features = false, features = [] }
actix-governor = { version = "0.6.0", features = ["logger"] }
actix-governor = { version = "0.7.0", features = ["logger"] }

# proposing feedback
tempfile = "3.12.0"
Expand Down
2 changes: 1 addition & 1 deletion webclient/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@
"swaggerdark": "github:octycs/SwaggerDark#f02d394c8ff698cdd93e09c2188b058d2d686ca3",
"vue": "3.5.12",
"vue-router": "4.4.5",
"vue3-carousel": "0.3.4"
"vue3-carousel": "0.4.0"
},
"devDependencies": {
"@nuxt/eslint": "0.5.7",
Expand Down
10 changes: 5 additions & 5 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 29cf18c

Please sign in to comment.