Bump dependencies versions

This commit is contained in:
Ivan Golikov 2024-12-26 20:13:38 +01:00
parent 7f85a02e40
commit 50c543b93f
2 changed files with 838 additions and 81 deletions

912
poetry.lock generated

File diff suppressed because it is too large Load diff

View file

@ -23,10 +23,9 @@ pssecret = 'pssecret.cli:cli'
[tool.poetry.dependencies] [tool.poetry.dependencies]
python = "^3.11" python = "^3.11"
click = "8.1.3" click = "8.1.8"
fastapi = "0.78.0" fastapi = { version = "0.115.6", extras = [ "standard" ] }
redis = "4.4.0" redis = "5.2.1"
uvicorn = "0.34.0"
hiredis = { version = "3.1.0", optional = true } hiredis = { version = "3.1.0", optional = true }
[tool.poetry.extras] [tool.poetry.extras]