update python to 3.12

This commit is contained in:
2023-12-10 02:59:11 +03:00
parent 43bf17172e
commit 219a5ee2a6
5 changed files with 1837 additions and 1845 deletions

View File

@@ -9,11 +9,11 @@ requires = ["poetry-core>=1.7.1"]
build-backend = "poetry.core.masonry.api"
[tool.poetry.dependencies]
python=">=3.11,<3.12"
python=">=3.12,<3.13"
aiohttp = "^3.9"
aiosignal = "^1.3"
alembic = "^1.11"
bcrypt = "^4.0"
alembic = "^1.13"
bcrypt = "^4.1"
celery = "^5.3"
click = "^8.1"
cookiecutter = "^2.5"
@@ -30,7 +30,7 @@ MouseInfo = "0.1"
numpy = "^1.26"
orjson = "^3.9"
Pillow = "^10.0"
pre-commit = "^3.5"
pre-commit = "^3.6"
prompt-toolkit = "^3.0"
psycopg2-binary = "^2.9.7"
PyAutoGUI = "^0.9"
@@ -42,14 +42,14 @@ python-decouple = "^3.8"
pytz = "^2023.3"
redis = {version = "^5.0", extras = ["asyncio"]}
requests = "^2.31"
selenium = "^4.14"
selenium = "^4.16"
simple-term-menu = "^1.6"
six = "^1.16"
SQLAlchemy = "^2.0"
termcolor = "^2.3"
termcolor = "^2.4"
uvicorn = "^0.24"
validators = "^0.22"
virtualenv = "^20.24"
virtualenv = "^20.25"
wget = "^3.2"
zipp = "^3.16"
@@ -67,7 +67,7 @@ flake8-eradicate = "^1.5"
flake8-deprecated = "^2.0"
flake8-pytest-style = "^1.7"
flake8-aaa = "^0.17"
flake8-bugbear = "^23.11"
flake8-bugbear = "^23.12"
flake8-warnings = "^0.4"
flake8-debugger = "^4.1"
flake8-annotations-complexity = "^0.0.8"
@@ -84,7 +84,7 @@ flake8-newspaper-style = "^0.4"
Flake8-pyproject = "^1.2.3"
pytest = "^7.4"
pytest-asyncio = "^0.21"
pytest-asyncio = "^0.23"
pytest-deadfixtures = "^2.2"
pytest-repeat = "^0.9"
pytest-testmon = "^2.1"