From 27c98b3097fa87d273712285a2fb63e654519251 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 22 Aug 2023 07:40:01 +0000 Subject: [PATCH] Bump holidays from 0.30 to 0.31 Bumps [holidays](https://github.com/vacanza/python-holidays) from 0.30 to 0.31. - [Release notes](https://github.com/vacanza/python-holidays/releases) - [Changelog](https://github.com/vacanza/python-holidays/blob/master/CHANGES) - [Commits](https://github.com/vacanza/python-holidays/compare/v.0.30...v.0.31) --- updated-dependencies: - dependency-name: holidays dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- poetry.lock | 8 ++++---- pyproject.toml | 2 +- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/poetry.lock b/poetry.lock index b67fe73..1dd241a 100644 --- a/poetry.lock +++ b/poetry.lock @@ -877,13 +877,13 @@ timezone = ["pytz"] [[package]] name = "holidays" -version = "0.30" +version = "0.31" description = "Generate and work with holidays in Python" optional = false python-versions = ">=3.8" files = [ - {file = "holidays-0.30-py3-none-any.whl", hash = "sha256:ee4fc4b0476d10b59629e6690d6f480667c06b360172d6ea659c0a3e735bc5ec"}, - {file = "holidays-0.30.tar.gz", hash = "sha256:eb40aae8236fa4ac7fe862dbcec3b10311c94c8310cea9e77e6b1aae63c312d4"}, + {file = "holidays-0.31-py3-none-any.whl", hash = "sha256:b7aaa67130d76a3e9493b16aed26f493135f88d88017e1d7262d52afb32352bb"}, + {file = "holidays-0.31.tar.gz", hash = "sha256:d0850ded09350982752ee3630676846e3dc6345b4798534639b7c56ce95e62dc"}, ] [package.dependencies] @@ -2166,4 +2166,4 @@ azure = ["azure-identity", "channels-redis", "mssql-django"] [metadata] lock-version = "2.0" python-versions = ">=3.10" -content-hash = "2b3c9a2e0d2fd1d0e7a91fdca387c7d6763d649edd4ac16e5bfb655e5482cef5" +content-hash = "da4a7862e601b0921ef1d8ff546289a31be9db97da1787ea310979fed1cc53a3" diff --git a/pyproject.toml b/pyproject.toml index 3472b90..92e7d7a 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -23,7 +23,7 @@ django-storages = [ ] djangorestframework = "^3.14.0" geopy = "^2.3.0" -holidays = "^0.30" +holidays = "^0.31" pillow = "^10.0.0" typing-extensions = "^4.7.1" whitenoise = "^6.4.0"