This is an automated email from the ASF dual-hosted git repository. gcruz pushed a commit to branch gc/8445 in repository https://gitbox.apache.org/repos/asf/allura.git
commit 8b6f64b4441e7f2e87289a6d89c35a9d93199c23 Author: Guillermo Cruz <[email protected]> AuthorDate: Wed Jul 6 19:46:57 2022 +0000 [#8445] Upgrade wrapt 1.14.0 -> 1.14.1 --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index 25b9c9f0d..ce593d68b 100644 --- a/requirements.txt +++ b/requirements.txt @@ -218,7 +218,7 @@ webtest==3.0.0 # via -r requirements.in werkzeug==2.1.2 # via -r requirements.in -wrapt==1.14.0 +wrapt==1.14.1 # via -r requirements.in zipp==3.8.0 # via importlib-metadata
