diff --git a/poetry.lock b/poetry.lock index 8ee200d..ca79697 100644 --- a/poetry.lock +++ b/poetry.lock @@ -1176,7 +1176,7 @@ test = ["pytest", "typing-extensions", "mypy"] [[package]] name = "types-croniter" -version = "1.0.9" +version = "1.0.10" description = "Typing stubs for croniter" category = "dev" optional = false @@ -1265,7 +1265,7 @@ testing = ["pytest (>=6)", "pytest-checkdocs (>=2.4)", "pytest-flake8", "pytest- [metadata] lock-version = "1.1" python-versions = "^3.7" -content-hash = "6b490de8813937333fe6e3e13ac7e973ab9de2a78fa0dcb15bc3880b4a5f78a8" +content-hash = "55a7456b86e8102cce19a9a48933cff5c6629a6713b49432bd4c885d211f7d11" [metadata.files] alabaster = [ @@ -1970,8 +1970,8 @@ typeguard = [ {file = "typeguard-2.13.3.tar.gz", hash = "sha256:00edaa8da3a133674796cf5ea87d9f4b4c367d77476e185e80251cc13dfbb8c4"}, ] types-croniter = [ - {file = "types-croniter-1.0.9.tar.gz", hash = "sha256:b8f4d19dd3f47c4f5f19f7e449b284616408f726e4bb6ba34a61e3291552bc97"}, - {file = "types_croniter-1.0.9-py3-none-any.whl", hash = "sha256:9b265f70968c1ea47c907c97f7f2141c7fe3cce2044a2e5f39bc2577ba5a5a7e"}, + {file = "types-croniter-1.0.10.tar.gz", hash = "sha256:10ae27340a37952b9ac67d7d2fc3bc9d4d88b6ae2c7b5a0b2c393b24d0a21ce0"}, + {file = "types_croniter-1.0.10-py3-none-any.whl", hash = "sha256:3ae500135d4d6ccc5a4e54a4c9b971fcbe98b5f0970ee2987f7ad60e77b3f95f"}, ] types-pytz = [ {file = "types-pytz-2021.3.6.tar.gz", hash = "sha256:74547fd90d8d8ab4f1eedf3a344a7d186d97486973895f81221a712e1e2cd993"}, diff --git a/pyproject.toml b/pyproject.toml index 37e405c..74bd3f1 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -48,7 +48,7 @@ Pygments = "^2.11.2" pyupgrade = "^2.32.0" furo = ">=2021.11.12" pytest-cov = "^3.0.0" -types-croniter = "^1.0.9" +types-croniter = "^1.0.10" types-pytz = "^2021.3.6" pytest_async = "^0.1.1" pytest-asyncio = "^0.18.3"