update dependencies

This commit is contained in:
2023-12-17 13:13:47 +03:00
parent 219a5ee2a6
commit f2c2a1bb8f
3 changed files with 263 additions and 234 deletions

View File

@@ -1,6 +1,6 @@
[tool.poetry]
name = "main packages"
version = "1.3.5"
version = "1.3.6"
description = "poetry requirements creation"
authors = ["Dmitry Afanasyev <Balshbox@gmail.com>"]
@@ -11,7 +11,6 @@ build-backend = "poetry.core.masonry.api"
[tool.poetry.dependencies]
python=">=3.12,<3.13"
aiohttp = "^3.9"
aiosignal = "^1.3"
alembic = "^1.13"
bcrypt = "^4.1"
celery = "^5.3"
@@ -21,7 +20,7 @@ decorator = "^5.1"
Django = "^4.2"
factory-boy = "^3.3"
Faker = "^19.0"
fastapi = "^0.104"
fastapi = "^0.105"
gunicorn = "^21.2"
httpx = "^0.25"
Jinja2 = "^3.1"
@@ -36,7 +35,7 @@ psycopg2-binary = "^2.9.7"
PyAutoGUI = "^0.9"
pydantic = "^2.5"
Pygments = "^2.16"
pyinstaller = "^6.2"
pyinstaller = "^6.3"
PyQt6 = "^6.5"
python-decouple = "^3.8"
pytz = "^2023.3"
@@ -56,7 +55,7 @@ zipp = "^3.16"
[tool.poetry.dev-dependencies]
ipython = "^8.18"
black = "^23.11"
black = "^23.12"
mypy = "^1.7"
autoflake = "^2.2"