Merge pull request #31 from sartography/dependabot/pip/types-pytz-2022.1.1

Bump types-pytz from 2022.1.0 to 2022.1.1
This commit is contained in:
github-actions[bot] 2022-06-27 22:26:09 +01:00 committed by GitHub
commit 42121b414f
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 5 additions and 5 deletions

8
poetry.lock generated
View File

@ -1848,7 +1848,7 @@ test = ["pytest", "typing-extensions", "mypy"]
[[package]]
name = "types-pytz"
version = "2022.1.0"
version = "2022.1.1"
description = "Typing stubs for pytz"
category = "main"
optional = false
@ -2021,7 +2021,7 @@ testing = ["pytest (>=6)", "pytest-checkdocs (>=2.4)", "pytest-flake8", "pytest-
[metadata]
lock-version = "1.1"
python-versions = "^3.9"
content-hash = "b62cf79b84095d7587533e0ac88c8be8a035e97dac57e521273f246bca78cf78"
content-hash = "a0069523fa7061dc0b9c42888f451088c34a4471031b236fa717ef658d43d189"
[metadata.files]
alabaster = [
@ -3187,8 +3187,8 @@ typeguard = [
{file = "typeguard-2.13.3.tar.gz", hash = "sha256:00edaa8da3a133674796cf5ea87d9f4b4c367d77476e185e80251cc13dfbb8c4"},
]
types-pytz = [
{file = "types-pytz-2022.1.0.tar.gz", hash = "sha256:bbe7eaf93b4fbec4780323af925286d265a6681f50dba57d16dbd8695c3ed63d"},
{file = "types_pytz-2022.1.0-py3-none-any.whl", hash = "sha256:20984c0c321d312caac8fd0a0b5456b615cb9cce74473624a794851a606fabae"},
{file = "types-pytz-2022.1.1.tar.gz", hash = "sha256:4e7add70886dc2ee6ee7535c8184a26eeb0ac9dbafae9962cb882d74b9f67330"},
{file = "types_pytz-2022.1.1-py3-none-any.whl", hash = "sha256:581467742f32f15fff1098698b11fd511057a2a8a7568d33b604083f2b03c24f"},
]
typing-extensions = [
{file = "typing_extensions-4.2.0-py3-none-any.whl", hash = "sha256:6657594ee297170d19f67d55c05852a874e7eb634f4f753dbd667855e07c1708"},

View File

@ -44,7 +44,7 @@ marshmallow-enum = "^1.5.1"
marshmallow-sqlalchemy = "^0.28.0"
PyJWT = "^2.4.0"
gunicorn = "^20.1.0"
types-pytz = "^2022.1.0"
types-pytz = "^2022.1.1"
[tool.poetry.dev-dependencies]