This is an automated email from the ASF dual-hosted git repository. gcruz pushed a commit to branch gc/8507 in repository https://gitbox.apache.org/repos/asf/allura.git
commit 31380248d413478cb7ec6d2f97b7bfc1300d6774 Author: Guillermo Cruz <[email protected]> AuthorDate: Fri Apr 21 17:02:17 2023 +0000 [#8507] Upgrade wrapt 1.14.1 -> 1.15.0 --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index 8e91b3e3f..9003e9163 100644 --- a/requirements.txt +++ b/requirements.txt @@ -246,7 +246,7 @@ webtest==3.0.0 # via -r requirements.in werkzeug==2.2.3 # via -r requirements.in -wrapt==1.14.1 +wrapt==1.15.0 # via -r requirements.in zipp==3.15.0 # via importlib-metadata
