fix(python-nextgen): dependency incompatiblity (#15167)

Downgrade tox and flake8. Alternateively, we can increase minimum python version to 3.8.1
This commit is contained in:
Tushar
2023-04-10 08:01:53 +05:30
committed by GitHub
parent 4a83c9181f
commit a4f5a74d5b
4 changed files with 8 additions and 8 deletions

View File

@@ -18,8 +18,8 @@ aenum = ">=3.1.11"
[tool.poetry.dev-dependencies]
pytest = ">=7.2.1"
tox = ">=4.4.6"
flake8 = ">=6.0.0"
tox = ">=3.9.0"
flake8 = ">=4.0.0"
[build-system]
requires = ["setuptools"]