diff --git a/poetry.lock b/poetry.lock index bb04a2e..c2f2c3d 100644 --- a/poetry.lock +++ b/poetry.lock @@ -1175,7 +1175,7 @@ test = ["pytest", "typing-extensions", "mypy"] [[package]] name = "types-croniter" -version = "1.0.6" +version = "1.0.7" 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 = "b808c479484a67eb1c997ae86f19828fa2820497370c0be24ffb5bd32f2adfd1" +content-hash = "57edb356699efd1b67a776a37a3ad200b361978e4d949fc10578e5304d24706c" [metadata.files] alabaster = [ @@ -1949,8 +1949,8 @@ typeguard = [ {file = "typeguard-2.13.3.tar.gz", hash = "sha256:00edaa8da3a133674796cf5ea87d9f4b4c367d77476e185e80251cc13dfbb8c4"}, ] types-croniter = [ - {file = "types-croniter-1.0.6.tar.gz", hash = "sha256:06e5792384377ca81702104e2877e6eaa86b713925a9ae2c1f4ba73d98595ff3"}, - {file = "types_croniter-1.0.6-py3-none-any.whl", hash = "sha256:b00fd35244a1da380fee42f905fc95f007ba35e637cdbcefadabb855bef0a2a8"}, + {file = "types-croniter-1.0.7.tar.gz", hash = "sha256:4989e4b0199f7d5d16d1ec1c931cf981acf47f153bf67d329dc12377c32f34e0"}, + {file = "types_croniter-1.0.7-py3-none-any.whl", hash = "sha256:7166f6b013126087354b4bb1eb775f81c7c7d096720591b02e2a1ca5f7ea1f9a"}, ] types-pytz = [ {file = "types-pytz-2021.3.4.tar.gz", hash = "sha256:101da53091013bb07403468c20d36930d749d3918054ac46f9c1bfc607dadf7d"}, diff --git a/pyproject.toml b/pyproject.toml index 1044cd6..6b06687 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.6" +types-croniter = "^1.0.7" types-pytz = "^2021.3.4" pytest_async = "^0.1.1" pytest-asyncio = "^0.16.0"