Skip to content

Commit e7705e1

Browse files
chore(deps): update asgiref requirement from <4,>=3.8 to >=3.11.1,<4
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](django/asgiref@3.8.0...3.11.1) --- updated-dependencies: - dependency-name: asgiref dependency-version: 3.11.1 dependency-type: direct:production ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent c1a7d8d commit e7705e1

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

requirements/test_async.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,5 +2,5 @@
22
-r test.txt
33
-r async_dev.txt
44
asgiref>=3.7.2,<3.8; python_version<"3.9"
5-
asgiref>=3.8,<4; python_version>="3.9"
5+
asgiref>=3.11.1,<4; python_version>="3.9"
66
pytest-asyncio<2;

0 commit comments

Comments
 (0)