update deps

This commit is contained in:
Dmitry Afanasyev 2023-04-06 16:53:41 +03:00
parent fcbccbfc34
commit dafada1260
2 changed files with 360 additions and 255 deletions

591
poetry.lock generated

File diff suppressed because it is too large Load Diff

View File

@ -6,26 +6,26 @@ authors = ["Dmitry Afanasyev <Balshbox@gmail.com>"]
[tool.poetry.dependencies]
python = "^3.11.1"
aiogram = "^2.21"
selenium = "^4.3.0"
httpx = "^0.23.0"
aiogram = "^2.22"
selenium = "^4.8"
httpx = "^0.23"
wget = "^3.2"
loguru = "^0.6.0"
loguru = "^0.6"
python-decouple = "^3.6"
apscheduler = "^3.9.1"
gunicorn = "^20.1.0"
apscheduler = "^3.9"
gunicorn = "^20.1"
factory-boy = "^3.2.1"
Faker = "^15.0.0"
[tool.poetry.dev-dependencies]
ipython = "^8.2.0"
ipython = "^8.12.0"
pre-commit = "^2.21.0"
safety = "^2.3.4"
safety = "^2.3"
yamllint = "^1.26.3"
tomlkit = "^0.7.2"
bandit = "1.7.4"
requests = "^2.28.0"
bandit = "^1.7"
requests = "^2.28"
aresponses = "^2.1"
pyupgrade = "^2.24.0"
@ -36,8 +36,8 @@ mypy = "^0.991"
types-PyMySQL = "^1.0.11"
types-python-dateutil = "^2.8.4"
pytest = "^7.2.0"
pytest-asyncio = "^0.15.1"
pytest = "^7.2"
pytest-asyncio = "^0.15"
pytest-deadfixtures = "^2.2.1"
pytest-testmon = "^1.1.2"
pytest-mock = "^3.6.1"