Skip to content

Commit 825a011

Browse files
Bump asgiref from 3.8.1 to 3.9.0
Bumps [asgiref](https://github.com/django/asgiref) from 3.8.1 to 3.9.0. - [Changelog](https://github.com/django/asgiref/blob/main/CHANGELOG.txt) - [Commits](django/asgiref@3.8.1...3.9.0) --- updated-dependencies: - dependency-name: asgiref dependency-version: 3.9.0 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent c2871f9 commit 825a011

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ description = "A Django REST framework for building APIs"
55
readme = "README.md"
66
requires-python = ">=3.12"
77
dependencies = [
8-
"asgiref==3.8.1 ; python_full_version >= '3.8'",
8+
"asgiref==3.9.0 ; python_full_version >= '3.8'",
99
"asgiref==3.9.0 ; python_full_version >= '3.9'",
1010
"attrs==25.3.0 ; python_full_version >= '3.8'",
1111
"django==5.2.4 ; python_full_version >= '3.10'",

0 commit comments

Comments
 (0)