diff options
| author | Iury Gregory Melo Ferreira <imelofer@redhat.com> | 2020-09-10 15:26:16 +0200 |
|---|---|---|
| committer | Iury Gregory Melo Ferreira <imelofer@redhat.com> | 2020-09-10 15:26:16 +0200 |
| commit | 08fdae9081a92f17e26f3351b95e502e27f383e3 (patch) | |
| tree | 679eb5a8a21aad7a0fe30f1e0d9db78ad76e0832 | |
| parent | c4a78862d31263e9fc1c8a740d3a4dd6cb63cf92 (diff) | |
| download | ironic-python-agent-08fdae9081a92f17e26f3351b95e502e27f383e3.tar.gz | |
Fix l-c
Change-Id: I98e087f85e166da02890828054ed46ec9177eeb5
| -rw-r--r-- | lower-constraints.txt | 2 | ||||
| -rw-r--r-- | requirements.txt | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/lower-constraints.txt b/lower-constraints.txt index 914e3be6..a97dc7b7 100644 --- a/lower-constraints.txt +++ b/lower-constraints.txt @@ -84,6 +84,6 @@ traceback2==1.4.0 unittest2==1.1.0 urllib3==1.22 WebOb==1.7.4 -Werkzeug==0.15.0 +Werkzeug==1.0.1 wrapt==1.10.11 zeroconf==0.26.0 diff --git a/requirements.txt b/requirements.txt index 28ea8ace..a21908da 100644 --- a/requirements.txt +++ b/requirements.txt @@ -17,4 +17,4 @@ requests>=2.14.2 # Apache-2.0 rtslib-fb>=2.1.65 # Apache-2.0 stevedore>=1.20.0 # Apache-2.0 ironic-lib>=4.1.0 # Apache-2.0 -Werkzeug>=0.15.0 # BSD License +Werkzeug>=1.0.1 # BSD License |
