From 79945483eeb2ebfd3eb2e6a22bf6e3957d5d5157 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 5 Dec 2024 22:28:27 +0000 Subject: [PATCH] chore(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 | 15 ++++++--------- pyproject.toml | 2 +- 2 files changed, 7 insertions(+), 10 deletions(-) diff --git a/poetry.lock b/poetry.lock index 26b25a85..1b5bf9d0 100644 --- a/poetry.lock +++ b/poetry.lock @@ -1,4 +1,4 @@ -# This file is automatically @generated by Poetry 1.8.4 and should not be changed by hand. +# This file is automatically @generated by Poetry 1.8.3 and should not be changed by hand. [[package]] name = "aiohappyeyeballs" @@ -1470,18 +1470,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 = "jinja2" version = "3.1.4" @@ -5273,4 +5270,4 @@ vector-db-based = ["cohere", "langchain", "openai", "tiktoken"] [metadata] lock-version = "2.0" python-versions = "^3.10,<3.13" -content-hash = "74e1ddf0a21404cca651b5616ce00f77141cb3df15ee152785f3c2179ec9ae92" +content-hash = "d9b741a2977ba60a577efd564d93114ec59aaec8f199a3e0eaed9abf0013e950" diff --git a/pyproject.toml b/pyproject.toml index 9a0e8032..8c2deff1 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -36,7 +36,7 @@ cachetools = "*" dpath = "^2.1.6" dunamai = "^1.22.0" genson = "1.3.0" -isodate = "~0.6.1" +isodate = ">=0.6.1,<0.8.0" Jinja2 = "~3.1.2" jsonref = "~0.2" jsonschema = "~4.17.3" # 4.18 has some significant breaking changes: https://github.com/python-jsonschema/jsonschema/releases/tag/v4.18.0