You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@allura.apache.org by ke...@apache.org on 2023/04/28 16:51:20 UTC

[allura] branch master updated (c542e0384 -> e1cb1ea4d)

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

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


    from c542e0384 pytest: short (normal) tracebacks
     new 240377efe [#8507] Upgrade beautifulsoup4 4.11.1 -> 4.12.2, and its deps: soupsieve
     new a2691c3bc [#8507] Upgrade Beaker 1.12.0 -> 1.12.1
     new 09a81b983 [#8507] Upgrade cryptography 39.0.1 -> 40.0.2, and its deps: cffi,pycparser
     new 215ace7a1 [#8507] Upgrade feedgenerator 2.0.0 -> 2.1.0, and its deps: pytz
     new 288d31d9e [#8507] Upgrade GitPython 3.1.30 -> 3.1.31, and its deps: gitdb,smmap,typing-extensions
     new 669e531ce [#8507] Upgrade markdown 3.3.7 -> no upgrade (OUTDATED! latest is: 3.4.3), and its deps: importlib-metadata,typing-extensions,zipp
     new 7d79164f9 [#8507] Upgrade Pillow 9.4.0 -> 9.5.0
     new f727a15f2 [#8507] Upgrade Pygments 2.14.0 -> 2.15.1
     new 7ecc3fbce [#8507] Upgrade Pypeline 0.6.1 -> no upgrade, and its deps: bleach,six,webencodings,html5lib,six,webencodings,Creoleparser,Genshi,six,six,markdown,importlib-metadata,typing-extensions,zipp,textile,html5lib,six,webencodings,regex,docutils
     new 72a113aec [#8507] Upgrade pysolr 3.9.0 -> no upgrade, and its deps: requests,certifi,charset-normalizer,idna,urllib3
     new 6c8b713df [#8507] Upgrade qrcode 7.3.1 -> 7.4.2
     new 89f7afdac [#8507] Upgrade wrapt 1.14.1 -> 1.15.0
     new 371d42a2f [#8507] Upgrade mock 5.0.1 -> 5.0.2
     new 191afc1c8 [#8507] Upgrade ruff 0.0.254 -> 0.0.262
     new f62adadb2 [#8507] Upgrade testfixtures 7.0.4 -> 7.1.0
     new 0aa147939 [#8507] Upgrade pytest 7.2.1 -> 7.3.1, and its deps: attrs,exceptiongroup,importlib-metadata,typing-extensions,zipp,iniconfig,packaging,pluggy,importlib-metadata,typing-extensions,zipp,tomli
     new 84ee966be [#8507] Upgrade pytest-xdist 3.1.0 -> 3.2.1, and its deps: execnet,pytest,attrs,exceptiongroup,importlib-metadata,typing-extensions,zipp,iniconfig,packaging,pluggy,importlib-metadata,typing-extensions,zipp,tomli
     new e1cb1ea4d [#8507] Upgrade pytest-sugar 0.9.6 -> 0.9.7, and its deps: packaging,pytest,attrs,exceptiongroup,importlib-metadata,typing-extensions,zipp,iniconfig,packaging,pluggy,importlib-metadata,typing-extensions,zipp,tomli,termcolor

The 18 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "add" were already present in the repository and have only
been added to this reference.


Summary of changes:
 requirements.txt | 61 ++++++++++++++++++++++++++++----------------------------
 1 file changed, 31 insertions(+), 30 deletions(-)


[allura] 07/18: [#8507] Upgrade Pillow 9.4.0 -> 9.5.0

Posted by ke...@apache.org.
This is an automated email from the ASF dual-hosted git repository.

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

commit 7d79164f9f28527f7c0a00b6aac83fc7d1cc374d
Author: Guillermo Cruz <gu...@slashdotmedia.com>
AuthorDate: Fri Apr 21 16:55:12 2023 +0000

    [#8507] Upgrade Pillow 9.4.0 -> 9.5.0
---
 requirements.txt | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/requirements.txt b/requirements.txt
index 7c2c2415a..c16d53501 100644
--- a/requirements.txt
+++ b/requirements.txt
@@ -120,7 +120,7 @@ pastedeploy==2.1.1
     #   pastescript
 pastescript==3.3.0
     # via -r requirements.in
-pillow==9.4.0
+pillow==9.5.0
     # via -r requirements.in
 pluggy==1.0.0
     # via pytest


[allura] 01/18: [#8507] Upgrade beautifulsoup4 4.11.1 -> 4.12.2, and its deps: soupsieve

Posted by ke...@apache.org.
This is an automated email from the ASF dual-hosted git repository.

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

commit 240377efea0c7862c567028481e41f2decab5485
Author: Guillermo Cruz <gu...@slashdotmedia.com>
AuthorDate: Fri Apr 21 16:45:39 2023 +0000

    [#8507] Upgrade beautifulsoup4 4.11.1 -> 4.12.2, and its deps: soupsieve
    
        beautifulsoup4                   4.11.1 -> 4.12.2
            soupsieve                2.3.2.post1 -> 2.4.1
---
 requirements.txt | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/requirements.txt b/requirements.txt
index 9d2bbdf00..724044fa1 100644
--- a/requirements.txt
+++ b/requirements.txt
@@ -10,7 +10,7 @@ attrs==22.2.0
     # via pytest
 beaker==1.12.0
     # via -r requirements.in
-beautifulsoup4==4.11.1
+beautifulsoup4==4.12.2
     # via
     #   -r requirements.in
     #   webtest
@@ -199,7 +199,7 @@ six==1.16.0
     #   webhelpers2
 smmap==5.0.0
     # via gitdb
-soupsieve==2.3.2.post1
+soupsieve==2.4.1
     # via beautifulsoup4
 termcolor==2.1.1
     # via pytest-sugar


[allura] 13/18: [#8507] Upgrade mock 5.0.1 -> 5.0.2

Posted by ke...@apache.org.
This is an automated email from the ASF dual-hosted git repository.

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

commit 371d42a2fb32a3fc83399c865b04bf77d3f64c97
Author: Guillermo Cruz <gu...@slashdotmedia.com>
AuthorDate: Fri Apr 21 17:03:02 2023 +0000

    [#8507] Upgrade mock 5.0.1 -> 5.0.2
---
 requirements.txt | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/requirements.txt b/requirements.txt
index 9003e9163..134203778 100644
--- a/requirements.txt
+++ b/requirements.txt
@@ -97,7 +97,7 @@ markupsafe==2.1.2
     #   werkzeug
 ming==0.13.0
     # via -r requirements.in
-mock==5.0.1
+mock==5.0.2
     # via -r requirements.in
 oauthlib==3.2.2
     # via


[allura] 11/18: [#8507] Upgrade qrcode 7.3.1 -> 7.4.2

Posted by ke...@apache.org.
This is an automated email from the ASF dual-hosted git repository.

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

commit 6c8b713df477605aa9ed5a14f23e59a67f2276f0
Author: Guillermo Cruz <gu...@slashdotmedia.com>
AuthorDate: Fri Apr 21 17:00:44 2023 +0000

    [#8507] Upgrade qrcode 7.3.1 -> 7.4.2
---
 requirements.txt | 5 ++++-
 1 file changed, 4 insertions(+), 1 deletion(-)

diff --git a/requirements.txt b/requirements.txt
index eefb702c8..8e91b3e3f 100644
--- a/requirements.txt
+++ b/requirements.txt
@@ -137,6 +137,8 @@ pymongo==3.13.0
     #   ming
 pypeline[creole,markdown,rst,textile]==0.6.1
     # via -r requirements.in
+pypng==0.20220715.0
+    # via qrcode
 pysolr==3.9.0
     # via -r requirements.in
 pytest==7.2.1
@@ -161,7 +163,7 @@ pytz==2023.3
     #   -r requirements.in
     #   feedgenerator
     #   ming
-qrcode==7.3.1
+qrcode==7.4.2
     # via -r requirements.in
 regex==2022.10.31
     # via
@@ -221,6 +223,7 @@ typing-extensions==4.5.0
     # via
     #   gitpython
     #   importlib-metadata
+    #   qrcode
 urllib3==1.26.15
     # via requests
 waitress==2.1.2


[allura] 04/18: [#8507] Upgrade feedgenerator 2.0.0 -> 2.1.0, and its deps: pytz

Posted by ke...@apache.org.
This is an automated email from the ASF dual-hosted git repository.

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

commit 215ace7a1b8f7a4d8ea73a96f19a04bfa3fdb6a8
Author: Guillermo Cruz <gu...@slashdotmedia.com>
AuthorDate: Fri Apr 21 16:50:07 2023 +0000

    [#8507] Upgrade feedgenerator 2.0.0 -> 2.1.0, and its deps: pytz
    
        feedgenerator                     2.0.0 -> 2.1.0
            pytz                       2022.7.1 -> 2023.3
---
 requirements.txt | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/requirements.txt b/requirements.txt
index 224bddbd9..b0143275a 100644
--- a/requirements.txt
+++ b/requirements.txt
@@ -44,7 +44,7 @@ execnet==1.9.0
     # via pytest-xdist
 faust-cchardet==2.1.18
     # via -r requirements.in
-feedgenerator==2.0.0
+feedgenerator==2.1.0
     # via -r requirements.in
 feedparser==6.0.10
     # via -r requirements.in
@@ -156,7 +156,7 @@ python-magic==0.4.27
     # via -r requirements.in
 python-oembed==0.2.4
     # via -r requirements.in
-pytz==2022.6
+pytz==2023.3
     # via
     #   -r requirements.in
     #   feedgenerator


[allura] 16/18: [#8507] Upgrade pytest 7.2.1 -> 7.3.1, and its deps: attrs,exceptiongroup,importlib-metadata,typing-extensions,zipp,iniconfig,packaging,pluggy,importlib-metadata,typing-extensions,zipp,tomli

Posted by ke...@apache.org.
This is an automated email from the ASF dual-hosted git repository.

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

commit 0aa147939b5f3c7e73b86f88fc8a4f2204f8997d
Author: Guillermo Cruz <gu...@slashdotmedia.com>
AuthorDate: Fri Apr 21 17:17:54 2023 +0000

    [#8507] Upgrade pytest 7.2.1 -> 7.3.1, and its deps: attrs,exceptiongroup,importlib-metadata,typing-extensions,zipp,iniconfig,packaging,pluggy,importlib-metadata,typing-extensions,zipp,tomli
    
        pytest                            7.2.1 -> 7.3.1
            attrs                        22.2.0 -> skipped (OUTDATED! latest is: 23.1.0)
            exceptiongroup                1.1.0 -> 1.1.1
            importlib-metadata            6.0.0 -> 6.5.0
                typing-extensions         4.4.0 -> 4.5.0
                zipp                     3.11.0 -> 3.15.0
            iniconfig                     2.0.0 -> no upgrade
            packaging                      23.0 -> 23.1
            pluggy                        1.0.0 -> no upgrade
                importlib-metadata        6.0.0 -> 6.5.0
                    typing-extensions      4.4.0 -> 4.5.0
                    zipp                 3.11.0 -> 3.15.0
            tomli                         2.0.1 -> no upgrade
---
 requirements.txt | 8 +++-----
 1 file changed, 3 insertions(+), 5 deletions(-)

diff --git a/requirements.txt b/requirements.txt
index 0f59acfc6..0649be896 100644
--- a/requirements.txt
+++ b/requirements.txt
@@ -6,8 +6,6 @@
 #
 activitystream==0.4.0
     # via -r requirements.in
-attrs==22.2.0
-    # via pytest
 beaker==1.12.1
     # via -r requirements.in
 beautifulsoup4==4.12.2
@@ -38,7 +36,7 @@ easywidgets==0.4.1
     # via -r requirements.in
 emoji==2.2.0
     # via -r requirements.in
-exceptiongroup==1.1.0
+exceptiongroup==1.1.1
     # via pytest
 execnet==1.9.0
     # via pytest-xdist
@@ -103,7 +101,7 @@ oauthlib==3.2.2
     # via
     #   -r requirements.in
     #   requests-oauthlib
-packaging==23.0
+packaging==23.1
     # via
     #   pytest
     #   pytest-sugar
@@ -141,7 +139,7 @@ pypng==0.20220715.0
     # via qrcode
 pysolr==3.9.0
     # via -r requirements.in
-pytest==7.2.1
+pytest==7.3.1
     # via
     #   -r requirements.in
     #   pytest-sugar


[allura] 05/18: [#8507] Upgrade GitPython 3.1.30 -> 3.1.31, and its deps: gitdb,smmap,typing-extensions

Posted by ke...@apache.org.
This is an automated email from the ASF dual-hosted git repository.

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

commit 288d31d9e35bfddd3d0a9f1b9ee1253173dbfb1d
Author: Guillermo Cruz <gu...@slashdotmedia.com>
AuthorDate: Fri Apr 21 16:52:45 2023 +0000

    [#8507] Upgrade GitPython 3.1.30 -> 3.1.31, and its deps: gitdb,smmap,typing-extensions
    
        GitPython                        3.1.30 -> 3.1.31
            gitdb                        4.0.10 -> no upgrade
                smmap                     5.0.0 -> no upgrade
            typing-extensions             4.4.0 -> 4.5.0
---
 requirements.txt | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/requirements.txt b/requirements.txt
index b0143275a..a2d76fea4 100644
--- a/requirements.txt
+++ b/requirements.txt
@@ -54,9 +54,9 @@ formencode==2.0.1
     #   easywidgets
 genshi==0.7.7
     # via creoleparser
-gitdb==4.0.9
+gitdb==4.0.10
     # via gitpython
-gitpython==3.1.30
+gitpython==3.1.31
     # via -r requirements.in
 gunicorn==20.1.0
     # via -r requirements.in
@@ -217,7 +217,7 @@ translationstring==1.4
     # via colander
 turbogears2==2.4.3
     # via -r requirements.in
-typing-extensions==4.4.0
+typing-extensions==4.5.0
     # via
     #   gitpython
     #   importlib-metadata


[allura] 12/18: [#8507] Upgrade wrapt 1.14.1 -> 1.15.0

Posted by ke...@apache.org.
This is an automated email from the ASF dual-hosted git repository.

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

commit 89f7afdaca50b849e912100e0cda156e86532cc1
Author: Guillermo Cruz <gu...@slashdotmedia.com>
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


[allura] 09/18: [#8507] Upgrade Pypeline 0.6.1 -> no upgrade, and its deps: bleach,six,webencodings,html5lib,six,webencodings,Creoleparser,Genshi,six,six,markdown,importlib-metadata,typing-extensions,zipp,textile,html5lib,six,webencodings,regex,docutils

Posted by ke...@apache.org.
This is an automated email from the ASF dual-hosted git repository.

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

commit 7ecc3fbce13c6009de0eecad532adb39b64e04c0
Author: Guillermo Cruz <gu...@slashdotmedia.com>
AuthorDate: Fri Apr 21 16:58:23 2023 +0000

    [#8507] Upgrade Pypeline 0.6.1 -> no upgrade, and its deps: bleach,six,webencodings,html5lib,six,webencodings,Creoleparser,Genshi,six,six,markdown,importlib-metadata,typing-extensions,zipp,textile,html5lib,six,webencodings,regex,docutils
    
        Pypeline                          0.6.1 -> no upgrade
            bleach                        5.0.1 -> 6.0.0
                six                      1.16.0 -> no upgrade
                webencodings              0.5.1 -> no upgrade
            html5lib                        1.1 -> no upgrade
                six                      1.16.0 -> no upgrade
                webencodings              0.5.1 -> no upgrade
            Creoleparser                  0.7.5 -> no upgrade
                Genshi                    0.7.7 -> no upgrade
                    six                  1.16.0 -> no upgrade
                six                      1.16.0 -> no upgrade
            markdown                      3.3.7 -> no upgrade (OUTDATED! latest is: 3.4.3)
                importlib-metadata        6.0.0 -> 6.5.0
                    typing-extensions      4.4.0 -> 4.5.0
                    zipp                 3.11.0 -> 3.15.0
            textile                       4.0.2 -> no upgrade
                html5lib                    1.1 -> no upgrade
                    six                  1.16.0 -> no upgrade
                    webencodings          0.5.1 -> no upgrade
                regex                2022.10.31 -> no upgrade
            docutils                       0.19 -> no upgrade
---
 requirements.txt | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/requirements.txt b/requirements.txt
index eaab06bb9..0a0d6715c 100644
--- a/requirements.txt
+++ b/requirements.txt
@@ -14,7 +14,7 @@ beautifulsoup4==4.12.2
     # via
     #   -r requirements.in
     #   webtest
-bleach[css]==5.0.1
+bleach[css]==6.0.0
     # via pypeline
 certifi==2022.12.7
     # via requests


[allura] 10/18: [#8507] Upgrade pysolr 3.9.0 -> no upgrade, and its deps: requests,certifi,charset-normalizer,idna,urllib3

Posted by ke...@apache.org.
This is an automated email from the ASF dual-hosted git repository.

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

commit 72a113aeca38530cb9da9db5c9b7bb902f665c0a
Author: Guillermo Cruz <gu...@slashdotmedia.com>
AuthorDate: Fri Apr 21 16:58:52 2023 +0000

    [#8507] Upgrade pysolr 3.9.0 -> no upgrade, and its deps: requests,certifi,charset-normalizer,idna,urllib3
    
        pysolr                            3.9.0 -> no upgrade
            requests                     2.28.2 -> no upgrade
                certifi               2022.12.7 -> no upgrade
                charset-normalizer        3.0.1 -> 3.1.0
                idna                        3.4 -> no upgrade
                urllib3                 1.26.14 -> 1.26.15
---
 requirements.txt | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/requirements.txt b/requirements.txt
index 0a0d6715c..eefb702c8 100644
--- a/requirements.txt
+++ b/requirements.txt
@@ -20,7 +20,7 @@ certifi==2022.12.7
     # via requests
 cffi==1.15.1
     # via cryptography
-charset-normalizer==2.1.1
+charset-normalizer==3.1.0
     # via requests
 colander==1.8.3
     # via -r requirements.in
@@ -171,7 +171,7 @@ regex-as-re-globally==0.0.2
     # via -r requirements.in
 repoze-lru==0.7
     # via turbogears2
-requests==2.28.1
+requests==2.28.2
     # via
     #   -r requirements.in
     #   pysolr
@@ -221,7 +221,7 @@ typing-extensions==4.5.0
     # via
     #   gitpython
     #   importlib-metadata
-urllib3==1.26.12
+urllib3==1.26.15
     # via requests
 waitress==2.1.2
     # via webtest


[allura] 17/18: [#8507] Upgrade pytest-xdist 3.1.0 -> 3.2.1, and its deps: execnet,pytest,attrs,exceptiongroup,importlib-metadata,typing-extensions,zipp,iniconfig,packaging,pluggy,importlib-metadata,typing-extensions,zipp,tomli

Posted by ke...@apache.org.
This is an automated email from the ASF dual-hosted git repository.

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

commit 84ee966bed3e647e1f373dfa3d04fd0142680019
Author: Guillermo Cruz <gu...@slashdotmedia.com>
AuthorDate: Fri Apr 21 17:18:35 2023 +0000

    [#8507] Upgrade pytest-xdist 3.1.0 -> 3.2.1, and its deps: execnet,pytest,attrs,exceptiongroup,importlib-metadata,typing-extensions,zipp,iniconfig,packaging,pluggy,importlib-metadata,typing-extensions,zipp,tomli
    
        pytest-xdist                      3.1.0 -> 3.2.1
            execnet                       1.9.0 -> no upgrade
            pytest                        7.2.1 -> 7.3.1
                attrs                    22.2.0 -> skipped (OUTDATED! latest is: 23.1.0)
                exceptiongroup            1.1.0 -> 1.1.1
                importlib-metadata        6.0.0 -> 6.5.0
                    typing-extensions      4.4.0 -> 4.5.0
                    zipp                 3.11.0 -> 3.15.0
                iniconfig                 2.0.0 -> no upgrade
                packaging                  23.0 -> 23.1
                pluggy                    1.0.0 -> no upgrade
                    importlib-metadata      6.0.0 -> 6.5.0
                        typing-extensions      4.4.0 -> 4.5.0
                        zipp             3.11.0 -> 3.15.0
                tomli                     2.0.1 -> no upgrade
---
 requirements.txt | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/requirements.txt b/requirements.txt
index 0649be896..f2fe2362a 100644
--- a/requirements.txt
+++ b/requirements.txt
@@ -146,7 +146,7 @@ pytest==7.3.1
     #   pytest-xdist
 pytest-sugar==0.9.6
     # via -r requirements.in
-pytest-xdist==3.1.0
+pytest-xdist==3.2.1
     # via -r requirements.in
 python-dateutil==2.8.2
     # via


[allura] 15/18: [#8507] Upgrade testfixtures 7.0.4 -> 7.1.0

Posted by ke...@apache.org.
This is an automated email from the ASF dual-hosted git repository.

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

commit f62adadb2ea39596f4bcac379baef6aa7abaf647
Author: Guillermo Cruz <gu...@slashdotmedia.com>
AuthorDate: Fri Apr 21 17:11:24 2023 +0000

    [#8507] Upgrade testfixtures 7.0.4 -> 7.1.0
---
 requirements.txt | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/requirements.txt b/requirements.txt
index b55c7fe82..0f59acfc6 100644
--- a/requirements.txt
+++ b/requirements.txt
@@ -205,7 +205,7 @@ soupsieve==2.4.1
     # via beautifulsoup4
 termcolor==2.1.1
     # via pytest-sugar
-testfixtures==7.0.4
+testfixtures==7.1.0
     # via -r requirements.in
 textile==4.0.2
     # via pypeline


[allura] 08/18: [#8507] Upgrade Pygments 2.14.0 -> 2.15.1

Posted by ke...@apache.org.
This is an automated email from the ASF dual-hosted git repository.

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

commit f727a15f25819d08ac3e396f03b812feee7e697b
Author: Guillermo Cruz <gu...@slashdotmedia.com>
AuthorDate: Fri Apr 21 16:56:07 2023 +0000

    [#8507] Upgrade Pygments 2.14.0 -> 2.15.1
---
 requirements.txt | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/requirements.txt b/requirements.txt
index c16d53501..eaab06bb9 100644
--- a/requirements.txt
+++ b/requirements.txt
@@ -128,7 +128,7 @@ profanityfilter==2.0.6
     # via -r requirements.in
 pycparser==2.21
     # via cffi
-pygments==2.14.0
+pygments==2.15.1
     # via -r requirements.in
 pymongo==3.13.0
     # via


[allura] 18/18: [#8507] Upgrade pytest-sugar 0.9.6 -> 0.9.7, and its deps: packaging,pytest,attrs,exceptiongroup,importlib-metadata,typing-extensions,zipp,iniconfig,packaging,pluggy,importlib-metadata,typing-extensions,zipp,tomli,termcolor

Posted by ke...@apache.org.
This is an automated email from the ASF dual-hosted git repository.

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

commit e1cb1ea4d20a33d53e850f191df422a7cfd5d747
Author: Guillermo Cruz <gu...@slashdotmedia.com>
AuthorDate: Fri Apr 21 17:19:22 2023 +0000

    [#8507] Upgrade pytest-sugar 0.9.6 -> 0.9.7, and its deps: packaging,pytest,attrs,exceptiongroup,importlib-metadata,typing-extensions,zipp,iniconfig,packaging,pluggy,importlib-metadata,typing-extensions,zipp,tomli,termcolor
    
        pytest-sugar                      0.9.6 -> 0.9.7
            packaging                      23.0 -> 23.1
            pytest                        7.2.1 -> 7.3.1
                attrs                    22.2.0 -> skipped (OUTDATED! latest is: 23.1.0)
                exceptiongroup            1.1.0 -> 1.1.1
                importlib-metadata        6.0.0 -> 6.5.0
                    typing-extensions      4.4.0 -> 4.5.0
                    zipp                 3.11.0 -> 3.15.0
                iniconfig                 2.0.0 -> no upgrade
                packaging                  23.0 -> 23.1
                pluggy                    1.0.0 -> no upgrade
                    importlib-metadata      6.0.0 -> 6.5.0
                        typing-extensions      4.4.0 -> 4.5.0
                        zipp             3.11.0 -> 3.15.0
                tomli                     2.0.1 -> no upgrade
            termcolor                     2.2.0 -> no upgrade
---
 requirements.txt | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/requirements.txt b/requirements.txt
index f2fe2362a..36f10b49a 100644
--- a/requirements.txt
+++ b/requirements.txt
@@ -144,7 +144,7 @@ pytest==7.3.1
     #   -r requirements.in
     #   pytest-sugar
     #   pytest-xdist
-pytest-sugar==0.9.6
+pytest-sugar==0.9.7
     # via -r requirements.in
 pytest-xdist==3.2.1
     # via -r requirements.in
@@ -201,7 +201,7 @@ smmap==5.0.0
     # via gitdb
 soupsieve==2.4.1
     # via beautifulsoup4
-termcolor==2.1.1
+termcolor==2.2.0
     # via pytest-sugar
 testfixtures==7.1.0
     # via -r requirements.in


[allura] 14/18: [#8507] Upgrade ruff 0.0.254 -> 0.0.262

Posted by ke...@apache.org.
This is an automated email from the ASF dual-hosted git repository.

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

commit 191afc1c8384a44981c2a393263497f49496b4fa
Author: Guillermo Cruz <gu...@slashdotmedia.com>
AuthorDate: Fri Apr 21 17:09:38 2023 +0000

    [#8507] Upgrade ruff 0.0.254 -> 0.0.262
---
 requirements.txt | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/requirements.txt b/requirements.txt
index 134203778..b55c7fe82 100644
--- a/requirements.txt
+++ b/requirements.txt
@@ -180,7 +180,7 @@ requests==2.28.2
     #   requests-oauthlib
 requests-oauthlib==1.3.1
     # via -r requirements.in
-ruff==0.0.254
+ruff==0.0.262
     # via -r requirements.in
 setproctitle==1.3.2
     # via -r requirements.in


[allura] 06/18: [#8507] Upgrade markdown 3.3.7 -> no upgrade (OUTDATED! latest is: 3.4.3), and its deps: importlib-metadata,typing-extensions,zipp

Posted by ke...@apache.org.
This is an automated email from the ASF dual-hosted git repository.

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

commit 669e531ced56f4cbdd2866689155d386994a266c
Author: Guillermo Cruz <gu...@slashdotmedia.com>
AuthorDate: Fri Apr 21 16:53:24 2023 +0000

    [#8507] Upgrade markdown 3.3.7 -> no upgrade (OUTDATED! latest is: 3.4.3), and its deps: importlib-metadata,typing-extensions,zipp
    
        markdown                          3.3.7 -> no upgrade (OUTDATED! latest is: 3.4.3)
            importlib-metadata            6.0.0 -> 6.5.0
                typing-extensions         4.4.0 -> 4.5.0
                zipp                     3.11.0 -> 3.15.0
---
 requirements.txt | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/requirements.txt b/requirements.txt
index a2d76fea4..7c2c2415a 100644
--- a/requirements.txt
+++ b/requirements.txt
@@ -67,7 +67,7 @@ html5lib==1.1
     #   textile
 idna==3.4
     # via requests
-importlib-metadata==6.0.0
+importlib-metadata==6.5.0
     # via
     #   markdown
     #   pluggy
@@ -245,7 +245,7 @@ werkzeug==2.2.3
     # via -r requirements.in
 wrapt==1.14.1
     # via -r requirements.in
-zipp==3.11.0
+zipp==3.15.0
     # via importlib-metadata
 
 # The following packages are considered to be unsafe in a requirements file:


[allura] 03/18: [#8507] Upgrade cryptography 39.0.1 -> 40.0.2, and its deps: cffi,pycparser

Posted by ke...@apache.org.
This is an automated email from the ASF dual-hosted git repository.

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

commit 09a81b98311f0439049809df649486301ac102da
Author: Guillermo Cruz <gu...@slashdotmedia.com>
AuthorDate: Fri Apr 21 16:46:44 2023 +0000

    [#8507] Upgrade cryptography 39.0.1 -> 40.0.2, and its deps: cffi,pycparser
    
        cryptography                     39.0.1 -> 40.0.2
            cffi                         1.15.1 -> no upgrade
                pycparser                  2.21 -> no upgrade
---
 requirements.txt | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/requirements.txt b/requirements.txt
index 3ebb734b0..224bddbd9 100644
--- a/requirements.txt
+++ b/requirements.txt
@@ -28,7 +28,7 @@ crank==0.8.1
     # via turbogears2
 creoleparser==0.7.5
     # via pypeline
-cryptography==39.0.1
+cryptography==40.0.2
     # via -r requirements.in
 decorator==5.1.1
     # via -r requirements.in


[allura] 02/18: [#8507] Upgrade Beaker 1.12.0 -> 1.12.1

Posted by ke...@apache.org.
This is an automated email from the ASF dual-hosted git repository.

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

commit a2691c3bcf603eb9d6baa7f180d1002379aef254
Author: Guillermo Cruz <gu...@slashdotmedia.com>
AuthorDate: Fri Apr 21 16:46:35 2023 +0000

    [#8507] Upgrade Beaker 1.12.0 -> 1.12.1
---
 requirements.txt | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/requirements.txt b/requirements.txt
index 724044fa1..3ebb734b0 100644
--- a/requirements.txt
+++ b/requirements.txt
@@ -8,7 +8,7 @@ activitystream==0.4.0
     # via -r requirements.in
 attrs==22.2.0
     # via pytest
-beaker==1.12.0
+beaker==1.12.1
     # via -r requirements.in
 beautifulsoup4==4.12.2
     # via