update to python 3.12.4

This commit is contained in:
2024-06-15 11:53:18 +03:00
parent 655b686fe2
commit f410701b77
6 changed files with 2049 additions and 1948 deletions

View File

@@ -1,6 +1,6 @@
[tool.poetry]
name = "main packages"
version = "1.5.0"
version = "1.6.0"
description = "poetry requirements creation"
authors = ["Dmitry Afanasyev <Balshbox@gmail.com>"]
@@ -17,9 +17,9 @@ celery = "^5.4"
click = "^8.1"
cookiecutter = "^2.6"
decorator = "^5.1"
Django = "^4.2"
Django = "^5.0"
factory-boy = "^3.3"
Faker = "^25.1"
Faker = "^25"
fastapi = "^0.111"
gunicorn = "^22.0"
httpx = "^0.27"
@@ -35,35 +35,35 @@ psycopg2-binary = "^2.9"
PyAutoGUI = "^0.9"
pydantic = "^2.7"
Pygments = "^2.16"
pyinstaller = "^6.6"
pyinstaller = "^6.8"
PyQt6 = "^6.5"
python-decouple = "^3.8"
pytz = "^2024.1"
redis = {version = "^5.0", extras = ["asyncio"]}
requests = "^2.31"
selenium = "^4.20"
requests = "^2.32"
selenium = "^4.21"
simple-term-menu = "^1.6"
six = "^1.16"
SQLAlchemy = {version = "^2.0", extras = ["asyncio"]}
termcolor = "^2.4"
uvicorn = "^0.29"
uvicorn = "^0.30"
validators = "^0.28"
virtualenv = "^20.26"
wget = "^3.2"
zipp = "^3.18"
zipp = "^3.19"
[tool.poetry.dev-dependencies]
ipython = "^8.24"
ipython = "^8.25"
black = "^24.4"
mypy = "^1.10"
autoflake = "^2.3"
flake8 = "^7.0"
flake8-logging-format = "^0.9"
flake8-logging-format = "^2024.24.12"
flake8-comprehensions = "^3.14"
flake8-eradicate = "^1.5"
flake8-deprecated = "^2.0"
flake8-deprecated = "^2.2"
flake8-pytest-style = "^2.0"
flake8-aaa = "^0.17"
flake8-bugbear = "^24.4"