diff --git a/poetry.lock b/poetry.lock index df5e9dc..467aa8d 100644 --- a/poetry.lock +++ b/poetry.lock @@ -1175,7 +1175,7 @@ test = ["pytest", "typing-extensions", "mypy"] [[package]] name = "types-croniter" -version = "1.0.4" +version = "1.0.6" description = "Typing stubs for croniter" category = "dev" optional = false @@ -1264,7 +1264,7 @@ testing = ["pytest (>=6)", "pytest-checkdocs (>=2.4)", "pytest-flake8", "pytest- [metadata] lock-version = "1.1" python-versions = "^3.7" -content-hash = "85bd6d26ad35f2ca03ad6ad4cf5534beed5c9abebbde910e2c0e16409dd6048e" +content-hash = "70a86bc269152b2e64c5f4eae3ce6f06d42c076d691382f693ff6d5dec0c342c" [metadata.files] alabaster = [ @@ -1952,8 +1952,8 @@ typeguard = [ {file = "typeguard-2.13.3.tar.gz", hash = "sha256:00edaa8da3a133674796cf5ea87d9f4b4c367d77476e185e80251cc13dfbb8c4"}, ] types-croniter = [ - {file = "types-croniter-1.0.4.tar.gz", hash = "sha256:d366652365d034bf9c778dcdd7f0f2a550f60a680f5ea44609419deb2e8555e8"}, - {file = "types_croniter-1.0.4-py3-none-any.whl", hash = "sha256:d2ab4b182b10db03152d6056e239323c9254a92d4b0b810156b11795b3070713"}, + {file = "types-croniter-1.0.6.tar.gz", hash = "sha256:06e5792384377ca81702104e2877e6eaa86b713925a9ae2c1f4ba73d98595ff3"}, + {file = "types_croniter-1.0.6-py3-none-any.whl", hash = "sha256:b00fd35244a1da380fee42f905fc95f007ba35e637cdbcefadabb855bef0a2a8"}, ] types-pytz = [ {file = "types-pytz-2021.3.3.tar.gz", hash = "sha256:f6d21d6687935a1615db464b1e1df800d19502c36bc0486f43be7dfd2c404947"}, diff --git a/pyproject.toml b/pyproject.toml index b246f8a..04bb706 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -48,7 +48,7 @@ Pygments = "^2.11.2" pyupgrade = "^2.31.0" furo = ">=2021.11.12" pytest-cov = "^3.0.0" -types-croniter = "^1.0.3" +types-croniter = "^1.0.6" types-pytz = "^2021.3.3" pytest_async = "^0.1.1" pytest-asyncio = "^0.16.0"