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:
@@ -1,16 +1,16 @@
|
||||
[tool.poetry]
|
||||
name = "main packages"
|
||||
version = "1.1.0"
|
||||
version = "1.3.5"
|
||||
description = "poetry requirements creation"
|
||||
authors = ["Dmitry Afanasyev <Balshbox@gmail.com>"]
|
||||
|
||||
[build-system]
|
||||
requires = ["poetry-core>=1.7.0"]
|
||||
requires = ["poetry-core>=1.7.1"]
|
||||
build-backend = "poetry.core.masonry.api"
|
||||
|
||||
[tool.poetry.dependencies]
|
||||
python=">=3.11,<3.12"
|
||||
aiohttp = "^3.8"
|
||||
aiohttp = "^3.9"
|
||||
aiosignal = "^1.3"
|
||||
alembic = "^1.11"
|
||||
bcrypt = "^4.0"
|
||||
@@ -34,9 +34,9 @@ pre-commit = "^3.5"
|
||||
prompt-toolkit = "^3.0"
|
||||
psycopg2-binary = "^2.9.7"
|
||||
PyAutoGUI = "^0.9"
|
||||
pydantic = "^2.3"
|
||||
pydantic = "^2.5"
|
||||
Pygments = "^2.16"
|
||||
pyinstaller = "^6.1"
|
||||
pyinstaller = "^6.2"
|
||||
PyQt6 = "^6.5"
|
||||
python-decouple = "^3.8"
|
||||
pytz = "^2023.3"
|
||||
@@ -56,8 +56,8 @@ zipp = "^3.16"
|
||||
[tool.poetry.dev-dependencies]
|
||||
ipython = "^8.14"
|
||||
|
||||
black = "^23.10"
|
||||
mypy = "^1.6"
|
||||
black = "^23.11"
|
||||
mypy = "^1.7"
|
||||
|
||||
autoflake = "^2.2"
|
||||
flake8 = "^6.1"
|
||||
@@ -87,7 +87,7 @@ pytest = "^7.4"
|
||||
pytest-asyncio = "^0.21"
|
||||
pytest-deadfixtures = "^2.2"
|
||||
pytest-repeat = "^0.9"
|
||||
pytest-testmon = "^2.0"
|
||||
pytest-testmon = "^2.1"
|
||||
pytest-mock = "^3.12"
|
||||
pytest-cov = "^4.1"
|
||||
pytest-timeout = "^2.1"
|
||||
@@ -96,7 +96,7 @@ pytest-sugar = "^0.9"
|
||||
pytest-clarity = "^1.0"
|
||||
pytest-env = "^1.0.1"
|
||||
nest-asyncio = "^1.5"
|
||||
pytest-html = "^4.0"
|
||||
pytest-html = "^4.1"
|
||||
pytest-randomly = "^3.15"
|
||||
pytest-split = "^0.8"
|
||||
pytest-freezegun = "^0.4"
|
||||
@@ -104,7 +104,7 @@ pytest-socket = "^0.6"
|
||||
assertpy = "^1.1"
|
||||
respx = "^0.20"
|
||||
|
||||
safety = "^2.3.5"
|
||||
safety = "^2.4.0b2"
|
||||
pip-audit = "^2.6"
|
||||
|
||||
ruff = "^0.1"
|
||||
|
||||
Reference in New Issue
Block a user