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

gcruz pushed a commit to branch gc/8570
in repository https://gitbox.apache.org/repos/asf/allura.git

commit 15a20309eb3586fb6a8d70f67fafd85348a2c98e
Author: Guillermo Cruz <guillermo.c...@slashdotmedia.com>
AuthorDate: Tue Nov 5 23:16:49 2024 +0000

    [#SF-9782] Upgrade emoji 2.12.1 -> 2.14.0, and its deps: typing_extensions
    
        emoji                            2.12.1 -> 2.14.0
            typing_extensions            4.12.2 -> no upgrade
---
 requirements.txt | 21 ++++-----------------
 1 file changed, 4 insertions(+), 17 deletions(-)

diff --git a/requirements.txt b/requirements.txt
index ec9fb06c0..9d0fa6f73 100644
--- a/requirements.txt
+++ b/requirements.txt
@@ -1,5 +1,5 @@
 #
-# This file is autogenerated by pip-compile with Python 3.9
+# This file is autogenerated by pip-compile with Python 3.11
 # by the following command:
 #
 #    pip-compile
@@ -31,7 +31,6 @@ certifi==2024.7.4
     # via
     #   httpcore
     #   httpx
-    #   pymongo
     #   requests
 cffi==1.16.0
     # via
@@ -66,12 +65,8 @@ docutils==0.21.2
     #   pypeline
 easywidgets==0.4.1
     # via -r requirements.in
-emoji==2.11.0
+emoji==2.14.0
     # via -r requirements.in
-exceptiongroup==1.2.2
-    # via
-    #   anyio
-    #   pytest
 execnet==2.0.2
     # via pytest-xdist
 faust-cchardet==2.1.19
@@ -112,8 +107,6 @@ idna==3.7
     #   anyio
     #   httpx
     #   requests
-importlib-metadata==8.5.0
-    # via markdown
 inflection==0.5.1
     # via profanityfilter
 iniconfig==2.0.0
@@ -287,16 +280,12 @@ timermiddleware==0.6.3
     # via -r requirements.in
 tinycss2==1.1.1
     # via bleach
-tomli==2.0.2
-    # via pytest
 translationstring==1.4
     # via colander
 turbogears2==2.4.3
     # via -r requirements.in
-typing-extensions==4.9.0
-    # via
-    #   anyio
-    #   qrcode
+typing-extensions==4.12.2
+    # via qrcode
 urllib3==1.26.20
     # via
     #   botocore
@@ -325,8 +314,6 @@ werkzeug==3.0.6
     # via -r requirements.in
 wrapt==1.16.0
     # via -r requirements.in
-zipp==3.20.2
-    # via importlib-metadata
 
 # The following packages are considered to be unsafe in a requirements file:
 # setuptools

Reply via email to