diff --git a/poetry.lock b/poetry.lock index d6292ba..2dd5cd7 100644 --- a/poetry.lock +++ b/poetry.lock @@ -886,18 +886,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" @@ -2454,4 +2451,4 @@ test = [] [metadata] lock-version = "2.0" python-versions = "^3.12" -content-hash = "b8bea33ec7468e5565452c88c46f61cd7c5b77d1805e08a8e1847cc2bc843744" +content-hash = "893b9d1284ebdc46fce76403d5f91472ffce3571702eb2a69d0a32071b5d0eef" diff --git a/pyproject.toml b/pyproject.toml index 51d95cb..cb252a2 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -30,7 +30,7 @@ aiohttp = "^3.10.9" async-timeout = "^4.0.3" mashumaro = {extras = ["orjson"], version = "^3.13.1"} orjson = "^3.10.7" -isodate = "^0.6.1" +isodate = ">=0.6.1,<0.8.0" rich = "^13.9.2" rfeed = "^1.1.1" asyncstdlib = "^3.12.5"