summaryrefslogtreecommitdiff
path: root/pyproject.toml
diff options
context:
space:
mode:
authorMariusz Felisiak <felisiak.mariusz@gmail.com>2024-07-24 07:30:03 +0200
committerSarah Boyce <42296566+sarahboyce@users.noreply.github.com>2024-07-24 08:21:07 +0200
commitdf35cf578f99522dd1ba864d513be95d47bab7a5 (patch)
tree9c936f82f1d7eb347698fea1403fdd61fabf01cb /pyproject.toml
parent6c89a53ab39e607f7edf8853fd8046eb5f6623b4 (diff)
Updated asgiref dependency for 5.1 release series.
Diffstat (limited to 'pyproject.toml')
-rw-r--r--pyproject.toml2
1 files changed, 1 insertions, 1 deletions
diff --git a/pyproject.toml b/pyproject.toml
index 51c4a31173..540bc47439 100644
--- a/pyproject.toml
+++ b/pyproject.toml
@@ -7,7 +7,7 @@ name = "Django"
dynamic = ["version"]
requires-python = ">= 3.10"
dependencies = [
- "asgiref>=3.7.0",
+ "asgiref>=3.8.1",
"sqlparse>=0.3.1",
"tzdata; sys_platform == 'win32'",
]