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:26 UTC

[allura] branch master updated (048a180e2 -> 0f69a432f)

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

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


    from 048a180e2 added noindex meta tag to new tickets page
     new 99143a3ba [#8474] pinned importlib-metadata < 5.0
     new ebde51da1 [#8474] Upgrade emoji 1.7.0 -> 2.1.0
     new 5422cc7b7 [#8474] Upgrade GitPython 3.1.27 -> 3.1.29, and its deps: gitdb,smmap,typing-extensions
     new 104bf6ef2 [#8474] Upgrade markdown 3.3.7 -> 3.4.1, and its deps: importlib-metadata,typing-extensions,zipp
     new 7c3bac9cb [#8474] Upgrade markdown-checklist 0.4.3 -> 0.4.4, and its deps: markdown,importlib-metadata,typing-extensions,zipp
     new 816616bfe [#8474] Upgrade oauthlib 3.2.1 -> 3.2.2
     new 88376c172 [#8474] Upgrade PasteDeploy 2.1.1 -> 3.0.1, and its deps: setuptools
     new 3a5074912 [#8474] Upgrade Pygments 2.12.0 -> 2.13.0
     new 925d8e6be [#8474] Upgrade Pypeline 0.6.0 -> 0.6.1, and its deps: bleach,six,webencodings,html5lib,six,webencodings,Creoleparser,Genshi,six,six,markdown,importlib-metadata,typing-extensions,zipp,textile,html5lib,six,webencodings,regex
     new abccb15fa [#8474] Upgrade setproctitle 1.2.3 -> 1.3.2
     new bbadd71d3 [#8474] Upgrade testfixtures 6.18.5 -> 7.0.0
     new f8df93bc8 [#8474] pinned Markdown to 3.3.7 and PasteDeploy < 3
     new 164a675ff [#8474] Upgrade Pillow 9.2.0 -> 9.3.0
     new 37adfc65c [#8474] Upgrade emoji 2.1.0 -> 2.2.0
     new 89cf413b0 [#8474] Upgrade ActivityStream 0.4.0 -> no upgrade, and its deps: pymongo
     new a042844ac [#8474] Upgrade colander 1.8.3 -> no upgrade, and its deps: iso8601,setuptools,translationstring
     new b6c5a63c9 [#8474] Upgrade EasyWidgets 0.4.1 -> no upgrade, and its deps: formencode,six,markupsafe,paste,setuptools,six,python-dateutil,six,six,webob
     new 18e076f79 [#8474] Upgrade feedgenerator 2.0.0 -> no upgrade, and its deps: pytz
     new dd9fd07c8 [#8474] 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
     new c8d543f3c [#8474] Upgrade pysolr 3.9.0 -> no upgrade, and its deps: requests,certifi,charset-normalizer,idna,urllib3
     new ffdebecce [#8474] Upgrade testfixtures 7.0.0 -> 7.0.2
     new 0e24a91b3 [#8474] upgrade cryptography 37.0.4 -> 38.0.3
     new 18aa4b888 [#8474] upgrade docutils 0.18.1 -> 0.19
     new 0f69a432f [#8474] upgrade pyflakes 2.4.0 -> 2.5.0

The 24 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:
 Allura/allura/lib/helpers.py                       |  2 +-
 Allura/allura/lib/markdown_extensions.py           |  2 +-
 Allura/allura/lib/utils.py                         |  2 +-
 .../tests/scripts/test_create_sitemap_files.py     |  2 +-
 requirements.in                                    |  6 +--
 requirements.txt                                   | 54 +++++++++++-----------
 6 files changed, 35 insertions(+), 33 deletions(-)


[allura] 18/24: [#8474] Upgrade feedgenerator 2.0.0 -> no upgrade, and its deps: pytz

Posted by br...@apache.org.
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 18e076f795228bd7fbba2b245980f8b054b1a140
Author: Dave Brondsema <db...@slashdotmedia.com>
AuthorDate: Wed Nov 2 20:16:49 2022 +0000

    [#8474] Upgrade feedgenerator 2.0.0 -> no upgrade, and its deps: pytz
    
        feedgenerator                     2.0.0 -> no upgrade
            pytz                         2022.1 -> 2022.6
---
 requirements.txt | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/requirements.txt b/requirements.txt
index ffdd20986..3d8ed8d9c 100644
--- a/requirements.txt
+++ b/requirements.txt
@@ -135,7 +135,7 @@ python-magic==0.4.27
     # via -r requirements.in
 python-oembed==0.2.4
     # via -r requirements.in
-pytz==2022.1
+pytz==2022.6
     # via
     #   -r requirements.in
     #   feedgenerator


[allura] 12/24: [#8474] pinned Markdown to 3.3.7 and PasteDeploy < 3

Posted by br...@apache.org.
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 f8df93bc878d5bc20a3008f5650680a48fe068ee
Author: Guillermo Cruz <gu...@slashdotmedia.com>
AuthorDate: Wed Nov 2 17:00:40 2022 +0000

    [#8474] pinned Markdown to 3.3.7 and PasteDeploy < 3
---
 requirements.in  | 4 ++--
 requirements.txt | 5 ++---
 2 files changed, 4 insertions(+), 5 deletions(-)

diff --git a/requirements.in b/requirements.in
index 972f42ebf..4a5c6c15e 100644
--- a/requirements.in
+++ b/requirements.in
@@ -14,14 +14,14 @@ FormEncode
 GitPython
 html5lib
 Jinja2
-Markdown
+Markdown==3.3.7
 markdown-checklist
 MarkupSafe!=2.1.1
 Ming
 oauthlib
 paginate
 Paste
-PasteDeploy
+PasteDeploy<3
 PasteScript
 Pillow
 # profanity filter for feedback
diff --git a/requirements.txt b/requirements.txt
index b26c21c87..9cd84ece3 100644
--- a/requirements.txt
+++ b/requirements.txt
@@ -67,14 +67,13 @@ importlib-metadata==4.13.0
     # via
     #   -r requirements.in
     #   markdown
-    #   pastedeploy
 inflection==0.5.1
     # via profanityfilter
 iso8601==1.0.2
     # via colander
 jinja2==3.1.2
     # via -r requirements.in
-markdown==3.4.1
+markdown==3.3.7
     # via
     #   -r requirements.in
     #   markdown-checklist
@@ -103,7 +102,7 @@ paste==3.5.1
     #   -r requirements.in
     #   easywidgets
     #   pastescript
-pastedeploy==3.0.1
+pastedeploy==2.1.1
     # via
     #   -r requirements.in
     #   pastescript


[allura] 22/24: [#8474] upgrade cryptography 37.0.4 -> 38.0.3

Posted by br...@apache.org.
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 0e24a91b316ab76e02aa6aa973806539574df3f7
Author: Dave Brondsema <db...@slashdotmedia.com>
AuthorDate: Wed Nov 2 21:48:17 2022 +0000

    [#8474] upgrade cryptography 37.0.4 -> 38.0.3
---
 requirements.txt | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/requirements.txt b/requirements.txt
index 70e0fe6e5..0bec0e707 100644
--- a/requirements.txt
+++ b/requirements.txt
@@ -28,7 +28,7 @@ crank==0.8.1
     # via turbogears2
 creoleparser==0.7.5
     # via pypeline
-cryptography==37.0.4
+cryptography==38.0.3
     # via -r requirements.in
 datadiff==2.0.0
     # via -r requirements.in


[allura] 17/24: [#8474] Upgrade EasyWidgets 0.4.1 -> no upgrade, and its deps: formencode,six,markupsafe,paste,setuptools,six,python-dateutil,six,six,webob

Posted by br...@apache.org.
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 b6c5a63c9b63732dca43563f53873b2764e767a0
Author: Dave Brondsema <db...@slashdotmedia.com>
AuthorDate: Wed Nov 2 20:16:35 2022 +0000

    [#8474] Upgrade EasyWidgets 0.4.1 -> no upgrade, and its deps: formencode,six,markupsafe,paste,setuptools,six,python-dateutil,six,six,webob
    
        EasyWidgets                       0.4.1 -> no upgrade
            formencode                    2.0.1 -> no upgrade
                six                      1.16.0 -> no upgrade
            markupsafe                    2.1.0 -> no upgrade (OUTDATED! latest is: 2.1.1)
            paste                         3.5.1 -> 3.5.2
                setuptools               63.1.0 -> skipped (OUTDATED! latest is: 65.5.0)
                six                      1.16.0 -> no upgrade
            python-dateutil               2.8.2 -> no upgrade
                six                      1.16.0 -> no upgrade
            six                          1.16.0 -> no upgrade
            webob                         1.7.4 -> no upgrade (OUTDATED! latest is: 1.8.7)
---
 requirements.txt | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/requirements.txt b/requirements.txt
index 76f6ec186..ffdd20986 100644
--- a/requirements.txt
+++ b/requirements.txt
@@ -97,7 +97,7 @@ oauthlib==3.2.2
     #   requests-oauthlib
 paginate==0.5.6
     # via -r requirements.in
-paste==3.5.1
+paste==3.5.2
     # via
     #   -r requirements.in
     #   easywidgets


[allura] 04/24: [#8474] Upgrade markdown 3.3.7 -> 3.4.1, and its deps: importlib-metadata,typing-extensions,zipp

Posted by br...@apache.org.
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 104bf6ef2067eaf81fd9857679c14283f6a8ea11
Author: Guillermo Cruz <gu...@slashdotmedia.com>
AuthorDate: Wed Oct 26 21:12:51 2022 +0000

    [#8474] Upgrade markdown 3.3.7 -> 3.4.1, and its deps: importlib-metadata,typing-extensions,zipp
    
        markdown                          3.3.7 -> 3.4.1
            importlib-metadata           4.12.0 -> 4.13.0 (OUTDATED! latest is: 5.0.0)
                typing-extensions         4.3.0 -> 4.4.0
                zipp                      3.8.1 -> 3.10.0
---
 requirements.txt | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/requirements.txt b/requirements.txt
index abc59b44b..7e5e2c27c 100644
--- a/requirements.txt
+++ b/requirements.txt
@@ -63,7 +63,7 @@ html5lib==1.1
     #   textile
 idna==3.3
     # via requests
-importlib-metadata==4.12.0
+importlib-metadata==4.13.0
     # via
     #   -r requirements.in
     #   markdown
@@ -73,7 +73,7 @@ iso8601==1.0.2
     # via colander
 jinja2==3.1.2
     # via -r requirements.in
-markdown==3.3.7
+markdown==3.4.1
     # via
     #   -r requirements.in
     #   markdown-checklist
@@ -218,7 +218,7 @@ werkzeug==2.1.2
     # via -r requirements.in
 wrapt==1.14.1
     # via -r requirements.in
-zipp==3.8.0
+zipp==3.10.0
     # via importlib-metadata
 
 # The following packages are considered to be unsafe in a requirements file:


[allura] 10/24: [#8474] Upgrade setproctitle 1.2.3 -> 1.3.2

Posted by br...@apache.org.
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 abccb15fae13716f1914794cf935e045974f8315
Author: Guillermo Cruz <gu...@slashdotmedia.com>
AuthorDate: Wed Oct 26 21:34:07 2022 +0000

    [#8474] Upgrade setproctitle 1.2.3 -> 1.3.2
---
 requirements.txt | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/requirements.txt b/requirements.txt
index 3ed39dae5..91e175766 100644
--- a/requirements.txt
+++ b/requirements.txt
@@ -158,7 +158,7 @@ requests==2.27.1
     #   requests-oauthlib
 requests-oauthlib==1.3.1
     # via -r requirements.in
-setproctitle==1.2.3
+setproctitle==1.3.2
     # via -r requirements.in
 sgmllib3k==1.0.0
     # via feedparser


[allura] 15/24: [#8474] Upgrade ActivityStream 0.4.0 -> no upgrade, and its deps: pymongo

Posted by br...@apache.org.
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 89cf413b0d0cffea501c83876d761661181ba8a6
Author: Dave Brondsema <db...@slashdotmedia.com>
AuthorDate: Wed Nov 2 20:14:54 2022 +0000

    [#8474] Upgrade ActivityStream 0.4.0 -> no upgrade, and its deps: pymongo
    
        ActivityStream                    0.4.0 -> no upgrade
            pymongo                      3.11.4 -> 3.13.0 (OUTDATED! latest is: 4.3.2)
---
 requirements.txt | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/requirements.txt b/requirements.txt
index 3493c4e9b..3e1b42af4 100644
--- a/requirements.txt
+++ b/requirements.txt
@@ -118,7 +118,7 @@ pyflakes==2.4.0
     # via -r requirements.in
 pygments==2.13.0
     # via -r requirements.in
-pymongo==3.11.4
+pymongo==3.13.0
     # via
     #   -r requirements.in
     #   activitystream


[allura] 24/24: [#8474] upgrade pyflakes 2.4.0 -> 2.5.0

Posted by br...@apache.org.
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 0f69a432fc6db37c6fb34e04b9003f2a506f128d
Author: Dave Brondsema <db...@slashdotmedia.com>
AuthorDate: Wed Nov 2 21:48:48 2022 +0000

    [#8474] upgrade pyflakes 2.4.0 -> 2.5.0
---
 requirements.txt | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/requirements.txt b/requirements.txt
index 40a4113ef..a17e8a8db 100644
--- a/requirements.txt
+++ b/requirements.txt
@@ -114,7 +114,7 @@ profanityfilter==2.0.6
     # via -r requirements.in
 pycparser==2.21
     # via cffi
-pyflakes==2.4.0
+pyflakes==2.5.0
     # via -r requirements.in
 pygments==2.13.0
     # via -r requirements.in


[allura] 19/24: [#8474] 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

Posted by br...@apache.org.
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 dd9fd07c8b2d89b42b62b23adbf16061f87f795b
Author: Dave Brondsema <db...@slashdotmedia.com>
AuthorDate: Wed Nov 2 20:18:33 2022 +0000

    [#8474] 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
    
        Pypeline                          0.6.1 -> no upgrade
            bleach                        5.0.1 -> no upgrade
                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.1)
                importlib-metadata       4.12.0 -> 4.13.0 (OUTDATED! latest is: 5.0.0)
                    typing-extensions      4.4.0 -> no upgrade
                    zipp                  3.8.1 -> 3.10.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.9.13 -> 2022.10.31
---
 requirements.txt | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/requirements.txt b/requirements.txt
index 3d8ed8d9c..8f3256ae2 100644
--- a/requirements.txt
+++ b/requirements.txt
@@ -142,7 +142,7 @@ pytz==2022.6
     #   ming
 qrcode==7.3.1
     # via -r requirements.in
-regex==2022.9.13
+regex==2022.10.31
     # via
     #   regex-as-re-globally
     #   textile


[allura] 08/24: [#8474] Upgrade Pygments 2.12.0 -> 2.13.0

Posted by br...@apache.org.
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 3a5074912a67a817a1fd93789cbe2a5173d83ae0
Author: Guillermo Cruz <gu...@slashdotmedia.com>
AuthorDate: Wed Oct 26 21:24:40 2022 +0000

    [#8474] Upgrade Pygments 2.12.0 -> 2.13.0
---
 requirements.txt | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/requirements.txt b/requirements.txt
index 8e9a47826..03cace679 100644
--- a/requirements.txt
+++ b/requirements.txt
@@ -117,7 +117,7 @@ pycparser==2.21
     # via cffi
 pyflakes==2.4.0
     # via -r requirements.in
-pygments==2.12.0
+pygments==2.13.0
     # via -r requirements.in
 pymongo==3.11.4
     # via


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

Posted by br...@apache.org.
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


[allura] 05/24: [#8474] Upgrade markdown-checklist 0.4.3 -> 0.4.4, and its deps: markdown,importlib-metadata,typing-extensions,zipp

Posted by br...@apache.org.
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 7c3bac9cba0639bf120b2274b8601f9b1a57c426
Author: Guillermo Cruz <gu...@slashdotmedia.com>
AuthorDate: Wed Oct 26 21:14:10 2022 +0000

    [#8474] Upgrade markdown-checklist 0.4.3 -> 0.4.4, and its deps: markdown,importlib-metadata,typing-extensions,zipp
    
        markdown-checklist                0.4.3 -> 0.4.4
            markdown                      3.3.7 -> 3.4.1
                importlib-metadata       4.12.0 -> 4.13.0 (OUTDATED! latest is: 5.0.0)
                    typing-extensions      4.3.0 -> 4.4.0
                    zipp                  3.8.1 -> 3.10.0
---
 requirements.txt | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/requirements.txt b/requirements.txt
index 7e5e2c27c..7ca61f410 100644
--- a/requirements.txt
+++ b/requirements.txt
@@ -78,7 +78,7 @@ markdown==3.4.1
     #   -r requirements.in
     #   markdown-checklist
     #   pypeline
-markdown-checklist==0.4.3
+markdown-checklist==0.4.4
     # via -r requirements.in
 markupsafe==2.1.0
     # via


[allura] 13/24: [#8474] Upgrade Pillow 9.2.0 -> 9.3.0

Posted by br...@apache.org.
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 164a675ff5ecfceefd6fc6635ba8528c1108e7ff
Author: Guillermo Cruz <gu...@slashdotmedia.com>
AuthorDate: Wed Nov 2 17:11:11 2022 +0000

    [#8474] Upgrade Pillow 9.2.0 -> 9.3.0
---
 requirements.txt | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/requirements.txt b/requirements.txt
index 9cd84ece3..3da5fd613 100644
--- a/requirements.txt
+++ b/requirements.txt
@@ -108,7 +108,7 @@ pastedeploy==2.1.1
     #   pastescript
 pastescript==3.2.1
     # via -r requirements.in
-pillow==9.2.0
+pillow==9.3.0
     # via -r requirements.in
 profanityfilter==2.0.6
     # via -r requirements.in


[allura] 20/24: [#8474] Upgrade pysolr 3.9.0 -> no upgrade, and its deps: requests,certifi,charset-normalizer,idna,urllib3

Posted by br...@apache.org.
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 c8d543f3ccec79ee52269788cc196e4d4ad426f6
Author: Dave Brondsema <db...@slashdotmedia.com>
AuthorDate: Wed Nov 2 20:18:58 2022 +0000

    [#8474] 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.1 -> no upgrade
                certifi               2022.6.15 -> 2022.9.24
                charset-normalizer        2.1.0 -> 2.1.1 (OUTDATED! latest is: 3.0.0)
                idna                        3.3 -> 3.4
                urllib3                  1.26.9 -> 1.26.12
---
 requirements.txt | 10 +++++-----
 1 file changed, 5 insertions(+), 5 deletions(-)

diff --git a/requirements.txt b/requirements.txt
index 8f3256ae2..4dc5dbf33 100644
--- a/requirements.txt
+++ b/requirements.txt
@@ -16,11 +16,11 @@ bleach[css]==5.0.1
     # via pypeline
 cchardet==2.1.7
     # via -r requirements.in
-certifi==2021.10.8
+certifi==2022.9.24
     # via requests
 cffi==1.15.1
     # via cryptography
-charset-normalizer==2.0.12
+charset-normalizer==2.1.1
     # via requests
 colander==1.8.3
     # via -r requirements.in
@@ -61,7 +61,7 @@ html5lib==1.1
     #   -r requirements.in
     #   pypeline
     #   textile
-idna==3.3
+idna==3.4
     # via requests
 importlib-metadata==4.13.0
     # via
@@ -150,7 +150,7 @@ regex-as-re-globally==0.0.2
     # via -r requirements.in
 repoze-lru==0.7
     # via turbogears2
-requests==2.27.1
+requests==2.28.1
     # via
     #   -r requirements.in
     #   pysolr
@@ -194,7 +194,7 @@ typing-extensions==4.4.0
     # via
     #   gitpython
     #   importlib-metadata
-urllib3==1.26.9
+urllib3==1.26.12
     # via requests
 waitress==2.1.2
     # via webtest


[allura] 11/24: [#8474] Upgrade testfixtures 6.18.5 -> 7.0.0

Posted by br...@apache.org.
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 bbadd71d39b99bc8cb77ae8ddb661c15c9a6c197
Author: Guillermo Cruz <gu...@slashdotmedia.com>
AuthorDate: Wed Oct 26 22:09:24 2022 +0000

    [#8474] Upgrade testfixtures 6.18.5 -> 7.0.0
---
 Allura/allura/tests/scripts/test_create_sitemap_files.py | 2 +-
 requirements.txt                                         | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/Allura/allura/tests/scripts/test_create_sitemap_files.py b/Allura/allura/tests/scripts/test_create_sitemap_files.py
index 31fa0bfd1..89cca8691 100644
--- a/Allura/allura/tests/scripts/test_create_sitemap_files.py
+++ b/Allura/allura/tests/scripts/test_create_sitemap_files.py
@@ -45,7 +45,7 @@ class TestCreateSitemapFiles:
             rmtree(tmpdir.path)  # needs to be non-existent for the script
             self.run_script(['-o', tmpdir.path])
 
-            tmpdir.check('sitemap-0.xml', 'sitemap.xml')
+            tmpdir.compare(['sitemap-0.xml', 'sitemap.xml'],recursive=False, files_only=True)
 
             xml_index = ET.parse(os.path.join(tmpdir.path, 'sitemap.xml'))
             ns = {'ns0': 'http://www.sitemaps.org/schemas/sitemap/0.9'}
diff --git a/requirements.txt b/requirements.txt
index 91e175766..b26c21c87 100644
--- a/requirements.txt
+++ b/requirements.txt
@@ -179,7 +179,7 @@ smmap==5.0.0
     # via gitdb
 soupsieve==2.3.2.post1
     # via beautifulsoup4
-testfixtures==6.18.5
+testfixtures==7.0.0
     # via -r requirements.in
 textile==4.0.2
     # via pypeline


[allura] 21/24: [#8474] Upgrade testfixtures 7.0.0 -> 7.0.2

Posted by br...@apache.org.
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 ffdebecce3aedf8e8add2df012a740021de90d0a
Author: Dave Brondsema <db...@slashdotmedia.com>
AuthorDate: Wed Nov 2 20:33:44 2022 +0000

    [#8474] Upgrade testfixtures 7.0.0 -> 7.0.2
---
 requirements.txt | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/requirements.txt b/requirements.txt
index 4dc5dbf33..70e0fe6e5 100644
--- a/requirements.txt
+++ b/requirements.txt
@@ -178,7 +178,7 @@ smmap==5.0.0
     # via gitdb
 soupsieve==2.3.2.post1
     # via beautifulsoup4
-testfixtures==7.0.0
+testfixtures==7.0.2
     # via -r requirements.in
 textile==4.0.2
     # via pypeline


[allura] 09/24: [#8474] Upgrade Pypeline 0.6.0 -> 0.6.1, and its deps: bleach,six,webencodings,html5lib,six,webencodings,Creoleparser,Genshi,six,six,markdown,importlib-metadata,typing-extensions,zipp,textile,html5lib,six,webencodings,regex

Posted by br...@apache.org.
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 925d8e6bee642f66679d65aaa1813fbce26774a7
Author: Guillermo Cruz <gu...@slashdotmedia.com>
AuthorDate: Wed Oct 26 21:27:26 2022 +0000

    [#8474] Upgrade Pypeline 0.6.0 -> 0.6.1, and its deps: bleach,six,webencodings,html5lib,six,webencodings,Creoleparser,Genshi,six,six,markdown,importlib-metadata,typing-extensions,zipp,textile,html5lib,six,webencodings,regex
    
        Pypeline                          0.6.0 -> 0.6.1
            bleach                        5.0.1 -> no upgrade
                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 -> 3.4.1
                importlib-metadata       4.12.0 -> 4.13.0 (OUTDATED! latest is: 5.0.0)
                    typing-extensions      4.3.0 -> 4.4.0
                    zipp                  3.8.1 -> 3.10.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.6.2 -> 2022.9.13
---
 requirements.txt | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/requirements.txt b/requirements.txt
index 03cace679..3ed39dae5 100644
--- a/requirements.txt
+++ b/requirements.txt
@@ -124,7 +124,7 @@ pymongo==3.11.4
     #   -r requirements.in
     #   activitystream
     #   ming
-pypeline[creole,markdown,rst,textile]==0.6.0
+pypeline[creole,markdown,rst,textile]==0.6.1
     # via -r requirements.in
 pysolr==3.9.0
     # via -r requirements.in
@@ -143,7 +143,7 @@ pytz==2022.1
     #   ming
 qrcode==7.3.1
     # via -r requirements.in
-regex==2022.6.2
+regex==2022.9.13
     # via
     #   regex-as-re-globally
     #   textile


[allura] 02/24: [#8474] Upgrade emoji 1.7.0 -> 2.1.0

Posted by br...@apache.org.
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 ebde51da14327e1c198f74c14f1ea73943b7cd6d
Author: Guillermo Cruz <gu...@slashdotmedia.com>
AuthorDate: Wed Oct 26 21:06:11 2022 +0000

    [#8474] Upgrade emoji 1.7.0 -> 2.1.0
---
 Allura/allura/lib/helpers.py             | 2 +-
 Allura/allura/lib/markdown_extensions.py | 2 +-
 Allura/allura/lib/utils.py               | 2 +-
 requirements.txt                         | 2 +-
 4 files changed, 4 insertions(+), 4 deletions(-)

diff --git a/Allura/allura/lib/helpers.py b/Allura/allura/lib/helpers.py
index 2efce7911..da5f3e954 100644
--- a/Allura/allura/lib/helpers.py
+++ b/Allura/allura/lib/helpers.py
@@ -1288,7 +1288,7 @@ def hide_private_info(message):
 
 def emojize(text):
     """Coverts emoji codes to unicode emojis"""
-    return emoji.emojize(text, use_aliases=True)
+    return emoji.emojize(text, language="alias")
 
 
 def get_current_reaction(react_users_dict):
diff --git a/Allura/allura/lib/markdown_extensions.py b/Allura/allura/lib/markdown_extensions.py
index b929a6b7a..c1d089d77 100644
--- a/Allura/allura/lib/markdown_extensions.py
+++ b/Allura/allura/lib/markdown_extensions.py
@@ -311,7 +311,7 @@ class EmojiInlinePattern(markdown.inlinepatterns.Pattern):
 
     def handleMatch(self, m):
         emoji_code = m.group(2)
-        return emoji.emojize(emoji_code, use_aliases=True)
+        return emoji.emojize(emoji_code, language="alias")
 
 
 class UserMentionExtension(markdown.Extension):
diff --git a/Allura/allura/lib/utils.py b/Allura/allura/lib/utils.py
index b6e7ee0de..41b2c979f 100644
--- a/Allura/allura/lib/utils.py
+++ b/Allura/allura/lib/utils.py
@@ -761,7 +761,7 @@ def get_reactions_json():
     """ Returns global reactions json """
     j = OrderedDict()
     for em in get_reaction_emoji_list():
-        j[em] = emoji.emojize(em, use_aliases=True)
+        j[em] = emoji.emojize(em, language='alias')
     return json.dumps(j)
 
 
diff --git a/requirements.txt b/requirements.txt
index 0c31f4d39..7d8f3e011 100644
--- a/requirements.txt
+++ b/requirements.txt
@@ -38,7 +38,7 @@ docutils==0.18.1
     # via pypeline
 easywidgets==0.4.1
     # via -r requirements.in
-emoji==1.7.0
+emoji==2.1.0
     # via -r requirements.in
 feedgenerator==2.0.0
     # via -r requirements.in


[allura] 07/24: [#8474] Upgrade PasteDeploy 2.1.1 -> 3.0.1, and its deps: setuptools

Posted by br...@apache.org.
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 88376c172f7e47f761f8aff560b94579254fef0c
Author: Guillermo Cruz <gu...@slashdotmedia.com>
AuthorDate: Wed Oct 26 21:16:54 2022 +0000

    [#8474] Upgrade PasteDeploy 2.1.1 -> 3.0.1, and its deps: setuptools
    
        PasteDeploy                       2.1.1 -> 3.0.1
            setuptools                   63.1.0 -> skipped (OUTDATED! latest is: 65.5.0)
---
 requirements.txt | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/requirements.txt b/requirements.txt
index 9e21d227f..8e9a47826 100644
--- a/requirements.txt
+++ b/requirements.txt
@@ -67,6 +67,7 @@ importlib-metadata==4.13.0
     # via
     #   -r requirements.in
     #   markdown
+    #   pastedeploy
 inflection==0.5.1
     # via profanityfilter
 iso8601==1.0.2
@@ -102,7 +103,7 @@ paste==3.5.1
     #   -r requirements.in
     #   easywidgets
     #   pastescript
-pastedeploy==2.1.1
+pastedeploy==3.0.1
     # via
     #   -r requirements.in
     #   pastescript


[allura] 06/24: [#8474] Upgrade oauthlib 3.2.1 -> 3.2.2

Posted by br...@apache.org.
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 816616bfe18a42128953c63917cda8bea1d30535
Author: Guillermo Cruz <gu...@slashdotmedia.com>
AuthorDate: Wed Oct 26 21:16:12 2022 +0000

    [#8474] Upgrade oauthlib 3.2.1 -> 3.2.2
---
 requirements.txt | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/requirements.txt b/requirements.txt
index 7ca61f410..9e21d227f 100644
--- a/requirements.txt
+++ b/requirements.txt
@@ -91,7 +91,7 @@ ming==0.12.1
     # via -r requirements.in
 mock==4.0.3
     # via -r requirements.in
-oauthlib==3.2.1
+oauthlib==3.2.2
     # via
     #   -r requirements.in
     #   requests-oauthlib


[allura] 16/24: [#8474] Upgrade colander 1.8.3 -> no upgrade, and its deps: iso8601,setuptools,translationstring

Posted by br...@apache.org.
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 a042844accc18b07124a5544b0ada12a965bb57c
Author: Dave Brondsema <db...@slashdotmedia.com>
AuthorDate: Wed Nov 2 20:16:14 2022 +0000

    [#8474] Upgrade colander 1.8.3 -> no upgrade, and its deps: iso8601,setuptools,translationstring
    
        colander                          1.8.3 -> no upgrade
            iso8601                       1.0.2 -> 1.1.0
            setuptools                   63.1.0 -> skipped (OUTDATED! latest is: 65.5.0)
            translationstring               1.4 -> no upgrade
---
 requirements.txt | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/requirements.txt b/requirements.txt
index 3e1b42af4..76f6ec186 100644
--- a/requirements.txt
+++ b/requirements.txt
@@ -69,7 +69,7 @@ importlib-metadata==4.13.0
     #   markdown
 inflection==0.5.1
     # via profanityfilter
-iso8601==1.0.2
+iso8601==1.1.0
     # via colander
 jinja2==3.1.2
     # via -r requirements.in


[allura] 23/24: [#8474] upgrade docutils 0.18.1 -> 0.19

Posted by br...@apache.org.
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 18aa4b888dc1c6471c46909cce30a3f681edef0a
Author: Dave Brondsema <db...@slashdotmedia.com>
AuthorDate: Wed Nov 2 21:48:39 2022 +0000

    [#8474] upgrade docutils 0.18.1 -> 0.19
---
 requirements.txt | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/requirements.txt b/requirements.txt
index 0bec0e707..40a4113ef 100644
--- a/requirements.txt
+++ b/requirements.txt
@@ -34,7 +34,7 @@ datadiff==2.0.0
     # via -r requirements.in
 decorator==5.1.1
     # via -r requirements.in
-docutils==0.18.1
+docutils==0.19
     # via pypeline
 easywidgets==0.4.1
     # via -r requirements.in


[allura] 03/24: [#8474] Upgrade GitPython 3.1.27 -> 3.1.29, and its deps: gitdb,smmap,typing-extensions

Posted by br...@apache.org.
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 5422cc7b772ef4ea91dd482a22203b4160d931e7
Author: Guillermo Cruz <gu...@slashdotmedia.com>
AuthorDate: Wed Oct 26 21:11:01 2022 +0000

    [#8474] Upgrade GitPython 3.1.27 -> 3.1.29, and its deps: gitdb,smmap,typing-extensions
    
        GitPython                        3.1.27 -> 3.1.29
            gitdb                         4.0.9 -> no upgrade
                smmap                     5.0.0 -> no upgrade
            typing-extensions             4.3.0 -> 4.4.0
---
 requirements.txt | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/requirements.txt b/requirements.txt
index 7d8f3e011..abc59b44b 100644
--- a/requirements.txt
+++ b/requirements.txt
@@ -52,7 +52,7 @@ genshi==0.7.7
     # via creoleparser
 gitdb==4.0.9
     # via gitpython
-gitpython==3.1.27
+gitpython==3.1.29
     # via -r requirements.in
 gunicorn==20.1.0
     # via -r requirements.in
@@ -190,7 +190,7 @@ translationstring==1.4
     # via colander
 turbogears2==2.3.12
     # via -r requirements.in
-typing-extensions==4.3.0
+typing-extensions==4.4.0
     # via
     #   gitpython
     #   importlib-metadata


[allura] 14/24: [#8474] Upgrade emoji 2.1.0 -> 2.2.0

Posted by br...@apache.org.
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 37adfc65c5e305e62d652b32853e1e8e4ad63a14
Author: Guillermo Cruz <gu...@slashdotmedia.com>
AuthorDate: Wed Nov 2 17:14:18 2022 +0000

    [#8474] Upgrade emoji 2.1.0 -> 2.2.0
---
 requirements.txt | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/requirements.txt b/requirements.txt
index 3da5fd613..3493c4e9b 100644
--- a/requirements.txt
+++ b/requirements.txt
@@ -38,7 +38,7 @@ docutils==0.18.1
     # via pypeline
 easywidgets==0.4.1
     # via -r requirements.in
-emoji==2.1.0
+emoji==2.2.0
     # via -r requirements.in
 feedgenerator==2.0.0
     # via -r requirements.in