This is an automated email from the ASF dual-hosted git repository. dill0wn pushed a commit to branch dw/8565 in repository https://gitbox.apache.org/repos/asf/allura.git
commit ee505d38b2ea59de4c18395ac7fe383b51b2b447 Author: Dillon Walls <[email protected]> AuthorDate: Thu Aug 1 19:59:47 2024 +0000 [#8565] Upgrade Ming 0.13.0 -> 0.14.0, and its deps: pymongo,pytz Ming 0.13.0 -> 0.14.0 pymongo 3.13.0 -> 4.8.0 pytz 2024.1 -> no upgrade --- requirements.txt | 15 +++++++-------- 1 file changed, 7 insertions(+), 8 deletions(-) diff --git a/requirements.txt b/requirements.txt index be44e8c04..579110ef7 100644 --- a/requirements.txt +++ b/requirements.txt @@ -17,9 +17,7 @@ beautifulsoup4==4.12.3 # -r requirements.in # webtest bleach[css]==6.1.0 - # via - # bleach - # pypeline + # via pypeline certifi==2024.7.4 # via requests cffi==1.16.0 @@ -44,6 +42,8 @@ diff-match-patch==20230430 # via sxsdiff distlib==0.3.8 # via virtualenv +dnspython==2.6.1 + # via pymongo docutils==0.20.1 # via # -r requirements.in @@ -108,7 +108,7 @@ markupsafe==2.1.5 # turbogears2 # webhelpers2 # werkzeug -ming==0.13.0 +ming==0.14.0 # via -r requirements.in mock==5.1.0 # via -r requirements.in @@ -142,16 +142,15 @@ platformdirs==4.2.0 # via virtualenv pluggy==1.4.0 # via pytest -pre-commit==3.5.0 ; python_version < "3.9" -# via -r requirements.in pre-commit==3.7.0 ; python_version >= "3.9" + # via -r requirements.in profanityfilter==2.0.6 # via -r requirements.in pycparser==2.22 # via cffi pygments==2.17.2 # via -r requirements.in -pymongo==3.13.0 +pymongo==4.8.0 # via # -r requirements.in # activitystream @@ -180,7 +179,7 @@ python-magic==0.4.27 # via -r requirements.in python-oembed==0.2.4 # via -r requirements.in -pytz==2023.3.post1 +pytz==2024.1 # via # -r requirements.in # feedgenerator
