瀏覽代碼

Updated asgiref dependency for 4.0 release series.

Mariusz Felisiak 3 年之前
父節點
當前提交
513441240f
共有 4 個文件被更改,包括 6 次插入3 次删除
  1. 1 1
      docs/internals/contributing/writing-code/unit-tests.txt
  2. 3 0
      docs/releases/4.0.txt
  3. 1 1
      setup.cfg
  4. 1 1
      tests/requirements/py3.txt

+ 1 - 1
docs/internals/contributing/writing-code/unit-tests.txt

@@ -275,7 +275,7 @@ dependencies:
 
 *  aiosmtpd_
 *  argon2-cffi_ 19.1.0+
-*  asgiref_ 3.3.2+ (required)
+*  asgiref_ 3.4.1+ (required)
 *  bcrypt_
 *  colorama_
 *  docutils_

+ 3 - 0
docs/releases/4.0.txt

@@ -582,6 +582,9 @@ Miscellaneous
   :attr:`django.utils.timezone.utc` is changed to alias
   :attr:`datetime.timezone.utc`.
 
+* The minimum supported version of ``asgiref`` is increased from 3.3.2 to
+  3.4.1.
+
 .. _deprecated-features-4.0:
 
 Features deprecated in 4.0

+ 1 - 1
setup.cfg

@@ -38,7 +38,7 @@ packages = find:
 include_package_data = true
 zip_safe = false
 install_requires =
-    asgiref >= 3.3.2
+    asgiref >= 3.4.1
     backports.zoneinfo; python_version<"3.9"
     sqlparse >= 0.2.2
     tzdata; sys_platform == 'win32'

+ 1 - 1
tests/requirements/py3.txt

@@ -1,5 +1,5 @@
 aiosmtpd
-asgiref >= 3.3.2
+asgiref >= 3.4.1
 argon2-cffi >= 16.1.0
 backports.zoneinfo; python_version < '3.9'
 bcrypt