From 7f1cb1b6582c6e49b4235ec2830fbb367fc6c74c Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 20 Jan 2023 19:11:35 -0600 Subject: [PATCH] build(deps-dev): bump types-pytz from 2022.7.0.0 to 2022.7.1.0 (#369) Bumps [types-pytz](https://github.com/python/typeshed) from 2022.7.0.0 to 2022.7.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-patch ... Signed-off-by: dependabot[bot] 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 6658f78..8e018c2 100644 --- a/poetry.lock +++ b/poetry.lock @@ -1854,14 +1854,14 @@ files = [ [[package]] name = "types-pytz" -version = "2022.7.0.0" +version = "2022.7.1.0" description = "Typing stubs for pytz" category = "dev" optional = false python-versions = "*" files = [ - {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"}, + {file = "types-pytz-2022.7.1.0.tar.gz", hash = "sha256:918f9c3e7a950ba7e7d6f84b18a7cacabc8886cb7125fb1927ff1c752b4b59de"}, + {file = "types_pytz-2022.7.1.0-py3-none-any.whl", hash = "sha256:10ec7d009a02340f1cecd654ac03f0c29b6088a03b63d164401fc52df45936b2"}, ] [[package]] @@ -1963,4 +1963,4 @@ testing = ["func-timeout", "jaraco.itertools", "pytest (>=6)", "pytest-black (>= [metadata] lock-version = "2.0" python-versions = "^3.7" -content-hash = "fe40769841c61e40a4ca078393db123e5c77c2f7c27c70a4af4c90f435566cde" +content-hash = "b1baf3c9c236a6e78213c89768e441ad2ee12ba5e4e02a0394ab6266d95d38ce" diff --git a/pyproject.toml b/pyproject.toml index 5bb4c7d..155b19a 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.7.0" +types-pytz = "^2022.7.1" pytest_async = "^0.1.1" pytest-asyncio = "^0.20.3" respx = "^0.20.1"