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:25:45 +0200 |
| commit | e5d2664908164d51d2daa46e375da8b6a93def03 (patch) | |
| tree | b61c5b6d6012bf9701629b7c85024551fbce83e0 /pyproject.toml | |
| parent | 07d0d2975c291fe33fd7321f8f037cd55548329b (diff) | |
[5.1.x] Updated asgiref dependency for 5.1 release series.
Backport of df35cf578f99522dd1ba864d513be95d47bab7a5 from main.
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 22a57addf1..3d7318f4a9 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,<4", "sqlparse>=0.3.1", "tzdata; sys_platform == 'win32'", ] |
