Skip to content

Commit a4231c9

Browse files
Bump asgiref from 3.9.2 to 3.10.0
Bumps [asgiref](https://github.com/django/asgiref) from 3.9.2 to 3.10.0. - [Changelog](https://github.com/django/asgiref/blob/main/CHANGELOG.txt) - [Commits](django/asgiref@3.9.2...3.10.0) --- updated-dependencies: - dependency-name: asgiref dependency-version: 3.10.0 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 02b1989 commit a4231c9

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

requirements.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
aiohttp==3.12.15
22
aiosignal==1.4.0
3-
asgiref==3.9.2
3+
asgiref==3.10.0
44
attrs==25.3.0
55
certifi==2025.8.3
66
charset-normalizer==3.4.3

setup.cfg

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -68,7 +68,7 @@ python_requires = >=3.10
6868
install_requires =
6969
aiohttp==3.12.15
7070
aiosignal==1.4.0
71-
asgiref==3.9.2
71+
asgiref==3.10.0
7272
attrs==25.3.0
7373
certifi==2025.8.3
7474
charset-normalizer==3.4.3

0 commit comments

Comments
 (0)