From 5a89f7df19ad915d27b81823d5cf78a6d4e393a0 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 21 Jun 2022 14:38:28 +0300 Subject: [PATCH] Bump types-pytz from 2021.3.8 to 2022.1.0 (#1228) Bumps [types-pytz](https://github.com/python/typeshed) from 2021.3.8 to 2022.1.0. - [Release notes](https://github.com/python/typeshed/releases) - [Commits](https://github.com/python/typeshed/commits) --- updated-dependencies: - dependency-name: types-pytz dependency-type: direct:development update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- poetry.lock | 8 ++++---- pyproject.toml | 2 +- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/poetry.lock b/poetry.lock index 4b697f5fa..2eb478401 100644 --- a/poetry.lock +++ b/poetry.lock @@ -541,7 +541,7 @@ python-versions = ">=3.6" [[package]] name = "types-pytz" -version = "2021.3.8" +version = "2022.1.0" description = "Typing stubs for pytz" category = "dev" optional = false @@ -605,7 +605,7 @@ testing = ["pytest (>=4.6)", "pytest-checkdocs (>=2.4)", "pytest-flake8", "pytes [metadata] lock-version = "1.1" python-versions = "^3.8" -content-hash = "e276ea4693353ade6c73e8563df99b55fc4f85e9f29eb65fe08d0bc8eabacf1c" +content-hash = "5c406f7eafb13665f39b70840cdab0fd25365dbbf2bdbda9f6aeecca4e4d2968" [metadata.files] atomicwrites = [ @@ -881,8 +881,8 @@ tomli = [ {file = "tomli-1.2.3.tar.gz", hash = "sha256:05b6166bff487dc068d322585c7ea4ef78deed501cc124060e0f238e89a9231f"}, ] types-pytz = [ - {file = "types-pytz-2021.3.8.tar.gz", hash = "sha256:41253a3a2bf028b6a3f17b58749a692d955af0f74e975de94f6f4d2d3cd01dbd"}, - {file = "types_pytz-2021.3.8-py3-none-any.whl", hash = "sha256:aef4a917ab28c585d3f474bfce4f4b44b91e95d9d47d4de29dd845e0db8e3910"}, + {file = "types-pytz-2022.1.0.tar.gz", hash = "sha256:bbe7eaf93b4fbec4780323af925286d265a6681f50dba57d16dbd8695c3ed63d"}, + {file = "types_pytz-2022.1.0-py3-none-any.whl", hash = "sha256:20984c0c321d312caac8fd0a0b5456b615cb9cce74473624a794851a606fabae"}, ] typing-extensions = [ {file = "typing_extensions-4.0.0-py3-none-any.whl", hash = "sha256:829704698b22e13ec9eaf959122315eabb370b0884400e9818334d8b677023d9"}, diff --git a/pyproject.toml b/pyproject.toml index 174ab646e..cf6c5cca3 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -62,7 +62,7 @@ readme-renderer = "^35.0" pytz = "^2022.1" black = "^21.12b0" autoflake = "^1.4" -types-pytz = "^2021.3.8" +types-pytz = "^2022.1.0" taskipy = "^1.10.1" validators = "^0.20.0" pytest-repeat = "^0.9.1"