From a9d2d0f48982560088f2fdfb4b28c4f0c4df0225 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 14 Sep 2020 11:00:47 +0000 Subject: [PATCH] Bump iso8601 from 0.1.12 to 0.1.13 Bumps [iso8601](https://github.com/micktwomey/pyiso8601) from 0.1.12 to 0.1.13. - [Release notes](https://github.com/micktwomey/pyiso8601/releases) - [Commits](https://github.com/micktwomey/pyiso8601/compare/0.1.12...0.1.13) 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..0ca1f8b 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==0.1.13', ] 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==0.1.13', 'dataclasses>=0.6;python_version<"3.7"', ], setup_requires=['pytest-runner'],