diff --git a/poetry.lock b/poetry.lock index 513562ed..c404412c 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.1.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.80" +description = "Open World Holidays Framework" optional = false -python-versions = ">=3.8" +python-versions = ">=3.9" 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.80-py3-none-any.whl", hash = "sha256:dbb1c73df2ef248bde09c4de9387e82c3aadc000b081977d255fe662ee889d8e"}, + {file = "holidays-0.80.tar.gz", hash = "sha256:7bf251d243723d30ef8697fb65e6bf61808a28daf2ecf8a4871f5fbb5be4ba2c"}, ] [package.dependencies] @@ -184,4 +184,4 @@ files = [ [metadata] lock-version = "2.1" python-versions = "^3.10" -content-hash = "481cb65df491cca0e0e16e91e61c233c3c077af67b2e84800d7dc9d6a2dcdf82" +content-hash = "1c755eab434fd6000be4642912199bca0c9f8be5c5e53e90a664e410e5f65c62" diff --git a/pyproject.toml b/pyproject.toml index f5f3e739..828da6a6 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.81" num2words = "0.5.14" coverage = "^7.2.7"