deps: bump types-croniter from 1.4.0.1 to 2.0.0.20240423 (#654)

Bumps [types-croniter](https://github.com/python/typeshed) from 1.4.0.1 to 2.0.0.20240423.
- [Commits](https://github.com/python/typeshed/commits)

---
updated-dependencies:
- dependency-name: types-croniter
  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-05-05 14:14:31 -05:00
committed by GitHub
parent ae3539a979
commit 50f8bbabb2
2 changed files with 6 additions and 6 deletions

10
poetry.lock generated
View File

@@ -1613,13 +1613,13 @@ files = [
[[package]]
name = "types-croniter"
version = "1.4.0.1"
version = "2.0.0.20240423"
description = "Typing stubs for croniter"
optional = false
python-versions = "*"
python-versions = ">=3.8"
files = [
{file = "types-croniter-1.4.0.1.tar.gz", hash = "sha256:5821688c93b874500b6863b8a164a8dbc49efdced985d00cbdddc029b81067b8"},
{file = "types_croniter-1.4.0.1-py3-none-any.whl", hash = "sha256:b8996c11d5e942be59d669388e2515e50ca4935b61e4337bac9e81bfdde9cf72"},
{file = "types-croniter-2.0.0.20240423.tar.gz", hash = "sha256:73c0e068c6ac5abc8ffed2d9828c8a38ebae9a2d32af8fcd6bc5c680c79b64b6"},
{file = "types_croniter-2.0.0.20240423-py3-none-any.whl", hash = "sha256:30f8e4d7ff39c39a3cabc17bfc5186a49f6d4807d9c7177e5fa9b0c2cfe3b073"},
]
[[package]]
@@ -1726,4 +1726,4 @@ testing = ["big-O", "jaraco.functools", "jaraco.itertools", "more-itertools", "p
[metadata]
lock-version = "2.0"
python-versions = "^3.8"
content-hash = "a06e62d14707117bbbfde60267e09fdbe76a8152881f85d1d3467dec43ead99e"
content-hash = "257ed070c3945d98e0a8b885998081e14928d7d1b0651c9cb4c572b5e54df706"

View File

@@ -45,7 +45,7 @@ pre-commit-hooks = "^4.4.0"
pyupgrade = "^3.3.1"
furo = ">=2021.11.12"
pytest-cov = "^4.0.0"
types-croniter = "^1.3.2"
types-croniter = ">=1.3.2,<3.0.0"
types-pytz = ">=2022.7.1,<2024.0.0"
pytest-asyncio = ">=0.20.3,<0.22.0"
respx = ">=0.20.1,<0.22.0"