From 2cc04d84a43f402b3f10095e721c77817891cf70 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 1 Apr 2024 22:57:41 +0000 Subject: [PATCH] Update asgiref requirement from <3.8,>=3.2.10 to >=3.2.10,<3.9 (#6776) Updates the requirements on [asgiref](https://github.com/django/asgiref) to permit the latest version. - [Changelog](https://github.com/django/asgiref/blob/main/CHANGELOG.txt) - [Commits](https://github.com/django/asgiref/compare/3.2.10...3.8.1) --- updated-dependencies: - dependency-name: asgiref dependency-type: direct:production ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 12a5877b3..e42111b70 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -32,7 +32,7 @@ classifiers = [ # It is not considered best practice to use install_requires to pin dependencies to specific versions. dependencies = [ "aioquic>=1.0.0,<2.0.0", - "asgiref>=3.2.10,<3.8", + "asgiref>=3.2.10,<3.9", "Brotli>=1.0,<1.2", "certifi>=2019.9.11", # no semver here - this should always be on the last release! "cryptography>=42.0,<42.1",