From 115ac45c76a943068000c24c810417899cbb75ea Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 26 Jun 2023 11:56:47 +0000 Subject: [PATCH] Bump iso8601 from 0.1.12 to 2.0.0 Bumps [iso8601](https://github.com/micktwomey/pyiso8601) from 0.1.12 to 2.0.0. - [Release notes](https://github.com/micktwomey/pyiso8601/releases) - [Changelog](https://github.com/micktwomey/pyiso8601/blob/main/CHANGELOG.md) - [Commits](https://github.com/micktwomey/pyiso8601/compare/0.1.12...2.0.0) --- updated-dependencies: - dependency-name: iso8601 dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- setup.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/setup.py b/setup.py index cd9180a..24e0969 100644 --- a/setup.py +++ b/setup.py @@ -13,7 +13,7 @@ 'isort[pipfile]==4.3.21', 'flake8==3.8.3', 'mypy==0.782', - 'iso8601==0.1.12', + 'iso8601==2.0.0', ] with open('README.md', 'r') as f: @@ -34,7 +34,7 @@ python_requires='>=3.6', install_requires=[ 'requests==2.24.0', - 'iso8601==0.1.12', + 'iso8601==2.0.0', 'dataclasses>=0.6;python_version<"3.7"', ], setup_requires=['pytest-runner'],