From e7b3da7104e30604ca47f05f7ef6093f4244e379 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 1 Aug 2025 08:25:59 +0000 Subject: [PATCH] Bump asgiref from 3.8.1 to 3.9.1 Bumps [asgiref](https://github.com/django/asgiref) from 3.8.1 to 3.9.1. - [Changelog](https://github.com/django/asgiref/blob/main/CHANGELOG.txt) - [Commits](https://github.com/django/asgiref/compare/3.8.1...3.9.1) --- updated-dependencies: - dependency-name: asgiref dependency-version: 3.9.1 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- poetry.lock | 12 ++++++------ pyproject.toml | 2 +- 2 files changed, 7 insertions(+), 7 deletions(-) diff --git a/poetry.lock b/poetry.lock index 4aaa38ddb..3a27e8eb7 100644 --- a/poetry.lock +++ b/poetry.lock @@ -170,18 +170,18 @@ trio = ["trio (>=0.26.1)"] [[package]] name = "asgiref" -version = "3.8.1" +version = "3.9.1" description = "ASGI specs, helper code, and adapters" optional = false -python-versions = ">=3.8" +python-versions = ">=3.9" groups = ["main"] files = [ - {file = "asgiref-3.8.1-py3-none-any.whl", hash = "sha256:3e1e3ecc849832fe52ccf2cb6686b7a55f82bb1d6aee72a58826471390335e47"}, - {file = "asgiref-3.8.1.tar.gz", hash = "sha256:c343bd80a0bec947a9860adb4c432ffa7db769836c64238fc34bdc3fec84d590"}, + {file = "asgiref-3.9.1-py3-none-any.whl", hash = "sha256:f3bba7092a48005b5f5bacd747d36ee4a5a61f4a269a6df590b43144355ebd2c"}, + {file = "asgiref-3.9.1.tar.gz", hash = "sha256:a5ab6582236218e5ef1648f242fd9f10626cfd4de8dc377db215d5d5098e3142"}, ] [package.extras] -tests = ["mypy (>=0.800)", "pytest", "pytest-asyncio"] +tests = ["mypy (>=1.14.0)", "pytest", "pytest-asyncio"] [[package]] name = "attrs" @@ -3494,4 +3494,4 @@ propcache = ">=0.2.1" [metadata] lock-version = "2.1" python-versions = "^3.13" -content-hash = "c0a3d43fbb654c5237bb9f56ae22706768e61e5f7ad4ee85e3e3f4ea62cd342e" +content-hash = "1adbfa30017f00f8b1d7dbf92f4e7e0330b48c39661ca2c9e03bb7c5470ad162" diff --git a/pyproject.toml b/pyproject.toml index a9b13a07a..95ca64a18 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -25,7 +25,7 @@ flask = {extras = ["async"], version = "^3.1.1"} httpx = "^0.28.1" yarl = "^1.18.3" pydantic = "^2.11.7" -asgiref = "^3.8.1" +asgiref = "^3.9.1" boto3 = "^1.37.3" botocore = "^1.38.46" eval-type-backport = "^0.2.2"