Merge branch 'upgrade_deps' into 'main'
upgrade deps See merge request domaindrivenarchitecture/dda-devops-build!3
This commit is contained in:
commit
fbc726ddaf
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"
|
default_task = "publish"
|
||||||
|
|
||||||
name = "ddadevops"
|
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"
|
summary = "tools to support builds combining gopass, terraform, dda-pallet, aws & hetzner-cloud"
|
||||||
description = __doc__
|
description = __doc__
|
||||||
authors = [Author("meissa GmbH", "buero@meissa-gmbh.de")]
|
authors = [Author("meissa GmbH", "buero@meissa-gmbh.de")]
|
||||||
|
|
|
@ -1,14 +1,13 @@
|
||||||
coverage==5.3
|
coverage==6.4
|
||||||
flake8==3.8.4
|
flake8==5.0
|
||||||
flake8-polyfill==1.0.2
|
flake8-polyfill==1.0.2
|
||||||
mypy==0.790
|
mypy==0.971
|
||||||
mypy-extensions==0.4.3
|
mypy-extensions==0.4.3
|
||||||
pycodestyle==2.6.0
|
pycodestyle==2.9.1
|
||||||
pyflakes==2.2.0
|
pyflakes==2.5
|
||||||
pylint==2.6.0
|
pylint==2.14
|
||||||
pytest==6.1.2
|
pytest==7.1
|
||||||
pytest-cov==2.10.1
|
pytest-cov==3.0
|
||||||
pytest-datafiles==2.0
|
pytest-datafiles==2.0
|
||||||
dda-python-terraform==1.0.3
|
dda-python-terraform==2.0.1
|
||||||
python-terraform
|
boto3==1.24
|
||||||
boto3==1.17.100
|
|
Loading…
Reference in a new issue