diff --git a/poetry.lock b/poetry.lock index 610e5ae..99db50d 100644 --- a/poetry.lock +++ b/poetry.lock @@ -123,13 +123,13 @@ files = [ [[package]] name = "anyio" -version = "4.3.0" +version = "4.4.0" description = "High level compatibility layer for multiple asynchronous event loop implementations" optional = false python-versions = ">=3.8" files = [ - {file = "anyio-4.3.0-py3-none-any.whl", hash = "sha256:048e05d0f6caeed70d731f3db756d35dcc1f35747c8c403364a8332c630441b8"}, - {file = "anyio-4.3.0.tar.gz", hash = "sha256:f75253795a87df48568485fd18cdd2a3fa5c4f7c5be8e5e36637733fce06fed6"}, + {file = "anyio-4.4.0-py3-none-any.whl", hash = "sha256:c1b2d8f46a8a812513012e1107cb0e68c17159a7a594208005a57dc776e1bdc7"}, + {file = "anyio-4.4.0.tar.gz", hash = "sha256:5aadc6a1bbb7cdb0bede386cac5e2940f5e2ff3aa20277e991cf028e0585ce94"}, ] [package.dependencies] @@ -2266,4 +2266,4 @@ test = ["big-O", "jaraco.functools", "jaraco.itertools", "jaraco.test", "more-it [metadata] lock-version = "2.0" python-versions = ">=3.9,<3.13" -content-hash = "5f8db0ec9cb8585b9f250ac97f26cf5e0ecb904e51369477d25beede4bcc8b90" +content-hash = "4d2bfcd4adaa9c7909f90c0d0d9fd77b2ccc0f16267e701d0e89c18774404a09" diff --git a/pyproject.toml b/pyproject.toml index 13cdc4a..3d1f827 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -24,7 +24,7 @@ faker = "^24.8.0" python-semantic-release = "^9.4.1" pre-commit = "^3.7.1" pytest-cov = "^5.0.0" -anyio = "^4.3.0" +anyio = "^4.4.0"