upgrade deps
This commit is contained in:
parent
03df684430
commit
6308532ade
2 changed files with 11 additions and 12 deletions
2
build.py
2
build.py
|
@ -28,7 +28,7 @@ use_plugin("python.distutils")
|
|||
default_task = "publish"
|
||||
|
||||
name = "ddadevops"
|
||||
version = "0.15.7-dev0"
|
||||
version = "1.0.0-dev"
|
||||
summary = "tools to support builds combining gopass, terraform, dda-pallet, aws & hetzner-cloud"
|
||||
description = __doc__
|
||||
authors = [Author("meissa GmbH", "buero@meissa-gmbh.de")]
|
||||
|
|
|
@ -1,14 +1,13 @@
|
|||
coverage==5.3
|
||||
flake8==3.8.4
|
||||
coverage==6.4
|
||||
flake8==5.0
|
||||
flake8-polyfill==1.0.2
|
||||
mypy==0.790
|
||||
mypy==0.971
|
||||
mypy-extensions==0.4.3
|
||||
pycodestyle==2.6.0
|
||||
pyflakes==2.2.0
|
||||
pylint==2.6.0
|
||||
pytest==6.1.2
|
||||
pytest-cov==2.10.1
|
||||
pycodestyle==2.9.1
|
||||
pyflakes==2.5
|
||||
pylint==2.14
|
||||
pytest==7.1
|
||||
pytest-cov==3.0
|
||||
pytest-datafiles==2.0
|
||||
dda-python-terraform==1.0.3
|
||||
python-terraform
|
||||
boto3==1.17.100
|
||||
dda-python-terraform==2.0.1
|
||||
boto3==1.24
|
Loading…
Reference in a new issue