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