This is an automated email from the ASF dual-hosted git repository.
kaxilnaik pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/airflow.git
The following commit(s) were added to refs/heads/master by this push:
new 966a8cc Bump attrs to > 20.0 (#11799)
966a8cc is described below
commit 966a8cce10c0e47ab702a3e2fad37cb6caf292c9
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
---
setup.py | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/setup.py b/setup.py
index 6fda7b6..cc1fef8 100644
--- a/setup.py
+++ b/setup.py
@@ -692,7 +692,7 @@ EXTRAS_REQUIREMENTS.update(
INSTALL_REQUIREMENTS = [
'alembic>=1.2, <2.0',
'argcomplete~=1.10',
- 'attrs~=19.3',
+ 'attrs~=20.0',
'cached_property~=1.5',
'cattrs~=1.0',
'colorlog==4.0.2',