forked from loafle/openapi-generator-original
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:
parent
4a83c9181f
commit
a4f5a74d5b
@ -28,8 +28,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"]
|
||||
|
@ -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"]
|
||||
|
@ -21,8 +21,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"]
|
||||
|
@ -20,8 +20,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"]
|
||||
|
Loading…
x
Reference in New Issue
Block a user