mirror of
https://github.com/Balshgit/python-poetry.git
synced 2026-03-21 22:00:37 +03:00
update dependencies
This commit is contained in:
@@ -5,7 +5,7 @@ description = "poetry requirements creation"
|
||||
authors = ["Dmitry Afanasyev <Balshbox@gmail.com>"]
|
||||
|
||||
[build-system]
|
||||
requires = ["poetry-core>=1.7.1"]
|
||||
requires = ["poetry-core>=1.8.0"]
|
||||
build-backend = "poetry.core.masonry.api"
|
||||
|
||||
[tool.poetry.dependencies]
|
||||
@@ -33,29 +33,29 @@ pre-commit = "^3.6"
|
||||
prompt-toolkit = "^3.0"
|
||||
psycopg2-binary = "^2.9.7"
|
||||
PyAutoGUI = "^0.9"
|
||||
pydantic = "^2.5"
|
||||
pydantic = "^2.6"
|
||||
Pygments = "^2.16"
|
||||
pyinstaller = "^6.3"
|
||||
PyQt6 = "^6.5"
|
||||
python-decouple = "^3.8"
|
||||
pytz = "^2023.3"
|
||||
pytz = "^2024.1"
|
||||
redis = {version = "^5.0", extras = ["asyncio"]}
|
||||
requests = "^2.31"
|
||||
selenium = "^4.16"
|
||||
selenium = "^4.17"
|
||||
simple-term-menu = "^1.6"
|
||||
six = "^1.16"
|
||||
SQLAlchemy = "^2.0"
|
||||
termcolor = "^2.4"
|
||||
uvicorn = "^0.25"
|
||||
uvicorn = "^0.27.0.post1"
|
||||
validators = "^0.22"
|
||||
virtualenv = "^20.25"
|
||||
wget = "^3.2"
|
||||
zipp = "^3.16"
|
||||
|
||||
[tool.poetry.dev-dependencies]
|
||||
ipython = "^8.20"
|
||||
ipython = "^8.21"
|
||||
|
||||
black = "^23.12"
|
||||
black = "^24.1"
|
||||
mypy = "^1.8"
|
||||
|
||||
autoflake = "^2.2"
|
||||
@@ -66,7 +66,7 @@ flake8-eradicate = "^1.5"
|
||||
flake8-deprecated = "^2.0"
|
||||
flake8-pytest-style = "^1.7"
|
||||
flake8-aaa = "^0.17"
|
||||
flake8-bugbear = "^23.12"
|
||||
flake8-bugbear = "^24.2"
|
||||
flake8-warnings = "^0.4"
|
||||
flake8-debugger = "^4.1"
|
||||
flake8-annotations-complexity = "^0.0.8"
|
||||
@@ -82,28 +82,27 @@ flake8-comments = "^0.1"
|
||||
flake8-newspaper-style = "^0.4"
|
||||
Flake8-pyproject = "^1.2.3"
|
||||
|
||||
pytest = "^7.4"
|
||||
pytest = "^8.0"
|
||||
pytest-asyncio = "^0.23"
|
||||
pytest-deadfixtures = "^2.2"
|
||||
pytest-repeat = "^0.9"
|
||||
pytest-testmon = "^2.1"
|
||||
pytest-mock = "^3.12"
|
||||
pytest-cov = "^4.1"
|
||||
pytest-timeout = "^2.1"
|
||||
pytest-timeouts = "^1.2"
|
||||
pytest-sugar = "^0.9"
|
||||
pytest-sugar = "^1.0"
|
||||
pytest-clarity = "^1.0"
|
||||
pytest-env = "^1.1"
|
||||
nest-asyncio = "^1.5"
|
||||
nest-asyncio = "^1.6"
|
||||
pytest-html = "^4.1"
|
||||
pytest-randomly = "^3.15"
|
||||
pytest-split = "^0.8"
|
||||
pytest-freezegun = "^0.4"
|
||||
pytest-socket = "^0.6"
|
||||
pytest-socket = "^0.7"
|
||||
assertpy = "^1.1"
|
||||
respx = "^0.20"
|
||||
|
||||
safety = "^2.4.0b2"
|
||||
pip-audit = "^2.7"
|
||||
|
||||
ruff = "^0.1"
|
||||
ruff = "^0.2"
|
||||
|
||||
Reference in New Issue
Block a user