update dependencies

This commit is contained in:
2024-03-09 02:52:41 +03:00
parent 76efb71ce5
commit a6fa21ca68
4 changed files with 133 additions and 129 deletions

View File

@@ -1,11 +1,11 @@
[tool.poetry]
name = "main packages"
version = "1.3.7"
version = "1.4.0"
description = "poetry requirements creation"
authors = ["Dmitry Afanasyev <Balshbox@gmail.com>"]
[build-system]
requires = ["poetry-core>=1.8.1"]
requires = ["poetry-core>=1.8.2"]
build-backend = "poetry.core.masonry.api"
[tool.poetry.dependencies]
@@ -56,7 +56,7 @@ zipp = "^3.16"
ipython = "^8.22"
black = "^24.2"
mypy = "^1.8"
mypy = "^1.9"
autoflake = "^2.3"
flake8 = "^7.0"
@@ -88,7 +88,7 @@ pytest-deadfixtures = "^2.2"
pytest-repeat = "^0.9"
pytest-mock = "^3.12"
pytest-cov = "^4.1"
pytest-timeout = "^2.1"
pytest-timeout = "^2.3"
pytest-timeouts = "^1.2"
pytest-sugar = "^1.0"
pytest-clarity = "^1.0"