update dependencies

This commit is contained in:
Robert Kaussow 2020-06-03 22:49:58 +02:00
parent f1fa099317
commit 8dde72604a
2 changed files with 15 additions and 15 deletions

View File

@ -1,2 +1,2 @@
* INTERNAL * ENHANCEMENT
* maintenance and refactoring release, no changes * update dependencies

View File

@ -65,35 +65,35 @@ setup(
"Topic :: Software Development", "Topic :: Software Development",
], ],
install_requires=[ install_requires=[
"anyconfig==0.9.10", "anyconfig==0.9.11",
"appdirs==1.4.3", "appdirs==1.4.4",
"attrs==19.3.0", "attrs==19.3.0; python_version >= '2.7' and python_version not in '3.0, 3.1, 3.2, 3.3'",
"certifi==2020.4.5.1", "certifi==2020.4.5.1",
"chardet==3.0.4", "chardet==3.0.4",
"colorama==0.4.3", "colorama==0.4.3",
"dateparser==0.7.4", "dateparser==0.7.4",
"docker==4.2.0", "docker==4.2.1",
"docker-pycreds==0.4.0", "docker-pycreds==0.4.0",
"environs==7.3.1", "environs==8.0.0",
"idna==2.9", "idna==2.9",
"importlib-metadata==1.6.0; python_version < '3.8'", "importlib-metadata==1.6.0; python_version < '3.8'",
"ipaddress==1.0.23", "ipaddress==1.0.23",
"jsonschema==3.2.0", "jsonschema==3.2.0",
"marshmallow==3.5.1", "marshmallow==3.6.1; python_version >= '3.5'",
"nested-lookup==0.2.21", "nested-lookup==0.2.21",
"pathspec==0.8.0", "pathspec==0.8.0",
"pyrsistent==0.16.0", "pyrsistent==0.16.0",
"python-dateutil==2.8.1", "python-dateutil==2.8.1",
"python-dotenv==0.12.0", "python-dotenv==0.13.0",
"python-json-logger==0.1.11", "python-json-logger==0.1.11",
"pytz==2019.3", "pytz==2020.1",
"regex==2020.4.4", "regex==2020.5.14",
"requests==2.23.0", "requests==2.23.0",
"ruamel.yaml==0.16.10", "ruamel.yaml==0.16.10",
"ruamel.yaml.clib==0.2.0; platform_python_implementation == 'CPython' and python_version < '3.9'", "ruamel.yaml.clib==0.2.0; python_version < '3.9' and platform_python_implementation == 'CPython'",
"six==1.14.0", "six==1.15.0; python_version >= '2.7' and python_version not in '3.0, 3.1, 3.2, 3.3'",
"tzlocal==2.0.0", "tzlocal==2.1",
"urllib3==1.25.8", "urllib3==1.25.9; python_version >= '2.7' and python_version not in '3.0, 3.1, 3.2, 3.3, 3.4' and python_version < '4'",
"websocket-client==0.57.0", "websocket-client==0.57.0",
"zipp==1.2.0", "zipp==1.2.0",
], ],