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


The following commit(s) were added to refs/heads/master by this push:
     new d95969642 [#8478] Upgrade importlib-metadata 4.13.0 -> 5.0.0, and its 
deps: typing-extensions,zipp
d95969642 is described below

commit d95969642ae9776754ea26aabcc99a558d2b4a1a
Author: Dillon Walls <[email protected]>
AuthorDate: Wed Nov 16 21:09:54 2022 +0000

    [#8478] Upgrade importlib-metadata 4.13.0 -> 5.0.0, and its deps: 
typing-extensions,zipp
    
        importlib-metadata               4.13.0 -> 5.0.0
            typing-extensions             4.4.0 -> no upgrade
            zipp                         3.10.0 -> no upgrade
---
 requirements.in  | 1 -
 requirements.txt | 3 +--
 2 files changed, 1 insertion(+), 3 deletions(-)

diff --git a/requirements.in b/requirements.in
index 50e6726e7..6183ebd8b 100644
--- a/requirements.in
+++ b/requirements.in
@@ -47,7 +47,6 @@ WebHelpers2
 WebOb
 werkzeug
 wrapt
-importlib-metadata<5.0
 # testing
 mock
 pyflakes
diff --git a/requirements.txt b/requirements.txt
index a928ae48f..0f6b711fd 100644
--- a/requirements.txt
+++ b/requirements.txt
@@ -67,9 +67,8 @@ html5lib==1.1
     #   textile
 idna==3.4
     # via requests
-importlib-metadata==4.13.0
+importlib-metadata==5.0.0
     # via
-    #   -r requirements.in
     #   markdown
     #   pluggy
     #   pytest

Reply via email to