diff --git a/.VERSION b/.VERSION index afaf360..1cc5f65 100755 --- a/.VERSION +++ b/.VERSION @@ -1 +1 @@ -1.0.0 \ No newline at end of file +1.1.0 \ No newline at end of file diff --git a/Pipfile.lock b/Pipfile.lock index 15d3a60..0bd3e8c 100644 --- a/Pipfile.lock +++ b/Pipfile.lock @@ -166,7 +166,7 @@ "sha256:a8b2bc7bffae282281c8140a97d3aa9c14da0b136dfe83f850eea9a5f7470427" ], "index": "pypi", - "markers": "python_version >= '2.7' and python_version not in '3.0, 3.1, 3.2'", + "markers": "python_version >= '2.7' and python_version not in '3.0, 3.1, 3.2, 3.3'", "version": "==2.9.0.post0" }, "pyyaml": { @@ -259,7 +259,7 @@ "sha256:1e61c37477a1626458e36f7b1d82aa5c9b094fa4802892072e49de9c60c4c926", "sha256:8abb2f1d86890a2dfb989f9a77cfcfd3e47c2a354b01111771326f8aa26e0254" ], - "markers": "python_version >= '2.7' and python_version not in '3.0, 3.1, 3.2'", + "markers": "python_version >= '2.7' and python_version not in '3.0, 3.1, 3.2, 3.3'", "version": "==1.16.0" }, "urllib3": { @@ -925,7 +925,7 @@ "sha256:f29ab19fd430869eb34490761af77406d2cfedd9b50292cf4d8db0288c9d764a" ], "index": "pypi", - "markers": "python_full_version >= '3.7.2' and python_version < '4.0'", + "markers": "python_version < '4.0' and python_full_version >= '3.7.2'", "version": "==1.10.3" }, "pycodestyle": { @@ -1240,7 +1240,7 @@ "sha256:b3bda1d108d5dd99f4a20d24d9c348e91c4db7ab1b749200bded2f839ccbe68f" ], "index": "pypi", - "markers": "python_version >= '2.6' and python_version not in '3.0, 3.1, 3.2'", + "markers": "python_version >= '2.6' and python_version not in '3.0, 3.1, 3.2, 3.3'", "version": "==0.10.2" }, "tomlkit": { diff --git a/dev-requirements.txt b/dev-requirements.txt index 2130ffd..5df9569 100644 --- a/dev-requirements.txt +++ b/dev-requirements.txt @@ -9,7 +9,7 @@ # sphinx>=7.3.7 ; python_version >= '3.9' sphinx-rtd-theme>=1.3.0 ; python_version >= '2.7' and python_version not in '3.0, 3.1, 3.2, 3.3, 3.4, 3.5' -prospector>=1.10.3 ; python_full_version >= '3.7.2' and python_version < '4.0' +prospector>=1.10.3 ; python_version < '4.0' and python_full_version >= '3.7.2' coverage>=7.6.1 ; python_version >= '3.8' pynose>=1.5.3 ; python_version >= '3.7' nose-htmloutput>=0.6.0 @@ -21,5 +21,5 @@ gitwrapperlib>=1.0.4 twine>=4.0.2 ; python_version >= '3.7' coloredlogs>=15.0.1 ; python_version >= '2.7' and python_version not in '3.0, 3.1, 3.2, 3.3, 3.4' emoji>=2.13.2 ; python_version >= '3.7' -toml>=0.10.2 ; python_version >= '2.6' and python_version not in '3.0, 3.1, 3.2' +toml>=0.10.2 ; python_version >= '2.6' and python_version not in '3.0, 3.1, 3.2, 3.3' typing-extensions>=4.12.2 ; python_version >= '3.8' \ No newline at end of file diff --git a/requirements.txt b/requirements.txt index 959f1ca..79a4536 100644 --- a/requirements.txt +++ b/requirements.txt @@ -9,7 +9,7 @@ # boto3>=1.35.31 ; python_version >= '3.8' opnieuw>=1.2.1 ; python_version >= '3.7' -python-dateutil>=2.9.0.post0 ; python_version >= '2.7' and python_version not in '3.0, 3.1, 3.2' +python-dateutil>=2.9.0.post0 ; python_version >= '2.7' and python_version not in '3.0, 3.1, 3.2, 3.3' schema~=0.7.7 requests~=2.32.3 ; python_version >= '3.8' pyyaml~=6.0.2 ; python_version >= '3.8' \ No newline at end of file