Bump types-pytz in /spiffworkflow-backend (#1316)

Bumps [types-pytz](https://github.com/python/typeshed) from 2022.7.1.2 to 2024.1.0.20240203.
- [Commits](https://github.com/python/typeshed/commits)

---
updated-dependencies:
- dependency-name: types-pytz
  dependency-type: direct:development
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
This commit is contained in:
dependabot[bot] 2024-04-01 14:52:18 +00:00 committed by GitHub
parent 9232c70ff3
commit d3068ae07c
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
2 changed files with 6 additions and 6 deletions

View File

@ -3262,13 +3262,13 @@ files = [
[[package]]
name = "types-pytz"
version = "2022.7.1.2"
version = "2024.1.0.20240203"
description = "Typing stubs for pytz"
optional = false
python-versions = "*"
python-versions = ">=3.8"
files = [
{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"},
{file = "types-pytz-2024.1.0.20240203.tar.gz", hash = "sha256:c93751ee20dfc6e054a0148f8f5227b9a00b79c90a4d3c9f464711a73179c89e"},
{file = "types_pytz-2024.1.0.20240203-py3-none-any.whl", hash = "sha256:9679eef0365db3af91ef7722c199dbb75ee5c1b67e3c4dd7bfbeb1b8a71c21a3"},
]
[[package]]
@ -3469,4 +3469,4 @@ tests-strict = ["pytest (==4.6.0)", "pytest (==4.6.0)", "pytest (==6.2.5)", "pyt
[metadata]
lock-version = "2.0"
python-versions = ">=3.10,<3.13"
content-hash = "201fbd7b97254ca86c00ee094390d95546973fb2d4331a11bf5491e7862028ba"
content-hash = "bbde4e17a62b98f06ec725de1b5aad2c80d5af9e03d4f05b64d95b730afa8056"

View File

@ -119,7 +119,7 @@ types-Werkzeug = "^1.0.9"
types-PyYAML = "^6.0.12"
types-Flask = "^1.1.6"
types-requests = "^2.28.6"
types-pytz = "^2022.1.1"
types-pytz = "^2024.1.0"
[tool.pytest.ini_options]
# ignore deprecation warnings from various packages that we don't control