浏览代码

Refs #34391 -- Updated asgiref dependency for 5.0 release series.

Mariusz Felisiak 1 年之前
父节点
当前提交
650ce96782
共有 4 个文件被更改,包括 6 次插入3 次删除
  1. 1 1
      docs/internals/contributing/writing-code/unit-tests.txt
  2. 3 0
      docs/releases/5.0.txt
  3. 1 1
      setup.cfg
  4. 1 1
      tests/requirements/py3.txt

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

@@ -279,7 +279,7 @@ dependencies:
 
 
 * :pypi:`aiosmtpd`
 * :pypi:`aiosmtpd`
 * :pypi:`argon2-cffi` 19.2.0+
 * :pypi:`argon2-cffi` 19.2.0+
-* :pypi:`asgiref` 3.6.0+ (required)
+* :pypi:`asgiref` 3.7.0+ (required)
 * :pypi:`bcrypt`
 * :pypi:`bcrypt`
 * :pypi:`colorama`
 * :pypi:`colorama`
 * :pypi:`docutils`
 * :pypi:`docutils`

+ 3 - 0
docs/releases/5.0.txt

@@ -438,6 +438,9 @@ Miscellaneous
   odd number of operands rather than exactly one operand. This is consistent
   odd number of operands rather than exactly one operand. This is consistent
   with the behavior of MySQL, MariaDB, and Python.
   with the behavior of MySQL, MariaDB, and Python.
 
 
+* The minimum supported version of ``asgiref`` is increased from 3.6.0 to
+  3.7.0.
+
 .. _deprecated-features-5.0:
 .. _deprecated-features-5.0:
 
 
 Features deprecated in 5.0
 Features deprecated in 5.0

+ 1 - 1
setup.cfg

@@ -37,7 +37,7 @@ packages = find:
 include_package_data = true
 include_package_data = true
 zip_safe = false
 zip_safe = false
 install_requires =
 install_requires =
-    asgiref >= 3.6.0
+    asgiref >= 3.7.0
     sqlparse >= 0.3.1
     sqlparse >= 0.3.1
     tzdata; sys_platform == 'win32'
     tzdata; sys_platform == 'win32'
 
 

+ 1 - 1
tests/requirements/py3.txt

@@ -1,5 +1,5 @@
 aiosmtpd
 aiosmtpd
-asgiref >= 3.6.0
+asgiref >= 3.7.0
 argon2-cffi >= 19.2.0
 argon2-cffi >= 19.2.0
 bcrypt
 bcrypt
 black
 black