This is an automated email from the ASF dual-hosted git repository.

potiuk pushed a commit to branch v1-10-test
in repository https://gitbox.apache.org/repos/asf/airflow.git

commit bf526286d7c9ffa26ce5ad554566cc3b1dc837c0
Author: Kaxil Naik <[email protected]>
AuthorDate: Sat Oct 24 01:58:26 2020 +0100

    Bump attrs to > 20.0 (#11799)
    
    fixes https://github.com/apache/airflow/issues/11756
    
    (cherry picked from commit 966a8cce10c0e47ab702a3e2fad37cb6caf292c9)
---
 setup.py | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/setup.py b/setup.py
index 9a7e732..df5f83f 100644
--- a/setup.py
+++ b/setup.py
@@ -575,7 +575,7 @@ EXTRAS_REQUIREMENTS = {
 INSTALL_REQUIREMENTS = [
     'alembic>=1.0, <2.0',
     'argcomplete~=1.10',
-    'attrs~=19.3',
+    'attrs~=20.0',
     'cached_property~=1.5',
     'cattrs~=1.0',
     'colorlog==4.0.2',

Reply via email to