From fa6ed47f065fc0c536c5c82ab161e42bd6ac3f7b Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 9 Oct 2023 10:14:10 +0000 Subject: [PATCH] chore(deps): bump iso8601 from 2.0.0 to 2.1.0 Bumps [iso8601](https://github.com/micktwomey/pyiso8601) from 2.0.0 to 2.1.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/2.0.0...2.1.0) --- updated-dependencies: - dependency-name: iso8601 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- requirements-test.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements-test.txt b/requirements-test.txt index 53511ff1c..60d69606e 100644 --- a/requirements-test.txt +++ b/requirements-test.txt @@ -1,4 +1,4 @@ -iso8601==2.0.0 +iso8601==2.1.0 requests==2.31.0 securesystemslib==0.28.0 six==1.16.0