You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@allura.apache.org by br...@apache.org on 2022/11/02 21:49:27 UTC

[allura] 01/24: [#8474] pinned importlib-metadata < 5.0

This is an automated email from the ASF dual-hosted git repository.

brondsem pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/allura.git

commit 99143a3ba8b298731b3eee258b5c48a0a95e1e3d
Author: Guillermo Cruz <gu...@slashdotmedia.com>
AuthorDate: Wed Oct 26 20:46:15 2022 +0000

    [#8474] pinned importlib-metadata < 5.0
---
 requirements.in  | 2 +-
 requirements.txt | 4 +++-
 2 files changed, 4 insertions(+), 2 deletions(-)

diff --git a/requirements.in b/requirements.in
index 2d938e146..972f42ebf 100644
--- a/requirements.in
+++ b/requirements.in
@@ -47,7 +47,7 @@ WebHelpers2
 WebOb
 werkzeug
 wrapt
-
+importlib-metadata<5.0
 # testing
 datadiff
 mock
diff --git a/requirements.txt b/requirements.txt
index 840326b53..0c31f4d39 100644
--- a/requirements.txt
+++ b/requirements.txt
@@ -64,7 +64,9 @@ html5lib==1.1
 idna==3.3
     # via requests
 importlib-metadata==4.12.0
-    # via markdown
+    # via
+    #   -r requirements.in
+    #   markdown
 inflection==0.5.1
     # via profanityfilter
 iso8601==1.0.2