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,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"
|
||||
|
||||
Reference in New Issue
Block a user