update poetry to 1.7.0

This commit is contained in:
2023-11-06 12:16:50 +03:00
parent f35ad2d32b
commit f0184f792b
5 changed files with 18 additions and 10 deletions

View File

@@ -1,11 +1,11 @@
[tool.poetry]
name = "main packages"
version = "1.0.3"
version = "1.1.0"
description = "poetry requiremts creation"
authors = ["Dmitry Afanasyev <Balshbox@gmail.com>"]
[build-system]
requires = ["poetry-core>=1.6.1"]
requires = ["poetry-core>=1.7.0"]
build-backend = "poetry.core.masonry.api"
[tool.poetry.dependencies]
@@ -48,7 +48,7 @@ six = "^1.16"
SQLAlchemy = "^2.0"
SQLAlchemy-Utils = "^0.41"
termcolor = "^2.3"
uvicorn = "^0.23"
uvicorn = "^0.24"
validators = "^0.22"
virtualenv = "^20.24"
wget = "^3.2"
@@ -67,7 +67,7 @@ flake8-comprehensions = "^3.14"
flake8-eradicate = "^1.5"
flake8-deprecated = "^2.0"
flake8-pytest-style = "^1.7"
flake8-aaa = "^0.16"
flake8-aaa = "^0.17"
flake8-bugbear = "^23.7"
flake8-warnings = "^0.4"
flake8-debugger = "^4.1"