This is an automated email from the ASF dual-hosted git repository. dill0wn pushed a commit to branch dw/8478 in repository https://gitbox.apache.org/repos/asf/allura.git
commit 6eff348da18f60129f7c5b2def5b118b516a5f02 Author: Dillon Walls <[email protected]> AuthorDate: Wed Nov 16 21:57:57 2022 +0000 fixup! SF-7868 Upgrade importlib-metadata 4.13.0 -> 5.0.0, and its deps: typing-extensions,zipp --- requirements.in | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.in b/requirements.in index 50e6726e7..61c502441 100644 --- a/requirements.in +++ b/requirements.in @@ -47,7 +47,7 @@ WebHelpers2 WebOb werkzeug wrapt -importlib-metadata<5.0 +importlib-metadata # testing mock pyflakes
