update to python 3.14.3

This commit is contained in:
2026-03-11 00:48:58 +03:00
parent 5985ce970a
commit 140dcca0a6
3 changed files with 2152 additions and 1299 deletions

View File

@@ -1,9 +1,9 @@
[project]
name = "main-packages"
version = "1.7.0"
version = "1.8.0"
description = "poetry requirements creation"
authors = [{"name" = "Dmitry Afanasyev", "email" = "Balshbox@gmail.com"}]
requires-python = ">=3.13,<3.14"
requires-python = ">3.14,<3.15"
[build-system]
requires = ["poetry-core>=2.0.0"]
@@ -14,59 +14,59 @@ build-backend = "poetry.core.masonry.api"
package-mode = false
[tool.poetry.dependencies]
aiohttp = "^3.11"
alembic = "^1.14"
bcrypt = "^4.2"
celery = "^5.4"
click = "^8.1"
cookiecutter = "^2.6"
decorator = "^5.1"
Django = "^5.1"
aiohttp = "^3.13"
alembic = "^1.18"
bcrypt = "^5.0"
celery = "^5.6"
click = "^8.3"
cookiecutter = "^2.7"
decorator = "^5.2"
Django = "^6"
factory-boy = "^3.3"
Faker = "^33"
fastapi = "^0.115"
gunicorn = "^23.0"
Faker = "^40"
fastapi = "^0.135"
gunicorn = "^25"
httpx = "^0.28"
Jinja2 = "^3.1"
loguru = "^0.7"
MouseInfo = "0.1"
numpy = "^2.2"
orjson = "^3.10"
Pillow = "^11.1"
pre-commit = "^4.0"
numpy = "^2.4"
orjson = "^3.11"
Pillow = "^12.1"
pre-commit = "^4.5"
prompt-toolkit = "^3.0"
psycopg2-binary = "^2.9"
PyAutoGUI = "^0.9"
pydantic = "^2.10"
pydantic = "^2.12"
Pygments = "^2.19"
pyinstaller = "^6.11"
PyQt6 = "^6.8"
pyinstaller = "^6.19"
PyQt6 = "^6.10"
python-decouple = "^3.8"
pytz = "^2024.1"
redis = {version = "^5.2", extras = ["asyncio"]}
pytz = "^2026.1.post1"
redis = {version = "^7.3", extras = ["asyncio"]}
requests = "^2.32"
selenium = "^4.27"
selenium = "^4.41"
simple-term-menu = "^1.6"
six = "^1.17"
SQLAlchemy = {version = "^2.0", extras = ["asyncio"]}
termcolor = "^2.5"
uvicorn = "^0.34"
validators = "^0.34"
virtualenv = "^20.28"
termcolor = "^3.3"
uvicorn = "^0.41"
validators = "^0.35"
virtualenv = "^21.2"
wget = "^3.2"
zipp = "^3.21"
poetry = "^2.1.3"
zipp = "^3.23"
poetry = "^2.3"
[tool.poetry.group.dev.dependencies]
ipython = "^8.31"
ipython = "^9.11"
black = "^24.4"
mypy = "^1.14"
black = "^26.3"
mypy = "^1.19"
autoflake = "^2.3"
flake8 = "^7.1"
flake8-logging-format = "^2024.24.12"
flake8-comprehensions = "^3.14"
flake8-comprehensions = "^3.17"
flake8-eradicate = "^1.5"
flake8-deprecated = "^2.2"
flake8-pytest-style = "^2.1"
@@ -87,27 +87,27 @@ flake8-comments = "^0.1"
flake8-newspaper-style = "^0.4"
Flake8-pyproject = "^1.2.3"
pytest = "^8.3"
pytest-asyncio = "^0.25"
pytest-deadfixtures = "^2.2"
pytest = "^9.0"
pytest-asyncio = "^1.3"
pytest-deadfixtures = "^3.1"
pytest-repeat = "^0.9"
pytest-mock = "^3.14"
pytest-cov = "^6.0"
pytest-timeout = "^2.3"
pytest-mock = "^3.15"
pytest-cov = "^7.0"
pytest-timeout = "^2.4"
pytest-timeouts = "^1.2"
pytest-sugar = "^1.0"
pytest-sugar = "^1.1"
pytest-clarity = "^1.0"
pytest-env = "^1.1"
pytest-env = "^1.5"
nest-asyncio = "^1.6"
pytest-html = "^4.1"
pytest-randomly = "^3.15"
pytest-split = "^0.10"
pytest-html = "^4.2"
pytest-randomly = "^4.0"
pytest-split = "^0.11"
pytest-freezegun = "^0.4"
pytest-socket = "^0.7"
assertpy = "^1.1"
respx = "^0.22"
safety = "^3.2"
pip-audit = "^2.7"
safety = "^3.7"
pip-audit = "^2.10"
ruff = "^0.9"
ruff = "^0.15"