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 172a65a022fe4223e181df3a11ab08fe066187c4 Author: Dave Brondsema <[email protected]> AuthorDate: Wed Feb 12 17:19:36 2025 -0500 [#8575] rebuild requirements.txt with python 3.9 --- requirements.txt | 17 +++++++++++++++-- 1 file changed, 15 insertions(+), 2 deletions(-) diff --git a/requirements.txt b/requirements.txt index e46961b7f..824c08cc6 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,5 +1,5 @@ # -# This file is autogenerated by pip-compile with Python 3.11 +# This file is autogenerated by pip-compile with Python 3.9 # by the following command: # # pip-compile @@ -37,6 +37,7 @@ certifi==2025.1.31 # via # httpcore # httpx + # pymongo # requests cffi==1.17.1 # via @@ -73,6 +74,10 @@ 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 @@ -112,6 +117,8 @@ idna==3.10 # anyio # httpx # requests +importlib-metadata==8.6.1 + # via markdown inflection==0.5.1 # via profanityfilter iniconfig==2.0.0 @@ -288,12 +295,16 @@ 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 beautifulsoup4 + # via + # anyio + # beautifulsoup4 urllib3==1.26.20 # via # botocore @@ -322,6 +333,8 @@ 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
