diff options
| author | Mariusz Felisiak <felisiak.mariusz@gmail.com> | 2024-07-24 07:30:03 +0200 |
|---|---|---|
| committer | Sarah Boyce <42296566+sarahboyce@users.noreply.github.com> | 2024-07-24 08:21:07 +0200 |
| commit | df35cf578f99522dd1ba864d513be95d47bab7a5 (patch) | |
| tree | 9c936f82f1d7eb347698fea1403fdd61fabf01cb /pyproject.toml | |
| parent | 6c89a53ab39e607f7edf8853fd8046eb5f6623b4 (diff) | |
Updated asgiref dependency for 5.1 release series.
Diffstat (limited to 'pyproject.toml')
| -rw-r--r-- | pyproject.toml | 2 |
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'", ] |
