mirror of
https://github.com/andrewthetechie/py-healthchecks.io.git
synced 2026-01-06 17:13:08 +01:00
Merge pull request #112 from andrewthetechie/dependabot/pip/pytz-2022.1
Bump pytz from 2021.3 to 2022.1
This commit is contained in:
8
poetry.lock
generated
8
poetry.lock
generated
@@ -807,7 +807,7 @@ six = ">=1.5"
|
||||
|
||||
[[package]]
|
||||
name = "pytz"
|
||||
version = "2021.3"
|
||||
version = "2022.1"
|
||||
description = "World timezone definitions, modern and historical"
|
||||
category = "main"
|
||||
optional = false
|
||||
@@ -1260,7 +1260,7 @@ testing = ["pytest (>=6)", "pytest-checkdocs (>=2.4)", "pytest-flake8", "pytest-
|
||||
[metadata]
|
||||
lock-version = "1.1"
|
||||
python-versions = "^3.7"
|
||||
content-hash = "cc5f834f7eebd1fe266c4cc4956e5ad1a3091a42e66f3b1cb26f21f2270ae166"
|
||||
content-hash = "6fdc5952853ad5ffbe0e7821e9cfa28d79fb90327df1f2a88b1e71c579353685"
|
||||
|
||||
[metadata.files]
|
||||
alabaster = [
|
||||
@@ -1716,8 +1716,8 @@ python-dateutil = [
|
||||
{file = "python_dateutil-2.8.2-py2.py3-none-any.whl", hash = "sha256:961d03dc3453ebbc59dbdea9e4e11c5651520a876d0f4db161e8674aae935da9"},
|
||||
]
|
||||
pytz = [
|
||||
{file = "pytz-2021.3-py2.py3-none-any.whl", hash = "sha256:3672058bc3453457b622aab7a1c3bfd5ab0bdae451512f6cf25f64ed37f5b87c"},
|
||||
{file = "pytz-2021.3.tar.gz", hash = "sha256:acad2d8b20a1af07d4e4c9d2e9285c5ed9104354062f275f3fcd88dcef4f1326"},
|
||||
{file = "pytz-2022.1-py2.py3-none-any.whl", hash = "sha256:e68985985296d9a66a881eb3193b0906246245294a881e7c8afe623866ac6a5c"},
|
||||
{file = "pytz-2022.1.tar.gz", hash = "sha256:1e760e2fe6a8163bc0b3d9a19c4f84342afa0a2affebfaa84b01b978a02ecaa7"},
|
||||
]
|
||||
pyupgrade = [
|
||||
{file = "pyupgrade-2.32.0-py2.py3-none-any.whl", hash = "sha256:f45d4afb6ccdf7b0cea757958d0a11306324052668d9ff99d2bcb06bda46c00d"},
|
||||
|
||||
@@ -21,7 +21,7 @@ click = "^8.0.1"
|
||||
pydantic = "^1.8.2"
|
||||
httpx = ">=0.21.1,<0.23.0"
|
||||
croniter = "^1.1.0"
|
||||
pytz = "^2021.3"
|
||||
pytz = ">=2021.3,<2023.0"
|
||||
|
||||
[tool.poetry.dev-dependencies]
|
||||
pytest = "^7.1.1"
|
||||
|
||||
Reference in New Issue
Block a user