From 3f4c0b4d1063c30c50a0013b0b486b73eac178d5 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 22 Feb 2023 15:00:17 +0000 Subject: [PATCH] chore(deps-dev): Bump types-pytz from 2022.7.1.1 to 2022.7.1.2 Bumps [types-pytz](https://github.com/python/typeshed) from 2022.7.1.1 to 2022.7.1.2. - [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] --- poetry.lock | 8 ++++---- pyproject.toml | 2 +- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/poetry.lock b/poetry.lock index ca1fec7d0..229eb94d0 100644 --- a/poetry.lock +++ b/poetry.lock @@ -2432,14 +2432,14 @@ files = [ [[package]] name = "types-pytz" -version = "2022.7.1.1" +version = "2022.7.1.2" description = "Typing stubs for pytz" category = "dev" optional = false python-versions = "*" files = [ - {file = "types-pytz-2022.7.1.1.tar.gz", hash = "sha256:58010bb1d6f7ba7284fba264b3bc9c2480ab586201e25128ed2aadea4c298b33"}, - {file = "types_pytz-2022.7.1.1-py3-none-any.whl", hash = "sha256:1d024c1805b7a5d6899d236b7d5ee468cdd2093b70209640379eb80be593c453"}, + {file = "types-pytz-2022.7.1.2.tar.gz", hash = "sha256:487d3e8e9f4071eec8081746d53fa982bbc05812e719dcbf2ebf3d55a1a4cd28"}, + {file = "types_pytz-2022.7.1.2-py3-none-any.whl", hash = "sha256:40ca448a928d566f7d44ddfde0066e384f7ffbd4da2778e42a4570eaca572446"}, ] [[package]] @@ -2702,4 +2702,4 @@ testing = ["pytest", "pytest-durations"] [metadata] lock-version = "2.0" python-versions = "<3.12,>=3.7.1" -content-hash = "a2452d5ad264501d021ad5c00a9ee14a982f1c4fe657b2ee2f7296447a327612" +content-hash = "2eba30494867962183e039c4c0a5b98787d8be4860348433467ac17cbfb4642f" diff --git a/pyproject.toml b/pyproject.toml index b8f7b6b36..e44e3f2b4 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -111,7 +111,7 @@ viztracer = {version = "^0.15.6", optional = true, python = "<3.11"} requests-mock = "^1.10.0" sqlalchemy2-stubs = {version = "^0.0.2a32", allow-prereleases = true} types-python-dateutil = "^2.8.19" -types-pytz = "^2022.7.1.1" +types-pytz = "^2022.7.1.2" types-requests = "^2.28.11" types-simplejson = "^3.18.0" types-PyYAML = "^6.0.12"