diff --git a/poetry.lock b/poetry.lock index c479924..3af8753 100644 --- a/poetry.lock +++ b/poetry.lock @@ -224,13 +224,13 @@ files = [ [[package]] name = "asyncer" -version = "0.0.7" +version = "0.0.8" description = "Asyncer, async and await, focused on developer experience." optional = false python-versions = ">=3.8" files = [ - {file = "asyncer-0.0.7-py3-none-any.whl", hash = "sha256:f0d579d4f67c4ead52ede3a45c854f462cae569058a8a6a68a4ebccac1c335d8"}, - {file = "asyncer-0.0.7.tar.gz", hash = "sha256:d5e563fb0f56eb87b97257984703658a4f5bbdb52ff851b3e8ed864cc200b1d2"}, + {file = "asyncer-0.0.8-py3-none-any.whl", hash = "sha256:5920d48fc99c8f8f0f1576e1882f5022885589c5fcbc46ce4224ec3e53776eeb"}, + {file = "asyncer-0.0.8.tar.gz", hash = "sha256:a589d980f57e20efb07ed91d0dbe67f1d2fd343e7142c66d3a099f05c620739c"}, ] [package.dependencies] @@ -2492,4 +2492,4 @@ prometheus = ["prometheus-client"] [metadata] lock-version = "2.0" python-versions = "^3.8" -content-hash = "e616f25455754a4c823431f326ed6c4f211f2db7a595ac27d11a4d7fec93156f" +content-hash = "7aac72184c7b8b64b8e966efd6611fa3e5f541fa14fc6ceca41ce995314c265f" diff --git a/pyproject.toml b/pyproject.toml index 0b9a5f3..cbab0d6 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -26,7 +26,7 @@ pydantic = ">=1.10.7,<3.0.0" typer = ">=0.7,<0.13" ec2-metadata = "^2.13.0" python-dotenv = ">=0.21,<1.1" -asyncer = ">=0.0.5,<0.0.8" +asyncer = ">=0.0.5,<0.0.9" datadog = {version = ">=0.44,<0.51", optional = true} prometheus-client = {version = ">=0.16,<0.21", optional = true} kubernetes = {version = ">=26.1,<32.0", optional = true}