From 9adb99ea9f757e65a73dec0cdfcb451a27480086 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 9 Oct 2024 17:13:44 +0000 Subject: [PATCH] feat(deps): bump isodate from 0.6.1 to 0.7.2 Bumps [isodate](https://github.com/gweis/isodate) from 0.6.1 to 0.7.2. - [Changelog](https://github.com/gweis/isodate/blob/master/CHANGES.txt) - [Commits](https://github.com/gweis/isodate/compare/0.6.1...0.7.2) --- updated-dependencies: - dependency-name: isodate dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- poetry.lock | 13 +++++-------- pyproject.toml | 2 +- 2 files changed, 6 insertions(+), 9 deletions(-) diff --git a/poetry.lock b/poetry.lock index d6ad33a0..1701e326 100644 --- a/poetry.lock +++ b/poetry.lock @@ -665,18 +665,15 @@ files = [ [[package]] name = "isodate" -version = "0.6.1" +version = "0.7.2" description = "An ISO 8601 date/time/duration parser and formatter" optional = false -python-versions = "*" +python-versions = ">=3.7" files = [ - {file = "isodate-0.6.1-py2.py3-none-any.whl", hash = "sha256:0751eece944162659049d35f4f549ed815792b38793f07cf73381c1c87cbed96"}, - {file = "isodate-0.6.1.tar.gz", hash = "sha256:48c5881de7e8b0a0d648cb024c8062dc84e7b840ed81e864c7614fd3c127bde9"}, + {file = "isodate-0.7.2-py3-none-any.whl", hash = "sha256:28009937d8031054830160fce6d409ed342816b543597cece116d966c6d99e15"}, + {file = "isodate-0.7.2.tar.gz", hash = "sha256:4cd1aa0f43ca76f4a6c6c0292a85f40b35ec2e43e315b59f06e6d32171a953e6"}, ] -[package.dependencies] -six = "*" - [[package]] name = "isort" version = "5.13.2" @@ -2314,4 +2311,4 @@ test = ["big-O", "jaraco.functools", "jaraco.itertools", "jaraco.test", "more-it [metadata] lock-version = "2.0" python-versions = "^3.11" -content-hash = "d2b519fafd34f027838feb6b44aec4a9eddcc3ca60233e4bdae7f62ed6cf48d2" +content-hash = "2907dcf0aa2c5c0787408956c67b42d1465b08f5048cca0de025e3ddf7d27a9f" diff --git a/pyproject.toml b/pyproject.toml index 20927ac0..225ae8fd 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -27,7 +27,7 @@ rabe-cridlib = ">=0.10.1,<0.13.0" pytz = ">=2023.3" pylast = "^5.2.0" cloudevents = "^1.9.0" -isodate = "^0.6.1" +isodate = ">=0.6.1,<0.8.0" lxml = ">=4.9.2,<6.0.0" nowplaypadgen = "^0.4.9" opentelemetry-api = "^1.18.0"