diff --git a/poetry.lock b/poetry.lock index 4d6aade..ba99d21 100644 --- a/poetry.lock +++ b/poetry.lock @@ -132,14 +132,14 @@ files = [ [[package]] name = "holidays" -version = "0.96" +version = "0.98" description = "Open World Holidays Framework" optional = false python-versions = ">=3.10" groups = ["main"] files = [ - {file = "holidays-0.96-py3-none-any.whl", hash = "sha256:9d4f06603090304584f685b2f3d9f4289eb5c52b83fca472f922cb83cc3fb93f"}, - {file = "holidays-0.96.tar.gz", hash = "sha256:9d4d15bc28fa690969b82f07a1d6571aa14d4073cc98802510c08dfe3b1f2d25"}, + {file = "holidays-0.98-py3-none-any.whl", hash = "sha256:65c9ba3402f1d10cc715af0510cdc847e60d8854df640515d546748ca4a24e60"}, + {file = "holidays-0.98.tar.gz", hash = "sha256:09b078a4695d53a35ea01517b331942f3232b3b7e3877f74f6d5227adbedc76e"}, ] [package.dependencies] @@ -218,4 +218,4 @@ files = [ [metadata] lock-version = "2.1" python-versions = "^3.10" -content-hash = "ba47b962b5363fff7c001c8c9385611466c7a7ad626196d58cd8b5d01898864a" +content-hash = "c33df2ee38d8b255866335452f0042a347e3275c1ef836f84adf75101e93a93a" diff --git a/pyproject.toml b/pyproject.toml index 84cbba3..23c4171 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -26,7 +26,7 @@ classifiers = [ [tool.poetry.dependencies] python = "^3.10" -holidays = ">=0.58,<0.97" +holidays = ">=0.58,<0.99" num2words = "0.5.14" coverage = "^7.2.7"