diff --git a/poetry.lock b/poetry.lock index 9e23719..710b9a9 100644 --- a/poetry.lock +++ b/poetry.lock @@ -132,14 +132,14 @@ files = [ [[package]] name = "holidays" -version = "0.90" +version = "0.93" description = "Open World Holidays Framework" optional = false python-versions = ">=3.10" groups = ["main"] files = [ - {file = "holidays-0.90-py3-none-any.whl", hash = "sha256:8ed92ea72e2db5ef00f024c37b03641085699809f42fe5ba03b040be6740f72d"}, - {file = "holidays-0.90.tar.gz", hash = "sha256:1fb6a973d9c8834a9b6644fcf369b0663373daa0d06bce5ae37d494e702dfb3f"}, + {file = "holidays-0.93-py3-none-any.whl", hash = "sha256:2bf4585b5b0956aa608e3dcab3cf7d19b69bf34f664f5881a4b9fdf87a0907da"}, + {file = "holidays-0.93.tar.gz", hash = "sha256:6b04c45f759bce7c8df70863918ccaab0b465afd6c630a62c9855c99965704e5"}, ] [package.dependencies] @@ -218,4 +218,4 @@ files = [ [metadata] lock-version = "2.1" python-versions = "^3.10" -content-hash = "9473655ae857a8a8fdb578f79831ef25c8559cbc2f8a1cf31e209af8dcf74dfc" +content-hash = "8234c589de7c914ee86b7ebdcd3096e2f936dcaabff170eccf7bb62ec981911a" diff --git a/pyproject.toml b/pyproject.toml index 4e8a9dd..b41e5b1 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -26,7 +26,7 @@ classifiers = [ [tool.poetry.dependencies] python = "^3.10" -holidays = ">=0.58,<0.91" +holidays = ">=0.58,<0.94" num2words = "0.5.14" coverage = "^7.2.7"