update some libs

This commit is contained in:
2025-01-11 20:53:22 +03:00
parent 919d07cada
commit 8c8ce698f9
3 changed files with 103 additions and 708 deletions

View File

@@ -15,15 +15,15 @@ package-mode = false
[tool.poetry.dependencies]
aiohttp = "^3.11"
alembic = "^1.13"
bcrypt = "^4.1"
alembic = "^1.14"
bcrypt = "^4.2"
celery = "^5.4"
click = "^8.1"
cookiecutter = "^2.6"
decorator = "^5.1"
Django = "^5.0"
Django = "^5.1"
factory-boy = "^3.3"
Faker = "^25"
Faker = "^33"
fastapi = "^0.115"
gunicorn = "^23.0"
httpx = "^0.28"
@@ -32,30 +32,29 @@ loguru = "^0.7"
MouseInfo = "0.1"
numpy = "^2.2"
orjson = "^3.10"
Pillow = "^10.3"
Pillow = "^11.1"
pre-commit = "^4.0"
prompt-toolkit = "^3.0"
psycopg2-binary = "^2.9"
PyAutoGUI = "^0.9"
pydantic = "^2.10"
Pygments = "^2.16"
pyinstaller = "^6.8"
PyQt6 = "^6.5"
Pygments = "^2.19"
pyinstaller = "^6.11"
PyQt6 = "^6.8"
python-decouple = "^3.8"
pytz = "^2024.1"
redis = {version = "^5.2", extras = ["asyncio"]}
requests = "^2.32"
selenium = "^4.21"
selenium = "^4.27"
simple-term-menu = "^1.6"
six = "^1.17"
SQLAlchemy = {version = "^2.0", extras = ["asyncio"]}
termcolor = "^2.4"
termcolor = "^2.5"
uvicorn = "^0.34"
validators = "^0.34"
virtualenv = "^20.28"
wget = "^3.2"
zipp = "^3.19"
poetry = "^2.0.0"
zipp = "^3.21"
[tool.poetry.group.dev.dependencies]
ipython = "^8.31"