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 a394892eea493ed58e16be019f7f81b6a687d8f7 Author: Guillermo Cruz <[email protected]> AuthorDate: Wed Feb 12 17:48:52 2025 +0000 [#8575] Upgrade ActivityStream 0.5.0 -> no upgrade, and its deps: pymongo,dnspython ActivityStream 0.5.0 -> no upgrade pymongo 4.11 -> 4.10.1 (OUTDATED! latest is: 4.11.1) dnspython 2.7.0 -> no upgrade --- requirements.txt | 17 ++--------------- 1 file changed, 2 insertions(+), 15 deletions(-) diff --git a/requirements.txt b/requirements.txt index d2fb2a199..c80b892e6 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,5 +1,5 @@ # -# This file is autogenerated by pip-compile with Python 3.9 +# This file is autogenerated by pip-compile with Python 3.11 # by the following command: # # pip-compile @@ -37,7 +37,6 @@ certifi==2025.1.31 # via # httpcore # httpx - # pymongo # requests cffi==1.17.1 # via @@ -74,10 +73,6 @@ easywidgets==0.4.2 # via -r requirements.in emoji==2.14.1 # via -r requirements.in -exceptiongroup==1.2.2 - # via - # anyio - # pytest execnet==2.0.2 # via pytest-xdist faust-cchardet==2.1.19 @@ -117,8 +112,6 @@ idna==3.10 # anyio # httpx # requests -importlib-metadata==8.6.1 - # via markdown inflection==0.5.1 # via profanityfilter iniconfig==2.0.0 @@ -295,16 +288,12 @@ timermiddleware==0.6.3 # via -r requirements.in tinycss2==1.1.1 # via bleach -tomli==2.2.1 - # via pytest translationstring==1.4 # via colander turbogears2==2.4.3 # via -r requirements.in typing-extensions==4.12.2 - # via - # anyio - # beautifulsoup4 + # via beautifulsoup4 urllib3==1.26.20 # via # botocore @@ -333,8 +322,6 @@ werkzeug==3.1.3 # via -r requirements.in wrapt==1.17.2 # via -r requirements.in -zipp==3.21.0 - # via importlib-metadata # The following packages are considered to be unsafe in a requirements file: # setuptools
