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/04/18 19:51:05 UTC

[allura] branch master updated (bd0e3ee67 -> ff53ac056)

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 bd0e3ee67 Upgrade a few packages that dropped py2 support
     new 3a3c8711d [#8246] Upgrade beautifulsoup4 4.10.0 -> 4.11.0, and its deps: soupsieve
     new c7095c5d1 [#8246] Upgrade colander 1.8.3 -> no upgrade, and its deps: iso8601,setuptools,translationstring
     new 15300d02c [#8246] Upgrade cryptography 35.0.0 -> 36.0.2, and its deps: cffi,pycparser
     new 8c0726a05 [#8246] Upgrade decorator 5.1.0 -> 5.1.1
     new 0ec5cd69b [#8246] Upgrade emoji 1.5.0 -> 1.7.0
     new 1cc3b2bdf [#8246] Upgrade feedgenerator 2.0.0 -> no upgrade, and its deps: pytz
     new 714985566 [#8246] Upgrade GitPython 3.1.18 -> 3.1.27, and its deps: gitdb,smmap,typing-extensions
     new 9877952bf [#8246] Upgrade markdown 3.3.6 -> no upgrade, and its deps: importlib-metadata,typing-extensions,zipp
     new 8f6f622a5 [#8246] Upgrade PasteDeploy 2.0.1 -> 2.1.1
     new 21a9f24c8 [#8246] Upgrade PasteScript 3.1.0 -> 3.2.1, and its deps: paste,setuptools,six,PasteDeploy,six
     new 9a563061f [#8246] Upgrade Pillow 9.0.1 -> 9.1.0
     new 3ffeec7d3 [#8246] Upgrade Pygments 2.8.1 -> 2.11.2
     new ea003d816 [#8246] Upgrade Pypeline 0.5.3 -> no upgrade, and its deps: bleach,packaging,pyparsing,six,webencodings,html5lib,six,webencodings,Creoleparser,Genshi,six,markdown,importlib-metadata,typing-extensions,zipp,textile,html5lib,six,webencodings,six,docutils
     new d2af2f5eb [#8246] Upgrade pysolr 3.9.0 -> no upgrade, and its deps: requests,certifi,charset-normalizer,idna,urllib3
     new c15626b33 [#8246] Upgrade python-magic 0.4.24 -> 0.4.25
     new 03c95cfbc [#8246] Upgrade qrcode 6.1 -> 7.3.1, and its deps: six
     new f5b922417 [#8246] Upgrade regex-as-re-globally 0.0.2 -> no upgrade, and its deps: regex
     new 5987944d6 [#8246] Upgrade requests-oauthlib 1.2.0 -> 1.3.1, and its deps: oauthlib,requests,certifi,charset-normalizer,idna,urllib3
     new 9c2368d93 [#8246] Upgrade TimerMiddleware 0.5.2 -> no upgrade, and its deps: future,webob
     new cad817a11 [#8246] Upgrade Werkzeug 2.0.2 -> 2.1.1
     new f128b8f68 [#8246] Upgrade wrapt 1.11.2 -> 1.14.0
     new c4dc91d98 [#8246] Upgrade mock 3.0.5 -> 4.0.3, and its deps: six
     new 47edd2ab8 [#8246] Upgrade testfixtures 6.10.0 -> 6.18.5
     new ff53ac056 [#8246] pypeline upgrade to go with bleach upgrade

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:
 .../forgegit/tests/functional/test_controllers.py  | 20 ++---
 .../forgeimporters/github/tests/test_code.py       |  4 +-
 ForgeSVN/forgesvn/tests/model/test_repository.py   |  2 +-
 requirements.txt                                   | 99 +++++++++++-----------
 4 files changed, 63 insertions(+), 62 deletions(-)


[allura] 03/24: [#8246] Upgrade cryptography 35.0.0 -> 36.0.2, and its deps: cffi,pycparser

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 15300d02cbd9b62568a233f6d2862f5c1450ec26
Author: Dillon Walls <di...@slashdotmedia.com>
AuthorDate: Fri Apr 8 20:40:12 2022 +0000

    [#8246] Upgrade cryptography 35.0.0 -> 36.0.2, and its deps: cffi,pycparser
    
        cryptography                     35.0.0 -> 36.0.2
            cffi                         1.14.6 -> 1.15.0
                pycparser                  2.20 -> 2.21
---
 requirements.txt | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/requirements.txt b/requirements.txt
index 4b695e0de..8d3f0436f 100644
--- a/requirements.txt
+++ b/requirements.txt
@@ -18,7 +18,7 @@ cchardet==2.1.7
     # via -r requirements.in
 certifi==2021.5.30
     # via requests
-cffi==1.14.6
+cffi==1.15.0
     # via cryptography
 charset-normalizer==2.0.4
     # via requests
@@ -28,7 +28,7 @@ crank==0.8.1
     # via turbogears2
 creoleparser==0.7.5
     # via pypeline
-cryptography==35.0.0
+cryptography==36.0.2
     # via -r requirements.in
 datadiff==2.0.0
     # via -r requirements.in
@@ -116,7 +116,7 @@ pillow==9.0.1
     # via -r requirements.in
 profanityfilter==2.0.6
     # via -r requirements.in
-pycparser==2.20
+pycparser==2.21
     # via cffi
 pyflakes==2.4.0
     # via -r requirements.in


[allura] 01/24: [#8246] Upgrade beautifulsoup4 4.10.0 -> 4.11.0, and its deps: soupsieve

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 3a3c8711d91c62a16ff6122cd3d3ffb2afe4a02a
Author: Dillon Walls <di...@slashdotmedia.com>
AuthorDate: Fri Apr 8 15:21:10 2022 +0000

    [#8246] Upgrade beautifulsoup4 4.10.0 -> 4.11.0, and its deps: soupsieve
    
        beautifulsoup4                   4.10.0 -> 4.11.0
            soupsieve                     2.2.1 -> 2.3.2
---
 requirements.txt | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/requirements.txt b/requirements.txt
index 829b327fd..e973ef315 100644
--- a/requirements.txt
+++ b/requirements.txt
@@ -8,7 +8,7 @@ activitystream==0.4.0
     # via -r requirements.in
 beaker==1.11.0
     # via -r requirements.in
-beautifulsoup4==4.10.0
+beautifulsoup4==4.11.0
     # via
     #   -r requirements.in
     #   webtest
@@ -185,7 +185,7 @@ six==1.16.0
     #   webhelpers2
 smmap==4.0.0
     # via gitdb
-soupsieve==2.2.1
+soupsieve==2.3.2
     # via beautifulsoup4
 testfixtures==6.10.0
     # via -r requirements.in


[allura] 21/24: [#8246] Upgrade wrapt 1.11.2 -> 1.14.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 f128b8f68bb6d31461d14f915e937750de1e4d73
Author: Dillon Walls <di...@slashdotmedia.com>
AuthorDate: Fri Apr 8 21:20:19 2022 +0000

    [#8246] Upgrade wrapt 1.11.2 -> 1.14.0
---
 requirements.txt | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/requirements.txt b/requirements.txt
index e5f4bc7e9..f75b191f2 100644
--- a/requirements.txt
+++ b/requirements.txt
@@ -218,7 +218,7 @@ webtest==3.0.0
     # via -r requirements.in
 werkzeug==2.1.1
     # via -r requirements.in
-wrapt==1.11.2
+wrapt==1.14.0
     # via -r requirements.in
 zipp==3.8.0
     # via importlib-metadata


[allura] 12/24: [#8246] Upgrade Pygments 2.8.1 -> 2.11.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 3ffeec7d3a8bafdd5f1cb83b5f04352c8f879130
Author: Dillon Walls <di...@slashdotmedia.com>
AuthorDate: Fri Apr 8 20:50:11 2022 +0000

    [#8246] Upgrade Pygments 2.8.1 -> 2.11.2
---
 .../forgegit/tests/functional/test_controllers.py    | 20 ++++++++++----------
 requirements.txt                                     |  2 +-
 2 files changed, 11 insertions(+), 11 deletions(-)

diff --git a/ForgeGit/forgegit/tests/functional/test_controllers.py b/ForgeGit/forgegit/tests/functional/test_controllers.py
index 698478c87..be07cbd6f 100644
--- a/ForgeGit/forgegit/tests/functional/test_controllers.py
+++ b/ForgeGit/forgegit/tests/functional/test_controllers.py
@@ -337,11 +337,11 @@ class TestRootController(_TestCase):
         resp = self.app.get(h.urlquote(ci + 'tree/привіт.txt') + '?diff=407950e8fba4dbc108ffbce0128ed1085c52cfd7')
         diffhtml = str(resp.html.select_one('.diffbrowser'))
         assert_in(textwrap.dedent('''\
-                    <span class="gd">--- a/привіт.txt</span>
-                    <span class="gi">+++ b/привіт.txt</span>
-                    <span class="gu">@@ -1 +1,2 @@</span>
-                     Привіт!
-                    <span class="gi">+Which means Hello!</span>'''),
+                    <span class="gd">--- a/привіт.txt</span><span class="w"></span>
+                    <span class="gi">+++ b/привіт.txt</span><span class="w"></span>
+                    <span class="gu">@@ -1 +1,2 @@</span><span class="w"></span>
+                    <span class="w"> </span>Привіт!<span class="w"></span>
+                    <span class="gi">+Which means Hello!</span><span class="w"></span>'''),
                   diffhtml)
 
         resp = self.app.get(h.urlquote(ci + 'tree/привіт.txt') + '?diff=407950e8fba4dbc108ffbce0128ed1085c52cfd7&diformat=sidebyside')
@@ -896,11 +896,11 @@ class TestFork(_TestCase):
 </li>
 </ul>
 <p>Diff:</p>
-<div class="codehilite"><pre><span></span><code><span class="gd">--- old</span>
-<span class="gi">+++ new</span>
-<span class="gu">@@ -1 +1 @@</span>
-<span class="gd">-description</span>
-<span class="gi">+changed description</span>
+<div class="codehilite"><pre><span></span><code><span class="gd">--- old</span><span class="w"></span>
+<span class="gi">+++ new</span><span class="w"></span>
+<span class="gu">@@ -1 +1 @@</span><span class="w"></span>
+<span class="gd">-description</span><span class="w"></span>
+<span class="gi">+changed description</span><span class="w"></span>
 </code></pre></div>
 </div>
 """.strip())
diff --git a/requirements.txt b/requirements.txt
index ac3f1a01b..8868a7bf6 100644
--- a/requirements.txt
+++ b/requirements.txt
@@ -120,7 +120,7 @@ pycparser==2.21
     # via cffi
 pyflakes==2.4.0
     # via -r requirements.in
-pygments==2.9.0
+pygments==2.11.2
     # via -r requirements.in
 pymongo==3.11.4
     # via


[allura] 24/24: [#8246] pypeline upgrade to go with bleach upgrade

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 ff53ac0567ea23c9a1f59029736b63c871308d0e
Author: Dave Brondsema <db...@slashdotmedia.com>
AuthorDate: Mon Apr 18 19:45:46 2022 +0000

    [#8246] pypeline upgrade to go with bleach upgrade
---
 requirements.txt | 12 ++++++++----
 1 file changed, 8 insertions(+), 4 deletions(-)

diff --git a/requirements.txt b/requirements.txt
index 12235acd8..782fb1a3f 100644
--- a/requirements.txt
+++ b/requirements.txt
@@ -12,7 +12,7 @@ beautifulsoup4==4.11.0
     # via
     #   -r requirements.in
     #   webtest
-bleach==5.0.0
+bleach[css]==5.0.0
     # via pypeline
 cchardet==2.1.7
     # via -r requirements.in
@@ -93,7 +93,7 @@ ming==0.11.2
     # via -r requirements.in
 mock==4.0.3
     # via -r requirements.in
-https://github.com/joestump/python-oauth2/archive/b94f69b1ad195513547924e380d9265133e995fa.zip#egg=oauth2
+oauth2 @ https://github.com/joestump/python-oauth2/archive/b94f69b1ad195513547924e380d9265133e995fa.zip
     # via -r requirements.in
 oauthlib==3.2.0
     # via requests-oauthlib
@@ -127,7 +127,7 @@ pymongo==3.11.4
     #   ming
 pyparsing==2.4.7
     # via httplib2
-pypeline[creole,markdown,rst,textile]==0.5.3
+pypeline[creole,markdown,rst,textile]==0.6.0
     # via -r requirements.in
 pysolr==3.9.0
     # via -r requirements.in
@@ -152,7 +152,7 @@ regex==2022.3.15
     #   textile
 regex-as-re-globally==0.0.2
     # via -r requirements.in
-repoze.lru==0.7
+repoze-lru==0.7
     # via turbogears2
 requests==2.27.1
     # via
@@ -172,6 +172,7 @@ six==1.16.0
     #   creoleparser
     #   easywidgets
     #   formencode
+    #   genshi
     #   html5lib
     #   ming
     #   paste
@@ -188,6 +189,8 @@ textile==4.0.2
     # via pypeline
 timermiddleware==0.6.0
     # via -r requirements.in
+tinycss2==1.1.1
+    # via bleach
 translationstring==1.4
     # via colander
 turbogears2==2.3.12
@@ -204,6 +207,7 @@ webencodings==0.5.1
     # via
     #   bleach
     #   html5lib
+    #   tinycss2
 webhelpers2==2.0
     # via -r requirements.in
 webob==1.7.4


[allura] 17/24: [#8246] Upgrade regex-as-re-globally 0.0.2 -> no upgrade, and its deps: 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 f5b922417bf82cfc83abbdaa8c6ea3e22666d14b
Author: Dillon Walls <di...@slashdotmedia.com>
AuthorDate: Fri Apr 8 20:56:00 2022 +0000

    [#8246] Upgrade regex-as-re-globally 0.0.2 -> no upgrade, and its deps: regex
    
        regex-as-re-globally              0.0.2 -> no upgrade
            regex                      2022.3.2 -> 2022.3.15
---
 requirements.txt | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/requirements.txt b/requirements.txt
index aaa815011..833a354ce 100644
--- a/requirements.txt
+++ b/requirements.txt
@@ -146,7 +146,7 @@ pytz==2022.1
     #   ming
 qrcode==7.3.1
     # via -r requirements.in
-regex==2022.3.2
+regex==2022.3.15
     # via
     #   regex-as-re-globally
     #   textile


[allura] 06/24: [#8246] 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 1cc3b2bdf86553f04e029dec4732eaa36c03e419
Author: Dillon Walls <di...@slashdotmedia.com>
AuthorDate: Fri Apr 8 20:44:52 2022 +0000

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

diff --git a/requirements.txt b/requirements.txt
index 517002197..f9daf1dbd 100644
--- a/requirements.txt
+++ b/requirements.txt
@@ -143,7 +143,7 @@ python-magic==0.4.24
     # via -r requirements.in
 python-oembed==0.2.4
     # via -r requirements.in
-pytz==2021.3
+pytz==2022.1
     # via
     #   -r requirements.in
     #   feedgenerator


[allura] 22/24: [#8246] Upgrade mock 3.0.5 -> 4.0.3, and its deps: six

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 c4dc91d985746c8ffa6164e6a0bf6b7fb4f0b015
Author: Dillon Walls <di...@slashdotmedia.com>
AuthorDate: Fri Apr 8 21:20:35 2022 +0000

    [#8246] Upgrade mock 3.0.5 -> 4.0.3, and its deps: six
    
        mock                              3.0.5 -> 4.0.3
            six                          1.16.0 -> no upgrade
---
 ForgeImporters/forgeimporters/github/tests/test_code.py | 4 +++-
 ForgeSVN/forgesvn/tests/model/test_repository.py        | 2 +-
 requirements.txt                                        | 3 +--
 3 files changed, 5 insertions(+), 4 deletions(-)

diff --git a/ForgeImporters/forgeimporters/github/tests/test_code.py b/ForgeImporters/forgeimporters/github/tests/test_code.py
index 0530cd6c0..d86d16031 100644
--- a/ForgeImporters/forgeimporters/github/tests/test_code.py
+++ b/ForgeImporters/forgeimporters/github/tests/test_code.py
@@ -35,6 +35,9 @@ with_git = with_tool(test_project_with_repo, 'git', 'src', 'git')
 
 class TestGitHubRepoImporter(TestCase):
 
+    def setUp(self):
+        setup_unit_test()
+
     def _make_project(self, gh_proj_name=None):
         project = Mock()
         project.get_tool_data.side_effect = lambda *args: gh_proj_name
@@ -44,7 +47,6 @@ class TestGitHubRepoImporter(TestCase):
     @patch('forgeimporters.github.code.g')
     @patch('forgeimporters.github.code.GitHubProjectExtractor')
     def test_import_tool_happy_path(self, ghpe, g, M):
-        setup_unit_test()
         ghpe.return_value.get_repo_url.return_value = 'http://remote/clone/url/'
         p = self._make_project(gh_proj_name='myproject')
         u = Mock(name='c.user')
diff --git a/ForgeSVN/forgesvn/tests/model/test_repository.py b/ForgeSVN/forgesvn/tests/model/test_repository.py
index 607335462..8451b4341 100644
--- a/ForgeSVN/forgesvn/tests/model/test_repository.py
+++ b/ForgeSVN/forgesvn/tests/model/test_repository.py
@@ -703,7 +703,7 @@ class _TestWithRepo(_Test):
         c.project.install_app('svn', 'test1')
         h.set_context('test', 'test1', neighborhood='Projects')
         self.repo = M.Repository(name='test1', tool='svn')
-        self.repo._impl = mock.Mock(spec=M.RepositoryImplementation())
+        self.repo._impl = mock.Mock()
         self.repo._impl.shorthand_for_commit = M.RepositoryImplementation.shorthand_for_commit
         self.repo._impl.url_for_commit = (
             lambda *a, **kw: M.RepositoryImplementation.url_for_commit(
diff --git a/requirements.txt b/requirements.txt
index f75b191f2..0549496e5 100644
--- a/requirements.txt
+++ b/requirements.txt
@@ -91,7 +91,7 @@ markupsafe==2.0.1
     #   webhelpers2
 ming==0.11.2
     # via -r requirements.in
-mock==3.0.5
+mock==4.0.3
     # via -r requirements.in
 https://github.com/joestump/python-oauth2/archive/b94f69b1ad195513547924e380d9265133e995fa.zip#egg=oauth2
     # via -r requirements.in
@@ -174,7 +174,6 @@ six==1.16.0
     #   formencode
     #   html5lib
     #   ming
-    #   mock
     #   paste
     #   pastescript
     #   python-dateutil


[allura] 08/24: [#8246] Upgrade markdown 3.3.6 -> no upgrade, 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 9877952bfea71c3115c358449190ef41ac4fabe9
Author: Dillon Walls <di...@slashdotmedia.com>
AuthorDate: Fri Apr 8 20:46:00 2022 +0000

    [#8246] Upgrade markdown 3.3.6 -> no upgrade, and its deps: importlib-metadata,typing-extensions,zipp
    
        markdown                          3.3.6 -> no upgrade
            importlib-metadata           4.10.1 -> 4.11.3
                typing-extensions      3.10.0.2 -> 4.1.1
                zipp                      3.5.0 -> 3.8.0
---
 requirements.txt | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/requirements.txt b/requirements.txt
index d989fa9e0..95620ef9e 100644
--- a/requirements.txt
+++ b/requirements.txt
@@ -67,7 +67,7 @@ httplib2==0.19.0
     # via oauth2
 idna==3.2
     # via requests
-importlib-metadata==4.8.3
+importlib-metadata==4.11.3
     # via markdown
 inflection==0.5.1
     # via profanityfilter
@@ -224,7 +224,7 @@ werkzeug==2.0.2
     # via -r requirements.in
 wrapt==1.11.2
     # via -r requirements.in
-zipp==3.6.0
+zipp==3.8.0
     # via importlib-metadata
 
 # The following packages are considered to be unsafe in a requirements file:


[allura] 19/24: [#8246] Upgrade TimerMiddleware 0.5.2 -> no upgrade, and its deps: future,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 9c2368d93a8cd0d2e16170e3a4a89e3169a337c2
Author: Dillon Walls <di...@slashdotmedia.com>
AuthorDate: Fri Apr 8 21:00:46 2022 +0000

    [#8246] Upgrade TimerMiddleware 0.5.2 -> no upgrade, and its deps: future,webob
    
        TimerMiddleware                   0.5.2 -> no upgrade
            future                       0.18.2 -> 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 8dadb2233..6bcf82081 100644
--- a/requirements.txt
+++ b/requirements.txt
@@ -48,7 +48,7 @@ formencode==2.0.1
     # via
     #   -r requirements.in
     #   easywidgets
-future==0.17.1
+future==0.18.2
     # via timermiddleware
 genshi==0.7.6
     # via creoleparser


[allura] 18/24: [#8246] Upgrade requests-oauthlib 1.2.0 -> 1.3.1, and its deps: oauthlib,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 5987944d645ac26dd058f318ba0e2bfaf0df3fa3
Author: Dillon Walls <di...@slashdotmedia.com>
AuthorDate: Fri Apr 8 20:59:58 2022 +0000

    [#8246] Upgrade requests-oauthlib 1.2.0 -> 1.3.1, and its deps: oauthlib,requests,certifi,charset-normalizer,idna,urllib3
    
        requests-oauthlib                 1.2.0 -> 1.3.1
            oauthlib                      3.0.2 -> 3.2.0
            requests                     2.26.0 -> 2.27.1
                certifi               2021.5.30 -> 2021.10.8
                charset-normalizer        2.0.4 -> 2.0.12
                idna                        3.2 -> 3.3
                urllib3                  1.26.6 -> 1.26.9
---
 requirements.txt | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/requirements.txt b/requirements.txt
index 833a354ce..8dadb2233 100644
--- a/requirements.txt
+++ b/requirements.txt
@@ -95,7 +95,7 @@ mock==3.0.5
     # via -r requirements.in
 https://github.com/joestump/python-oauth2/archive/b94f69b1ad195513547924e380d9265133e995fa.zip#egg=oauth2
     # via -r requirements.in
-oauthlib==3.0.2
+oauthlib==3.2.0
     # via requests-oauthlib
 paginate==0.5.6
     # via -r requirements.in
@@ -159,7 +159,7 @@ requests==2.27.1
     #   -r requirements.in
     #   pysolr
     #   requests-oauthlib
-requests-oauthlib==1.2.0
+requests-oauthlib==1.3.1
     # via -r requirements.in
 setproctitle==1.2.2
     # via -r requirements.in


[allura] 07/24: [#8246] Upgrade GitPython 3.1.18 -> 3.1.27, 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 714985566832a704ed3ff8fc43430d9cc89ec9aa
Author: Dillon Walls <di...@slashdotmedia.com>
AuthorDate: Fri Apr 8 20:45:12 2022 +0000

    [#8246] Upgrade GitPython 3.1.18 -> 3.1.27, and its deps: gitdb,smmap,typing-extensions
    
        GitPython                        3.1.18 -> 3.1.27
            gitdb                         4.0.7 -> 4.0.9
                smmap                     4.0.0 -> 5.0.0
            typing-extensions          3.10.0.2 -> 4.1.1
---
 requirements.txt | 8 ++++----
 1 file changed, 4 insertions(+), 4 deletions(-)

diff --git a/requirements.txt b/requirements.txt
index f9daf1dbd..d989fa9e0 100644
--- a/requirements.txt
+++ b/requirements.txt
@@ -52,9 +52,9 @@ future==0.17.1
     # via timermiddleware
 genshi==0.7.3
     # via creoleparser
-gitdb==4.0.7
+gitdb==4.0.9
     # via gitpython
-gitpython==3.1.18
+gitpython==3.1.27
     # via -r requirements.in
 gunicorn==20.1.0
     # via -r requirements.in
@@ -183,7 +183,7 @@ six==1.16.0
     #   qrcode
     #   textile
     #   webhelpers2
-smmap==4.0.0
+smmap==5.0.0
     # via gitdb
 soupsieve==2.3.2
     # via beautifulsoup4
@@ -197,7 +197,7 @@ translationstring==1.4
     # via colander
 turbogears2==2.3.12
     # via -r requirements.in
-typing-extensions==3.10.0.2
+typing-extensions==4.1.1
     # via
     #   gitpython
     #   importlib-metadata


[allura] 23/24: [#8246] Upgrade testfixtures 6.10.0 -> 6.18.5

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 47edd2ab8ae3615ad8d99b2a075786595cd481b4
Author: Dillon Walls <di...@slashdotmedia.com>
AuthorDate: Fri Apr 8 21:21:03 2022 +0000

    [#8246] Upgrade testfixtures 6.10.0 -> 6.18.5
---
 requirements.txt | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/requirements.txt b/requirements.txt
index 0549496e5..12235acd8 100644
--- a/requirements.txt
+++ b/requirements.txt
@@ -182,7 +182,7 @@ smmap==5.0.0
     # via gitdb
 soupsieve==2.3.2
     # via beautifulsoup4
-testfixtures==6.10.0
+testfixtures==6.18.5
     # via -r requirements.in
 textile==4.0.2
     # via pypeline


[allura] 20/24: [#8246] Upgrade Werkzeug 2.0.2 -> 2.1.1

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 cad817a11b11945500233955a07ce80ec288f7d3
Author: Dillon Walls <di...@slashdotmedia.com>
AuthorDate: Fri Apr 8 21:18:59 2022 +0000

    [#8246] Upgrade Werkzeug 2.0.2 -> 2.1.1
---
 requirements.txt | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/requirements.txt b/requirements.txt
index 6bcf82081..e5f4bc7e9 100644
--- a/requirements.txt
+++ b/requirements.txt
@@ -216,7 +216,7 @@ webob==1.7.4
     #   webtest
 webtest==3.0.0
     # via -r requirements.in
-werkzeug==2.0.2
+werkzeug==2.1.1
     # via -r requirements.in
 wrapt==1.11.2
     # via -r requirements.in


[allura] 14/24: [#8246] 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 d2af2f5eb8349630035e92957288c51b8007e707
Author: Dillon Walls <di...@slashdotmedia.com>
AuthorDate: Fri Apr 8 20:52:10 2022 +0000

    [#8246] Upgrade pysolr 3.9.0 -> no upgrade, and its deps: requests,certifi,charset-normalizer,idna,urllib3
    
        pysolr                            3.9.0 -> no upgrade
            requests                     2.26.0 -> 2.27.1
                certifi               2021.5.30 -> 2021.10.8
                charset-normalizer        2.0.4 -> 2.0.12
                idna                        3.2 -> 3.3
                urllib3                  1.26.6 -> 1.26.9
---
 requirements.txt | 16 ++++++----------
 1 file changed, 6 insertions(+), 10 deletions(-)

diff --git a/requirements.txt b/requirements.txt
index 809a7f7a7..0526c1f3c 100644
--- a/requirements.txt
+++ b/requirements.txt
@@ -16,11 +16,11 @@ bleach==5.0.0
     # via pypeline
 cchardet==2.1.7
     # via -r requirements.in
-certifi==2021.5.30
+certifi==2021.10.8
     # via requests
 cffi==1.15.0
     # via cryptography
-charset-normalizer==2.0.4
+charset-normalizer==2.0.12
     # via requests
 colander==1.8.3
     # via -r requirements.in
@@ -65,7 +65,7 @@ html5lib==1.1
     #   textile
 httplib2==0.19.0
     # via oauth2
-idna==3.2
+idna==3.3
     # via requests
 importlib-metadata==4.11.3
     # via markdown
@@ -97,7 +97,6 @@ https://github.com/joestump/python-oauth2/archive/b94f69b1ad195513547924e380d926
     # via -r requirements.in
 oauthlib==3.0.2
     # via requests-oauthlib
-packaging==21.3
 paginate==0.5.6
     # via -r requirements.in
 paste==3.5.0
@@ -127,9 +126,7 @@ pymongo==3.11.4
     #   activitystream
     #   ming
 pyparsing==2.4.7
-    # via
-    #   httplib2
-    #   packaging
+    # via httplib2
 pypeline[creole,markdown,rst,textile]==0.5.3
     # via -r requirements.in
 pysolr==3.9.0
@@ -157,7 +154,7 @@ regex-as-re-globally==0.0.2
     # via -r requirements.in
 repoze.lru==0.7
     # via turbogears2
-requests==2.26.0
+requests==2.27.1
     # via
     #   -r requirements.in
     #   pysolr
@@ -175,7 +172,6 @@ six==1.16.0
     #   creoleparser
     #   easywidgets
     #   formencode
-    #   genshi
     #   html5lib
     #   ming
     #   mock
@@ -202,7 +198,7 @@ typing-extensions==4.1.1
     # via
     #   gitpython
     #   importlib-metadata
-urllib3==1.26.6
+urllib3==1.26.9
     # via requests
 waitress==2.1.1
     # via webtest


[allura] 05/24: [#8246] Upgrade emoji 1.5.0 -> 1.7.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 0ec5cd69b199f3f22554b9f82fc9d72ae489b27f
Author: Dillon Walls <di...@slashdotmedia.com>
AuthorDate: Fri Apr 8 20:44:19 2022 +0000

    [#8246] Upgrade emoji 1.5.0 -> 1.7.0
---
 requirements.txt | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/requirements.txt b/requirements.txt
index f84afde7d..517002197 100644
--- a/requirements.txt
+++ b/requirements.txt
@@ -38,7 +38,7 @@ docutils==0.17.1
     # via pypeline
 easywidgets==0.4
     # via -r requirements.in
-emoji==1.5.0
+emoji==1.7.0
     # via -r requirements.in
 feedgenerator==2.0.0
     # via -r requirements.in


[allura] 04/24: [#8246] Upgrade decorator 5.1.0 -> 5.1.1

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 8c0726a053a3f34fd7ee8b635ff2b7acae96a64b
Author: Dillon Walls <di...@slashdotmedia.com>
AuthorDate: Fri Apr 8 20:41:04 2022 +0000

    [#8246] Upgrade decorator 5.1.0 -> 5.1.1
---
 requirements.txt | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/requirements.txt b/requirements.txt
index 8d3f0436f..f84afde7d 100644
--- a/requirements.txt
+++ b/requirements.txt
@@ -32,7 +32,7 @@ cryptography==36.0.2
     # via -r requirements.in
 datadiff==2.0.0
     # via -r requirements.in
-decorator==5.1.0
+decorator==5.1.1
     # via -r requirements.in
 docutils==0.17.1
     # via pypeline


[allura] 15/24: [#8246] Upgrade python-magic 0.4.24 -> 0.4.25

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 c15626b33ddd2fdf52bbe26e952592573351e7b1
Author: Dillon Walls <di...@slashdotmedia.com>
AuthorDate: Fri Apr 8 20:52:40 2022 +0000

    [#8246] Upgrade python-magic 0.4.24 -> 0.4.25
---
 requirements.txt | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/requirements.txt b/requirements.txt
index 0526c1f3c..6b36f6e59 100644
--- a/requirements.txt
+++ b/requirements.txt
@@ -135,7 +135,7 @@ python-dateutil==2.8.0
     # via
     #   -r requirements.in
     #   easywidgets
-python-magic==0.4.24
+python-magic==0.4.25
     # via -r requirements.in
 python-oembed==0.2.4
     # via -r requirements.in


[allura] 11/24: [#8246] Upgrade Pillow 9.0.1 -> 9.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 9a563061f8f6d559db15e5f5489f0bc046b6170b
Author: Dillon Walls <di...@slashdotmedia.com>
AuthorDate: Fri Apr 8 20:49:15 2022 +0000

    [#8246] Upgrade Pillow 9.0.1 -> 9.1.0
---
 requirements.txt | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/requirements.txt b/requirements.txt
index 99ea86acb..ac3f1a01b 100644
--- a/requirements.txt
+++ b/requirements.txt
@@ -112,7 +112,7 @@ pastedeploy==2.1.1
     #   pastescript
 pastescript==3.2.1
     # via -r requirements.in
-pillow==9.0.1
+pillow==9.1.0
     # via -r requirements.in
 profanityfilter==2.0.6
     # via -r requirements.in


[allura] 16/24: [#8246] Upgrade qrcode 6.1 -> 7.3.1, and its deps: six

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 03c95cfbcb9cc74f06815fe31780dd01d6269f90
Author: Dillon Walls <di...@slashdotmedia.com>
AuthorDate: Fri Apr 8 20:55:26 2022 +0000

    [#8246] Upgrade qrcode 6.1 -> 7.3.1, and its deps: six
    
        qrcode                              6.1 -> 7.3.1
            six                          1.16.0 -> no upgrade
---
 requirements.txt | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/requirements.txt b/requirements.txt
index 6b36f6e59..aaa815011 100644
--- a/requirements.txt
+++ b/requirements.txt
@@ -144,7 +144,7 @@ pytz==2022.1
     #   -r requirements.in
     #   feedgenerator
     #   ming
-qrcode==6.1
+qrcode==7.3.1
     # via -r requirements.in
 regex==2022.3.2
     # via
@@ -178,7 +178,6 @@ six==1.16.0
     #   paste
     #   pastescript
     #   python-dateutil
-    #   qrcode
     #   webhelpers2
 smmap==5.0.0
     # via gitdb


[allura] 10/24: [#8246] Upgrade PasteScript 3.1.0 -> 3.2.1, and its deps: paste,setuptools,six,PasteDeploy,six

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 21a9f24c820b352fda9e2171ff202913e5f64f58
Author: Dillon Walls <di...@slashdotmedia.com>
AuthorDate: Fri Apr 8 20:47:57 2022 +0000

    [#8246] Upgrade PasteScript 3.1.0 -> 3.2.1, and its deps: paste,setuptools,six,PasteDeploy,six
    
        PasteScript                       3.1.0 -> 3.2.1
            paste                         3.5.0 -> no upgrade
                setuptools               44.0.0 -> skipped (OUTDATED! latest is: 62.0.0)
                six                      1.16.0 -> no upgrade
            PasteDeploy                   2.0.1 -> 2.1.1
            six                          1.16.0 -> no upgrade
---
 requirements.txt | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/requirements.txt b/requirements.txt
index 22b84244b..99ea86acb 100644
--- a/requirements.txt
+++ b/requirements.txt
@@ -110,7 +110,7 @@ pastedeploy==2.1.1
     # via
     #   -r requirements.in
     #   pastescript
-pastescript==3.1.0
+pastescript==3.2.1
     # via -r requirements.in
 pillow==9.0.1
     # via -r requirements.in


[allura] 13/24: [#8246] Upgrade Pypeline 0.5.3 -> no upgrade, and its deps: bleach,packaging,pyparsing,six,webencodings,html5lib,six,webencodings,Creoleparser,Genshi,six,markdown,importlib-metadata,typing-extensions,zipp,textile,html5lib,six,webencodings,six,docutils

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 ea003d816ffc0f7bc85bf1f00c6ba39d38b8ab41
Author: Dillon Walls <di...@slashdotmedia.com>
AuthorDate: Fri Apr 8 20:50:53 2022 +0000

    [#8246] Upgrade Pypeline 0.5.3 -> no upgrade, and its deps: bleach,packaging,pyparsing,six,webencodings,html5lib,six,webencodings,Creoleparser,Genshi,six,markdown,importlib-metadata,typing-extensions,zipp,textile,html5lib,six,webencodings,six,docutils
    
        Pypeline                          0.5.3 -> no upgrade
            bleach                        4.1.0 -> 5.0.0
                packaging                  21.0 -> 21.3
                    pyparsing             2.4.7 -> no upgrade (OUTDATED! latest is: 3.0.7)
                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.3 -> 0.7.6
                six                      1.16.0 -> no upgrade
            markdown                      3.3.6 -> no upgrade
                importlib-metadata       4.10.1 -> 4.11.3
                    typing-extensions   3.10.0.2 -> 4.1.1
                    zipp                  3.5.0 -> 3.8.0
            textile                       3.0.4 -> 4.0.2
                html5lib                    1.1 -> no upgrade
                    six                  1.16.0 -> no upgrade
                    webencodings          0.5.1 -> no upgrade
                six                      1.16.0 -> no upgrade
            docutils                     0.17.1 -> 0.18.1
---
 requirements.txt | 17 +++++++++--------
 1 file changed, 9 insertions(+), 8 deletions(-)

diff --git a/requirements.txt b/requirements.txt
index 8868a7bf6..809a7f7a7 100644
--- a/requirements.txt
+++ b/requirements.txt
@@ -12,7 +12,7 @@ beautifulsoup4==4.11.0
     # via
     #   -r requirements.in
     #   webtest
-bleach==4.1.0
+bleach==5.0.0
     # via pypeline
 cchardet==2.1.7
     # via -r requirements.in
@@ -34,7 +34,7 @@ datadiff==2.0.0
     # via -r requirements.in
 decorator==5.1.1
     # via -r requirements.in
-docutils==0.17.1
+docutils==0.18.1
     # via pypeline
 easywidgets==0.4
     # via -r requirements.in
@@ -50,7 +50,7 @@ formencode==2.0.1
     #   easywidgets
 future==0.17.1
     # via timermiddleware
-genshi==0.7.3
+genshi==0.7.6
     # via creoleparser
 gitdb==4.0.9
     # via gitpython
@@ -97,8 +97,7 @@ https://github.com/joestump/python-oauth2/archive/b94f69b1ad195513547924e380d926
     # via -r requirements.in
 oauthlib==3.0.2
     # via requests-oauthlib
-packaging==21.0
-    # via bleach
+packaging==21.3
 paginate==0.5.6
     # via -r requirements.in
 paste==3.5.0
@@ -151,7 +150,9 @@ pytz==2022.1
 qrcode==6.1
     # via -r requirements.in
 regex==2022.3.2
-    # via regex-as-re-globally
+    # via
+    #   regex-as-re-globally
+    #   textile
 regex-as-re-globally==0.0.2
     # via -r requirements.in
 repoze.lru==0.7
@@ -174,6 +175,7 @@ six==1.16.0
     #   creoleparser
     #   easywidgets
     #   formencode
+    #   genshi
     #   html5lib
     #   ming
     #   mock
@@ -181,7 +183,6 @@ six==1.16.0
     #   pastescript
     #   python-dateutil
     #   qrcode
-    #   textile
     #   webhelpers2
 smmap==5.0.0
     # via gitdb
@@ -189,7 +190,7 @@ soupsieve==2.3.2
     # via beautifulsoup4
 testfixtures==6.10.0
     # via -r requirements.in
-textile==3.0.4
+textile==4.0.2
     # via pypeline
 timermiddleware==0.6.0
     # via -r requirements.in


[allura] 02/24: [#8246] 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 c7095c5d1f674e5df72f3f88595e44c8303a6be2
Author: Dillon Walls <di...@slashdotmedia.com>
AuthorDate: Fri Apr 8 20:36:12 2022 +0000

    [#8246] Upgrade colander 1.8.3 -> no upgrade, and its deps: iso8601,setuptools,translationstring
    
        colander                          1.8.3 -> no upgrade
            iso8601                       1.0.2 -> no upgrade
            setuptools                   44.0.0 -> skipped (OUTDATED! latest is: 62.0.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 e973ef315..4b695e0de 100644
--- a/requirements.txt
+++ b/requirements.txt
@@ -71,7 +71,7 @@ importlib-metadata==4.8.3
     # via markdown
 inflection==0.5.1
     # via profanityfilter
-iso8601==0.1.16
+iso8601==1.0.2
     # via colander
 jinja2==3.1.1
     # via -r requirements.in


[allura] 09/24: [#8246] Upgrade PasteDeploy 2.0.1 -> 2.1.1

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 8f6f622a5d59c724e10d266b93a2c3562ba25a49
Author: Dillon Walls <di...@slashdotmedia.com>
AuthorDate: Fri Apr 8 20:47:22 2022 +0000

    [#8246] Upgrade PasteDeploy 2.0.1 -> 2.1.1
---
 requirements.txt | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/requirements.txt b/requirements.txt
index 95620ef9e..22b84244b 100644
--- a/requirements.txt
+++ b/requirements.txt
@@ -106,7 +106,7 @@ paste==3.5.0
     #   -r requirements.in
     #   easywidgets
     #   pastescript
-pastedeploy==2.0.1
+pastedeploy==2.1.1
     # via
     #   -r requirements.in
     #   pastescript