This is an automated email from the ASF dual-hosted git repository. dill0wn pushed a commit to branch dw/8399 in repository https://gitbox.apache.org/repos/asf/allura.git
commit 1aee626a8a5d011b4e1b2e5664f43221943d26c6 Author: Dillon Walls <[email protected]> AuthorDate: Tue Oct 26 11:12:34 2021 -0400 [#8399] werkzeug 1.0.1 -> 2.0.2 --- requirements.txt | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) diff --git a/requirements.txt b/requirements.txt index 3116a27..769f3c4 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,5 +1,5 @@ # -# This file is autogenerated by pip-compile with python 3.7 +# This file is autogenerated by pip-compile with python 3.6 # To update, run: # # pip-compile @@ -30,6 +30,8 @@ creoleparser==0.7.5 # via pypeline cryptography==35.0.0 # via -r requirements.in +dataclasses==0.8 + # via werkzeug datadiff==2.0.0 # via -r requirements.in decorator==5.1.0 @@ -91,7 +93,7 @@ ming==0.11.1 # via -r requirements.in mock==3.0.5 # via -r requirements.in -https://github.com/joestump/python-oauth2/archive/b94f69b1ad195513547924e380d9265133e995fa.zip#egg=oauth2 +oauth2 @ https://github.com/joestump/python-oauth2/archive/b94f69b1ad195513547924e380d9265133e995fa.zip # via -r requirements.in oauthlib==3.0.2 # via requests-oauthlib @@ -212,7 +214,7 @@ webob==1.7.4 # webtest webtest==3.0.0 # via -r requirements.in -werkzeug==1.0.1 +werkzeug==2.0.2 # via -r requirements.in wrapt==1.11.2 # via -r requirements.in
