Skip to content

Commit 64fae93

Browse files
Bump asgiref from 3.9.0 to 3.9.1 (#12)
1 parent 21f468b commit 64fae93

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
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.9.0 ; python_full_version >= '3.8'",
8+
"asgiref==3.9.1 ; 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'",

requirements.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
-i https://pypi.org/simple
2-
asgiref==3.9.0; python_version >= '3.9'
2+
asgiref==3.9.1; python_version >= '3.9'
33
attrs==25.3.0; python_version >= '3.8'
44
django==5.2.4; python_version >= '3.10'
55
djangorestframework==3.16.0; python_version >= '3.9'

0 commit comments

Comments
 (0)