Skip to content

Commit 21f468b

Browse files
authored
Merge pull request #11 from vasudev-gm/dependabot/pip/asgiref-3.9.0
Bump asgiref from 3.8.1 to 3.9.0
2 parents c2871f9 + 825a011 commit 21f468b

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)