diff --git a/poetry.lock b/poetry.lock index 5840f61..62f3a18 100644 --- a/poetry.lock +++ b/poetry.lock @@ -132,14 +132,14 @@ files = [ [[package]] name = "holidays" -version = "0.98" +version = "0.104" description = "Open World Holidays Framework" optional = false python-versions = ">=3.10" groups = ["main"] files = [ - {file = "holidays-0.98-py3-none-any.whl", hash = "sha256:65c9ba3402f1d10cc715af0510cdc847e60d8854df640515d546748ca4a24e60"}, - {file = "holidays-0.98.tar.gz", hash = "sha256:09b078a4695d53a35ea01517b331942f3232b3b7e3877f74f6d5227adbedc76e"}, + {file = "holidays-0.104-py3-none-any.whl", hash = "sha256:e0db9ff1d5588e3349bf2de6a597421e39cb7299b64a015170a0a0886940c384"}, + {file = "holidays-0.104.tar.gz", hash = "sha256:7e327b255dee3de3c8f7fef58f835ccb7685881ea72176697ff60269c57743b2"}, ] [package.dependencies] @@ -218,4 +218,4 @@ files = [ [metadata] lock-version = "2.1" python-versions = "^3.10" -content-hash = "c12318b582f7c2faa3c477e586b50d834f5b88bd83599845a340145970e7af12" +content-hash = "eae0d5382dc25989abc72de48a274f535bcf4eceeeddebc2875a7f520fcbe42b" diff --git a/pyproject.toml b/pyproject.toml index 10ca71e..3c0cee7 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -26,7 +26,7 @@ classifiers = [ [tool.poetry.dependencies] python = "^3.10" -holidays = ">=0.58,<0.99" +holidays = ">=0.58,<0.105" num2words = "0.5.14" coverage = "^7.2.7"