From fab2cc3ea3b37c9d7d7cbc07985e2f1096e139e2 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 19 Oct 2022 11:00:39 -0500 Subject: [PATCH] chore(deps-dev): Bump types-pytz from 2022.4.0.0 to 2022.5.0.0 (#1085) 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 7c28bad1d..b2dded7c7 100644 --- a/poetry.lock +++ b/poetry.lock @@ -1207,7 +1207,7 @@ python-versions = "*" [[package]] name = "types-pytz" -version = "2022.4.0.0" +version = "2022.5.0.0" description = "Typing stubs for pytz" category = "dev" optional = false @@ -1331,7 +1331,7 @@ docs = ["sphinx", "sphinx-rtd-theme", "sphinx-copybutton", "myst-parser", "sphin [metadata] lock-version = "1.1" python-versions = "<3.11,>=3.7.1" -content-hash = "bb115a6f5444238ab0eca2a29d67d26c9c360ed1bb92b966e7eefbade7feba21" +content-hash = "7e8ebd0efd632715c51b0db3936d248869e168548bc3f4399695c0a5d56985e1" [metadata.files] alabaster = [ @@ -2263,8 +2263,8 @@ types-python-dateutil = [ {file = "types_python_dateutil-2.8.19.2-py3-none-any.whl", hash = "sha256:3f4dbe465e7e0c6581db11fd7a4855d1355b78712b3f292bd399cd332247e9c0"}, ] types-pytz = [ - {file = "types-pytz-2022.4.0.0.tar.gz", hash = "sha256:17d66e4b16e80ceae0787726f3a22288df7d3f9fdebeb091dc64b92c0e4ea09d"}, - {file = "types_pytz-2022.4.0.0-py3-none-any.whl", hash = "sha256:950b0f3d64ed5b03a3e29c1e38fe2be8371c933c8e97922d0352345336eb8af4"}, + {file = "types-pytz-2022.5.0.0.tar.gz", hash = "sha256:0c163b15d3e598e6cc7074a99ca9ec72b25dc1b446acc133b827667af0b7b09a"}, + {file = "types_pytz-2022.5.0.0-py3-none-any.whl", hash = "sha256:a8e1fe6a1b270fbfaf2553b20ad0f1316707cc320e596da903bb17d7373fed2d"}, ] types-PyYAML = [ {file = "types-PyYAML-6.0.12.tar.gz", hash = "sha256:f6f350418125872f3f0409d96a62a5a5ceb45231af5cc07ee0034ec48a3c82fa"}, diff --git a/pyproject.toml b/pyproject.toml index a9dae0e53..e0ed8942b 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -90,7 +90,7 @@ viztracer = "^0.15.4" requests-mock = "^1.10.0" sqlalchemy2-stubs = {version = "^0.0.2a29", allow-prereleases = true} types-python-dateutil = "^2.8.19" -types-pytz = "^2022.4.0.0" +types-pytz = "^2022.5.0.0" types-requests = "^2.28.11" types-simplejson = "^3.17.7" types-PyYAML = "^6.0.12"