diff --git a/poetry.lock b/poetry.lock index 513562e..fcb4c8b 100644 --- a/poetry.lock +++ b/poetry.lock @@ -1,4 +1,4 @@ -# This file is automatically @generated by Poetry 2.1.4 and should not be changed by hand. +# This file is automatically @generated by Poetry 2.2.1 and should not be changed by hand. [[package]] name = "coverage" @@ -98,14 +98,14 @@ files = [ [[package]] name = "holidays" -version = "0.58" -description = "Generate and work with holidays in Python" +version = "0.85" +description = "Open World Holidays Framework" optional = false -python-versions = ">=3.8" +python-versions = ">=3.10" groups = ["main"] files = [ - {file = "holidays-0.58-py3-none-any.whl", hash = "sha256:74eb0bd07db862c5b108d5e42cbd33c37ea066a2e8dc54f4858dd3cceef5ee8b"}, - {file = "holidays-0.58.tar.gz", hash = "sha256:cbe5f3b862474b8f6e5f7ee423f17f3ebd7836fcc74b38540f97b27a7f92dca7"}, + {file = "holidays-0.85-py3-none-any.whl", hash = "sha256:46445107ee3251c7e2daa23773a86921fa2e29d09f850038e7bfa2c75a434ad8"}, + {file = "holidays-0.85.tar.gz", hash = "sha256:4291155456c6abde885487a05bd16f523d4ef4136819a55833ff86f60ca3cc3b"}, ] [package.dependencies] @@ -184,4 +184,4 @@ files = [ [metadata] lock-version = "2.1" python-versions = "^3.10" -content-hash = "481cb65df491cca0e0e16e91e61c233c3c077af67b2e84800d7dc9d6a2dcdf82" +content-hash = "bfe1e6644bdc3c794fe4e7bceefbcf0ae2a5209ceb5550ae75fea645b031f901" diff --git a/pyproject.toml b/pyproject.toml index b36bcb6..81b31cc 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -26,7 +26,7 @@ classifiers = [ [tool.poetry.dependencies] python = "^3.10" -holidays = "^0.58" +holidays = ">=0.58,<0.86" num2words = "0.5.14" coverage = "^7.2.7"