diff --git a/poetry.lock b/poetry.lock index 99918cdf9..d91139f53 100644 --- a/poetry.lock +++ b/poetry.lock @@ -199,7 +199,7 @@ PyGithub = "^1.55" type = "git" url = "https://github.com/meltano/commitizen-version-bump.git" reference = "main" -resolved_reference = "23547d864d5d06e69aa6622e0de9ed9d7ab0a2e3" +resolved_reference = "0615f8b212903bc1504ce4b954c3cf59fadcb60a" [[package]] name = "cookiecutter" @@ -1290,7 +1290,7 @@ python-versions = "*" [[package]] name = "types-pytz" -version = "2022.6.0.1" +version = "2022.7.0.0" description = "Typing stubs for pytz" category = "dev" optional = false @@ -1417,7 +1417,7 @@ samples = [] [metadata] lock-version = "1.1" python-versions = "<3.12,>=3.7.1" -content-hash = "501401a332462654e7be429b2174174f0f8a2b7c592a28c1ccb0db07a3e8bf9f" +content-hash = "85e894cf01b2ce60d3f673c2044f1782baa9e0b6bc4d529d9aabe7313fbf438f" [metadata.files] alabaster = [ @@ -2376,8 +2376,8 @@ types-python-dateutil = [ {file = "types_python_dateutil-2.8.19.5-py3-none-any.whl", hash = "sha256:253c267e71cac148003db200cb3fc572ab0e2f994b34a4c1de5d3f550f0ad5b2"}, ] types-pytz = [ - {file = "types-pytz-2022.6.0.1.tar.gz", hash = "sha256:d078196374d1277e9f9984d49373ea043cf2c64d5d5c491fbc86c258557bd46f"}, - {file = "types_pytz-2022.6.0.1-py3-none-any.whl", hash = "sha256:bea605ce5d5a5d52a8e1afd7656c9b42476e18a0f888de6be91587355313ddf4"}, + {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"}, ] types-pyyaml = [ {file = "types-PyYAML-6.0.12.2.tar.gz", hash = "sha256:6840819871c92deebe6a2067fb800c11b8a063632eb4e3e755914e7ab3604e83"}, diff --git a/pyproject.toml b/pyproject.toml index 1d5746982..ead8788be 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -102,7 +102,7 @@ viztracer = {version = "^0.15.6", optional = true, python = "<3.11"} requests-mock = "^1.10.0" sqlalchemy2-stubs = {version = "^0.0.2a29", allow-prereleases = true} types-python-dateutil = "^2.8.19" -types-pytz = "^2022.6.0.1" +types-pytz = "^2022.7.0.0" types-requests = "^2.28.11" types-simplejson = "^3.18.0" types-PyYAML = "^6.0.12"