update dependencies

This commit is contained in:
2024-05-11 02:41:20 +03:00
parent 9442f75953
commit 655b686fe2
3 changed files with 1120 additions and 718 deletions

View File

@@ -1,11 +1,11 @@
[tool.poetry]
name = "main packages"
version = "1.4.0"
version = "1.5.0"
description = "poetry requirements creation"
authors = ["Dmitry Afanasyev <Balshbox@gmail.com>"]
[build-system]
requires = ["poetry-core>=1.8.2"]
requires = ["poetry-core>=1.8.3"]
build-backend = "poetry.core.masonry.api"
[tool.poetry.dependencies]
@@ -13,50 +13,50 @@ python=">=3.12,<3.13"
aiohttp = "^3.9"
alembic = "^1.13"
bcrypt = "^4.1"
celery = "^5.3"
celery = "^5.4"
click = "^8.1"
cookiecutter = "^2.6"
decorator = "^5.1"
Django = "^4.2"
factory-boy = "^3.3"
Faker = "^19.0"
fastapi = "^0.110"
gunicorn = "^21.2"
Faker = "^25.1"
fastapi = "^0.111"
gunicorn = "^22.0"
httpx = "^0.27"
Jinja2 = "^3.1"
loguru = "^0.7"
MouseInfo = "0.1"
numpy = "^1.26"
orjson = "^3.10"
Pillow = "^10.0"
Pillow = "^10.3"
pre-commit = "^3.7"
prompt-toolkit = "^3.0"
psycopg2-binary = "^2.9.7"
psycopg2-binary = "^2.9"
PyAutoGUI = "^0.9"
pydantic = "^2.6"
pydantic = "^2.7"
Pygments = "^2.16"
pyinstaller = "^6.5"
pyinstaller = "^6.6"
PyQt6 = "^6.5"
python-decouple = "^3.8"
pytz = "^2024.1"
redis = {version = "^5.0", extras = ["asyncio"]}
requests = "^2.31"
selenium = "^4.19"
selenium = "^4.20"
simple-term-menu = "^1.6"
six = "^1.16"
SQLAlchemy = "^2.0"
SQLAlchemy = {version = "^2.0", extras = ["asyncio"]}
termcolor = "^2.4"
uvicorn = "^0.29"
validators = "^0.28"
virtualenv = "^20.25"
virtualenv = "^20.26"
wget = "^3.2"
zipp = "^3.18"
[tool.poetry.dev-dependencies]
ipython = "^8.23"
ipython = "^8.24"
black = "^24.3"
mypy = "^1.9"
black = "^24.4"
mypy = "^1.10"
autoflake = "^2.3"
flake8 = "^7.0"
@@ -66,7 +66,7 @@ flake8-eradicate = "^1.5"
flake8-deprecated = "^2.0"
flake8-pytest-style = "^2.0"
flake8-aaa = "^0.17"
flake8-bugbear = "^24.2"
flake8-bugbear = "^24.4"
flake8-warnings = "^0.4"
flake8-debugger = "^4.1"
flake8-annotations-complexity = "^0.0.8"
@@ -82,7 +82,7 @@ flake8-comments = "^0.1"
flake8-newspaper-style = "^0.4"
Flake8-pyproject = "^1.2.3"
pytest = "^8.1"
pytest = "^8.2"
pytest-asyncio = "^0.23"
pytest-deadfixtures = "^2.2"
pytest-repeat = "^0.9"
@@ -102,7 +102,7 @@ pytest-socket = "^0.7"
assertpy = "^1.1"
respx = "^0.21"
safety = "^3"
safety = "^3.2"
pip-audit = "^2.7"
ruff = "^0.3"
ruff = "^0.4"