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 44fda66f4 avoid error in audit-logging if a tool is missing an option 
field
     new 78272ba20 [#8575] Upgrade beautifulsoup4 4.12.3 -> 4.13.3, and its 
deps: soupsieve
     new fb60bbf2a [#8575] Upgrade beaker-session-jwt 1.0.2 -> no upgrade, and 
its deps: Beaker,joserfc,cryptography,cffi,pycparser,pymongo,dnspython
     new 707d53f91 [#8575] Upgrade EasyWidgets 0.4.2 -> no upgrade, and its 
deps: FormEncode,MarkupSafe,Paste,setuptools,python-dateutil,six,six,WebOb
     new b5117a531 [#8575] Upgrade emoji 2.14.0 -> 2.14.1
     new 5d94aa968 [#8575] Upgrade feedgenerator 2.1.0 -> no upgrade, and its 
deps: pytz
     new 9817c5e01 [#8575] Upgrade GitPython 3.1.43 -> 3.1.44, and its deps: 
gitdb,smmap
     new c4ddb4f1b [#8575] Upgrade PasteScript 3.6.0 -> 3.7.0, and its deps: 
Paste,setuptools,PasteDeploy,setuptools
     new 50070f02a [#8575] Upgrade pillow 11.0.0 -> 11.1.0
     new 037f7ef9a [#8575] Upgrade profanityfilter 2.0.6 -> 2.1.0, and its 
deps: inflection
     new 6a5f0a9df [#8575] Upgrade Pygments 2.18.0 -> 2.19.1
     new db7bc0f2f [#8575] Upgrade Pypeline 0.7.0 -> no upgrade, and its deps: 
bleach,webencodings,html5lib,six,webencodings,Creoleparser,Genshi,six,six,Markdown,textile,nh3,regex,docutils
     new b5fd832ba [#8575] Upgrade pysolr 3.10.0 -> no upgrade, and its deps: 
requests,certifi,charset-normalizer,idna,urllib3,setuptools
     new 02a277429 [#8575] Upgrade setproctitle 1.3.3 -> 1.3.4
     new b0e1a7466 [#8575] Upgrade Werkzeug 3.1.2 -> 3.1.3, and its deps: 
MarkupSafe
     new d93f46f8b [#8575] Upgrade wrapt 1.16.0 -> 1.17.2
     new 7c0bfb76f [#8575] Upgrade ruff 0.7.2 -> 0.9.5 (OUTDATED! latest is: 
0.9.4)
     new 213ba7043 [#8575] Upgrade WebTest 3.0.1 -> 3.0.4, and its deps: 
beautifulsoup4,soupsieve,waitress,WebOb
     new daf1b0296 [#8575] Upgrade pytest 8.3.3 -> 8.3.4, and its deps: 
iniconfig,packaging,pluggy
     new ce21bfdbd [#8575] Upgrade pre_commit 4.0.1 -> 4.1.0, and its deps: 
cfgv,identify,nodeenv,PyYAML,virtualenv,distlib,filelock,platformdirs
     new fb1a06460 [#8575] updated pre-commit version in config file
     new afe2f56f7 [#8575] added new packages pyasynchat and aiosmtp
     new dd16f34f2 [#8575] regenerated requirements file with Python 3.9
     new 83b3886bd [#8575] replacing Beutifulsoup func findAll with find_all
     new bc7a76982 [#8575] code update to prevent lint errors for extracting 
value from dictionary without calling .items()
     new a394892ee [#8575] Upgrade ActivityStream 0.5.0 -> no upgrade, and its 
deps: pymongo,dnspython
     new dce059da1 [#8575] Upgrade beaker-session-jwt 1.0.2 -> no upgrade, and 
its deps: Beaker,joserfc,cryptography,cffi,pycparser,pymongo,dnspython
     new 36aafbd3b [#8575] Upgrade lxml 5.3.0 -> 5.3.1
     new f61b665b9 [#8575] Upgrade ruff 0.9.5 -> 0.9.6
     new 3bba6b079 [#8575] Upgrade pre_commit 4.1.0 -> no upgrade, and its 
deps: cfgv,identify,nodeenv,PyYAML,virtualenv,distlib,filelock,platformdirs
     new d50f209ef [#8575] pre-commit version sync
     new 172a65a02 [#8575] rebuild requirements.txt with python 3.9
     new fd1c56ed8 [#8575] upgrade pymongo and pymongocrypt

The 32 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:
 .pre-commit-config.yaml                            |  2 +-
 Allura/allura/lib/markdown_extensions.py           |  4 +-
 Allura/allura/model/stats.py                       |  4 +-
 Allura/allura/scripts/trac_export.py               |  6 +-
 Allura/allura/tests/functional/test_admin.py       | 84 +++++++++----------
 Allura/allura/tests/functional/test_auth.py        |  6 +-
 Allura/allura/tests/functional/test_discuss.py     | 28 +++----
 Allura/allura/tests/functional/test_home.py        |  8 +-
 Allura/allura/tests/functional/test_nav.py         | 10 +--
 .../tests/functional/test_personal_dashboard.py    |  2 +-
 Allura/allura/tests/functional/test_root.py        | 32 +++----
 Allura/allura/tests/functional/test_site_admin.py  | 40 ++++-----
 .../allura/tests/functional/test_user_profile.py   |  2 +-
 Allura/allura/tests/test_webhooks.py               |  4 +-
 AlluraTest/alluratest/controller.py                |  2 +-
 .../forgeactivity/tests/functional/test_root.py    |  2 +-
 .../forgediscussion/tests/functional/test_forum.py | 72 ++++++++--------
 .../tests/functional/test_forum_admin.py           | 14 ++--
 .../tests/functional/test_import.py                |  6 +-
 .../forgediscussion/tests/functional/test_rest.py  |  2 +-
 .../forgegit/tests/functional/test_controllers.py  | 30 +++----
 ForgeImporters/forgeimporters/github/wiki.py       |  2 +-
 .../forgesvn/tests/functional/test_controllers.py  |  6 +-
 .../forgetracker/tests/functional/test_root.py     | 92 ++++++++++----------
 ForgeWiki/forgewiki/converters.py                  |  2 +-
 ForgeWiki/forgewiki/tests/functional/test_root.py  |  8 +-
 requirements.in                                    |  2 +
 requirements.txt                                   | 97 ++++++++++++----------
 28 files changed, 292 insertions(+), 277 deletions(-)

Reply via email to