update dependencies

This commit is contained in:
2024-04-04 23:03:13 +03:00
parent 9cf269b9fd
commit 9442f75953
3 changed files with 2044 additions and 1859 deletions

View File

@@ -27,35 +27,35 @@ Jinja2 = "^3.1"
loguru = "^0.7"
MouseInfo = "0.1"
numpy = "^1.26"
orjson = "^3.9"
orjson = "^3.10"
Pillow = "^10.0"
pre-commit = "^3.6"
pre-commit = "^3.7"
prompt-toolkit = "^3.0"
psycopg2-binary = "^2.9.7"
PyAutoGUI = "^0.9"
pydantic = "^2.6"
Pygments = "^2.16"
pyinstaller = "^6.4"
pyinstaller = "^6.5"
PyQt6 = "^6.5"
python-decouple = "^3.8"
pytz = "^2024.1"
redis = {version = "^5.0", extras = ["asyncio"]}
requests = "^2.31"
selenium = "^4.18"
selenium = "^4.19"
simple-term-menu = "^1.6"
six = "^1.16"
SQLAlchemy = "^2.0"
termcolor = "^2.4"
uvicorn = "^0.27"
validators = "^0.22"
uvicorn = "^0.29"
validators = "^0.28"
virtualenv = "^20.25"
wget = "^3.2"
zipp = "^3.16"
zipp = "^3.18"
[tool.poetry.dev-dependencies]
ipython = "^8.22"
ipython = "^8.23"
black = "^24.2"
black = "^24.3"
mypy = "^1.9"
autoflake = "^2.3"
@@ -64,7 +64,7 @@ flake8-logging-format = "^0.9"
flake8-comprehensions = "^3.14"
flake8-eradicate = "^1.5"
flake8-deprecated = "^2.0"
flake8-pytest-style = "^1.7"
flake8-pytest-style = "^2.0"
flake8-aaa = "^0.17"
flake8-bugbear = "^24.2"
flake8-warnings = "^0.4"
@@ -82,12 +82,12 @@ flake8-comments = "^0.1"
flake8-newspaper-style = "^0.4"
Flake8-pyproject = "^1.2.3"
pytest = "^8.0"
pytest = "^8.1"
pytest-asyncio = "^0.23"
pytest-deadfixtures = "^2.2"
pytest-repeat = "^0.9"
pytest-mock = "^3.12"
pytest-cov = "^4.1"
pytest-mock = "^3.14"
pytest-cov = "^5.0"
pytest-timeout = "^2.3"
pytest-timeouts = "^1.2"
pytest-sugar = "^1.0"
@@ -100,9 +100,9 @@ pytest-split = "^0.8"
pytest-freezegun = "^0.4"
pytest-socket = "^0.7"
assertpy = "^1.1"
respx = "^0.20"
respx = "^0.21"
safety = "^2"
safety = "^3"
pip-audit = "^2.7"
ruff = "^0.3"