diff --git a/poetry.lock b/poetry.lock index 513562e..6e2b5dc 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.83" +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.83-py3-none-any.whl", hash = "sha256:e36a368227b5b62129871463697bfde7e5212f6f77e43640320b727b79a875a8"}, + {file = "holidays-0.83.tar.gz", hash = "sha256:99b97b002079ab57dac93295933907d2aae2742ad9a4d64fe33864dfae6805fa"}, ] [package.dependencies] @@ -184,4 +184,4 @@ files = [ [metadata] lock-version = "2.1" python-versions = "^3.10" -content-hash = "481cb65df491cca0e0e16e91e61c233c3c077af67b2e84800d7dc9d6a2dcdf82" +content-hash = "b32c3274cbf20da4018fcc80d68dc0fe003c7b4072a27d5d6b84f2f7687e8112" diff --git a/pyproject.toml b/pyproject.toml index b36bcb6..685ee2b 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.84" num2words = "0.5.14" coverage = "^7.2.7"