API upgrade deps
`poetry up --latest`
This commit is contained in:
parent
06ece81349
commit
98ab638762
2 changed files with 500 additions and 492 deletions
972
api/poetry.lock
generated
972
api/poetry.lock
generated
File diff suppressed because it is too large
Load diff
|
@ -9,24 +9,24 @@ name = "advent22_api"
|
||||||
version = "0.1.0"
|
version = "0.1.0"
|
||||||
|
|
||||||
[tool.poetry.dependencies]
|
[tool.poetry.dependencies]
|
||||||
Pillow = "^10.1.0"
|
Pillow = "^10.2.0"
|
||||||
asyncify = "^0.9.2"
|
asyncify = "^0.9.2"
|
||||||
cachetools = "^5.3.2"
|
cachetools = "^5.3.3"
|
||||||
cachetoolsutils = "^8.3"
|
cachetoolsutils = "^8.5"
|
||||||
fastapi = "^0.103.1"
|
fastapi = "^0.103.1"
|
||||||
markdown = "^3.5.1"
|
markdown = "^3.6"
|
||||||
numpy = "^1.26.2"
|
numpy = "^1.26.4"
|
||||||
pydantic-settings = "^2.1.0"
|
pydantic-settings = "^2.2.1"
|
||||||
python = ">=3.11,<3.13"
|
python = ">=3.11,<3.13"
|
||||||
redis = {extras = ["hiredis"], version = "^5.0.1"}
|
redis = {extras = ["hiredis"], version = "^5.0.3"}
|
||||||
tomli-w = "^1.0.0"
|
tomli-w = "^1.0.0"
|
||||||
uvicorn = {extras = ["standard"], version = "^0.23.2"}
|
uvicorn = {extras = ["standard"], version = "^0.23.2"}
|
||||||
webdavclient3 = "^3.14.6"
|
webdavclient3 = "^3.14.6"
|
||||||
|
|
||||||
[tool.poetry.group.dev.dependencies]
|
[tool.poetry.group.dev.dependencies]
|
||||||
black = "^23.11.0"
|
black = "^24.3.0"
|
||||||
flake8 = "^6.1.0"
|
flake8 = "^7.0.0"
|
||||||
pytest = "^7.4.3"
|
pytest = "^8.1.1"
|
||||||
|
|
||||||
[build-system]
|
[build-system]
|
||||||
build-backend = "poetry.core.masonry.api"
|
build-backend = "poetry.core.masonry.api"
|
||||||
|
|
Loading…
Reference in a new issue