update dependencies

This commit is contained in:
2023-12-24 19:38:26 +03:00
parent f2c2a1bb8f
commit f2dc7ac2fa
3 changed files with 366 additions and 361 deletions

View File

@@ -22,7 +22,7 @@ factory-boy = "^3.3"
Faker = "^19.0"
fastapi = "^0.105"
gunicorn = "^21.2"
httpx = "^0.25"
httpx = "^0.26"
Jinja2 = "^3.1"
loguru = "^0.7"
MouseInfo = "0.1"
@@ -46,17 +46,17 @@ simple-term-menu = "^1.6"
six = "^1.16"
SQLAlchemy = "^2.0"
termcolor = "^2.4"
uvicorn = "^0.24"
uvicorn = "^0.25"
validators = "^0.22"
virtualenv = "^20.25"
wget = "^3.2"
zipp = "^3.16"
[tool.poetry.dev-dependencies]
ipython = "^8.18"
ipython = "^8.19"
black = "^23.12"
mypy = "^1.7"
mypy = "^1.8"
autoflake = "^2.2"
flake8 = "^6.1"