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] committed Sep 20, 2024
1 parent e6e2eb2 commit 647a106
Show file tree
Hide file tree
Showing 5 changed files with 244 additions and 183 deletions.
2 changes: 1 addition & 1 deletion data/requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ lxml==5.3.0
Pillow==10.4.0
polars==1.7.1
pyarrow==17.0.0
pydantic==2.9.1
pydantic==2.9.2
pyyaml==6.0.2
requests==2.32.3
requests-oauthlib==2.0.0
Expand Down
62 changes: 31 additions & 31 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.39.0", default-features = false, features = ["default-

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

# proposing feedback
tempfile = "3.12.0"
Expand Down
6 changes: 3 additions & 3 deletions webclient/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -23,17 +23,17 @@
"@nuxt/content": "2.13.2",
"@nuxt/image": "1.8.0",
"@nuxtjs/color-mode": "3.4.4",
"@vueuse/core": "11.0.3",
"@vueuse/core": "11.1.0",
"@vueuse/nuxt": "11.0.3",
"@vueuse/router": "11.0.3",
"@vueuse/router": "11.1.0",
"maplibre-gl": "4.7.0",
"maplibre-gl-indoor": "0.0.16",
"nightwind": "1.1.13",
"nuxt": "3.13.0",
"sharp": "0.33.5",
"swagger-ui": "5.17.14",
"swaggerdark": "github:octycs/SwaggerDark#f02d394c8ff698cdd93e09c2188b058d2d686ca3",
"vue": "3.5.5",
"vue": "3.5.7",
"vue-router": "4.4.5",
"vue3-carousel": "0.3.4"
},
Expand Down
Loading

0 comments on commit 647a106

Please sign in to comment.