From 6c4f148ba05976b8bc6b9935ff9f8d4e9352036e Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 30 Jan 2024 10:21:22 +0000 Subject: [PATCH] build(deps-dev): bump types-pytz from 2023.3.1.1 to 2023.4.0.20240130 Bumps [types-pytz](https://github.com/python/typeshed) from 2023.3.1.1 to 2023.4.0.20240130. - [Commits](https://github.com/python/typeshed/commits) --- updated-dependencies: - dependency-name: types-pytz dependency-type: direct:development update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- poetry.lock | 10 +++++----- pyproject.toml | 2 +- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/poetry.lock b/poetry.lock index 0acb7795..0f528297 100644 --- a/poetry.lock +++ b/poetry.lock @@ -3173,13 +3173,13 @@ files = [ [[package]] name = "types-pytz" -version = "2023.3.1.1" +version = "2023.4.0.20240130" description = "Typing stubs for pytz" optional = false -python-versions = "*" +python-versions = ">=3.8" files = [ - {file = "types-pytz-2023.3.1.1.tar.gz", hash = "sha256:cc23d0192cd49c8f6bba44ee0c81e4586a8f30204970fc0894d209a6b08dab9a"}, - {file = "types_pytz-2023.3.1.1-py3-none-any.whl", hash = "sha256:1999a123a3dc0e39a2ef6d19f3f8584211de9e6a77fe7a0259f04a524e90a5cf"}, + {file = "types-pytz-2023.4.0.20240130.tar.gz", hash = "sha256:33676a90bf04b19f92c33eec8581136bea2f35ddd12759e579a624a006fd387a"}, + {file = "types_pytz-2023.4.0.20240130-py3-none-any.whl", hash = "sha256:6ce76a9f8fd22bd39b01a59c35bfa2db39b60d11a2f77145e97b730de7e64fe0"}, ] [[package]] @@ -3607,4 +3607,4 @@ testing = ["big-O", "jaraco.functools", "jaraco.itertools", "more-itertools", "p [metadata] lock-version = "2.0" python-versions = ">=3.8.1,<3.12" -content-hash = "7bb828635edbbbee36a4faf1a820314a58fb1dfcb98b24046f79159e9e7eaa75" +content-hash = "17dcc22df0f5952bd458e89d65829624356a2b573770fdccc69054459560c540" diff --git a/pyproject.toml b/pyproject.toml index acf16800..bc081a36 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -98,7 +98,7 @@ types-Deprecated = "^1.2.9.20240106" types-python-dateutil = "^2.8.19.20240106" types-beautifulsoup4 = "^4.12.0.20240106" types-Pillow = "^10.2.0.20240125" -types-pytz = "^2023.3.1.1" +types-pytz = "^2023.4.0.20240130" [build-system] requires = ["poetry_core"]