You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@airflow.apache.org by po...@apache.org on 2020/10/17 07:30:04 UTC

[airflow] branch master updated: bump werkzeug version (#11610)

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

potiuk 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 c77865b  bump werkzeug version (#11610)
c77865b is described below

commit c77865b62f22dde6efab93cb8633a25b8c373246
Author: kurtqq <47...@users.noreply.github.com>
AuthorDate: Sat Oct 17 10:29:26 2020 +0300

    bump werkzeug version (#11610)
    
    bump werkzeug version
---
 setup.py | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/setup.py b/setup.py
index 776230a..5cfbd8e 100644
--- a/setup.py
+++ b/setup.py
@@ -737,7 +737,7 @@ INSTALL_REQUIREMENTS = [
     'typing-extensions>=3.7.4;python_version<"3.8"',
     'tzlocal>=1.4,<2.0.0',
     'unicodecsv>=0.14.1',
-    'werkzeug<1.0.0',
+    'werkzeug<1.1.0',
 ]