forked from Wavyzz/py-healthchecks.io
chore: poetry update (#188)
This updates pyupgrade, safety, and types-pytz to their most recent versions
This commit is contained in:
@@ -34,7 +34,7 @@ pytz = ">=2021.3,<2023.0"
|
||||
[tool.poetry.dev-dependencies]
|
||||
pytest = "^7.1.2"
|
||||
coverage = {extras = ["toml"], version = "^6.4"}
|
||||
safety = "^1.10.3"
|
||||
safety = "^2.0.0"
|
||||
mypy = "^0.961"
|
||||
typeguard = "^2.13.2"
|
||||
xdoctest = {extras = ["colors"], version = "^1.0.0"}
|
||||
@@ -56,7 +56,7 @@ pyupgrade = "^2.32.1"
|
||||
furo = ">=2021.11.12"
|
||||
pytest-cov = "^3.0.0"
|
||||
types-croniter = "^1.0.10"
|
||||
types-pytz = "^2021.3.8"
|
||||
types-pytz = "^2022.1.1"
|
||||
pytest_async = "^0.1.1"
|
||||
pytest-asyncio = "^0.18.3"
|
||||
respx = "^0.19.2"
|
||||
|
||||
Reference in New Issue
Block a user