From f499e912f75b5f3e0679873e9a4aeffb093a79d3 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 21 Dec 2022 01:11:47 +0000 Subject: [PATCH] build(deps-dev): bump types-pytz from 2022.2.1.0 to 2022.7.0.0 Bumps [types-pytz](https://github.com/python/typeshed) from 2022.2.1.0 to 2022.7.0.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-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 d87f92c..4d8d1e0 100644 --- a/poetry.lock +++ b/poetry.lock @@ -1198,7 +1198,7 @@ python-versions = "*" [[package]] name = "types-pytz" -version = "2022.2.1.0" +version = "2022.7.0.0" description = "Typing stubs for pytz" category = "dev" optional = false @@ -1283,7 +1283,7 @@ testing = ["func-timeout", "jaraco.itertools", "pytest (>=6)", "pytest-black (>= [metadata] lock-version = "1.1" python-versions = "^3.7" -content-hash = "cc8ec3c74747f0c4be996f8b43c89313f862c8685c3a004ef192a60cef1935d5" +content-hash = "c1eafd89b6e2c12debf7e248b02018c7bde5bf43d0e7bead54d6b6477a707cce" [metadata.files] alabaster = [ @@ -1940,8 +1940,8 @@ types-croniter = [ {file = "types_croniter-1.3.2-py3-none-any.whl", hash = "sha256:f529295f94aff6da82222739bbcdeed7fe98de9fe38597f04071d2a1b980ee06"}, ] types-pytz = [ - {file = "types-pytz-2022.2.1.0.tar.gz", hash = "sha256:47cfb19c52b9f75896440541db392fd312a35b279c6307a531db71152ea63e2b"}, - {file = "types_pytz-2022.2.1.0-py3-none-any.whl", hash = "sha256:50ead2254b524a3d4153bc65d00289b66898060d2938e586170dce918dbaf3b3"}, + {file = "types-pytz-2022.7.0.0.tar.gz", hash = "sha256:4f20c2953b3a3a0587e94489ec4c9e02c3d3aedb9ba5cd7e796e12f4cfa7027e"}, + {file = "types_pytz-2022.7.0.0-py3-none-any.whl", hash = "sha256:1509f182f686ab76e9a8234f22b00b8f50d239974db0cf924b7ae8674bb31a6f"}, ] typing-extensions = [ {file = "typing_extensions-4.3.0-py3-none-any.whl", hash = "sha256:25642c956049920a5aa49edcdd6ab1e06d7e5d467fc00e0506c44ac86fbfca02"}, diff --git a/pyproject.toml b/pyproject.toml index e309f09..2079b32 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -56,7 +56,7 @@ pyupgrade = "^3.3.1" furo = ">=2021.11.12" pytest-cov = "^4.0.0" types-croniter = "^1.3.2" -types-pytz = "^2022.2.1" +types-pytz = "^2022.7.0" pytest_async = "^0.1.1" pytest-asyncio = "^0.20.3" respx = "^0.20.0"