Bump pytz from 2022.6 to 2022.7

Bumps [pytz](https://github.com/stub42/pytz) from 2022.6 to 2022.7.
- [Release notes](https://github.com/stub42/pytz/releases)
- [Commits](https://github.com/stub42/pytz/compare/release_2022.6...release_2022.7)

---
updated-dependencies:
- dependency-name: pytz
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
This commit is contained in:
dependabot[bot] 2023-01-04 10:55:52 +00:00 committed by Dmitry Belyaev
parent 5e845cf629
commit ac96a78280
2 changed files with 5 additions and 5 deletions

8
poetry.lock generated
View File

@ -427,7 +427,7 @@ six = ">=1.5"
[[package]]
name = "pytz"
version = "2022.6"
version = "2022.7"
description = "World timezone definitions, modern and historical"
category = "main"
optional = false
@ -550,7 +550,7 @@ socks = ["PySocks (>=1.5.6,!=1.5.7,<2.0)"]
[metadata]
lock-version = "1.1"
python-versions = "^3.8"
content-hash = "de626bf534dc8a72420087aff2d60058eb51e81ffb8d76511b32992ebed158d0"
content-hash = "6c02232e6eff6442ab7076554698f435d90245e26e24505ae9ede6edb72b28b4"
[metadata.files]
attrs = [
@ -844,8 +844,8 @@ python-dateutil = [
{file = "python_dateutil-2.8.2-py2.py3-none-any.whl", hash = "sha256:961d03dc3453ebbc59dbdea9e4e11c5651520a876d0f4db161e8674aae935da9"},
]
pytz = [
{file = "pytz-2022.6-py2.py3-none-any.whl", hash = "sha256:222439474e9c98fced559f1709d89e6c9cbf8d79c794ff3eb9f8800064291427"},
{file = "pytz-2022.6.tar.gz", hash = "sha256:e89512406b793ca39f5971bc999cc538ce125c0e51c27941bef4568b460095e2"},
{file = "pytz-2022.7-py2.py3-none-any.whl", hash = "sha256:93007def75ae22f7cd991c84e02d434876818661f8df9ad5df9e950ff4e52cfd"},
{file = "pytz-2022.7.tar.gz", hash = "sha256:7ccfae7b4b2c067464a6733c6261673fdb8fd1be905460396b97a073e9fa683a"},
]
pyyaml = [
{file = "PyYAML-6.0-cp310-cp310-macosx_10_9_x86_64.whl", hash = "sha256:d4db7c7aef085872ef65a8fd7d6d09a14ae91f691dec3e87ee5ee0539d516f53"},

View File

@ -21,7 +21,7 @@ python = "^3.8"
google-auth = "2.14.1"
google-api-python-client = "2.68.0"
icalendar = "5.0.4"
pytz = "2022.6"
pytz = "2022.7"
PyYAML = "6.0"
fire = "0.5.0"