This is an automated email from the ASF dual-hosted git repository. kentontaylor pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/allura.git
commit c5eb829e512ce036c1ec1b22ec3e70b4164ee00f Author: Dave Brondsema <[email protected]> AuthorDate: Thu Oct 10 16:34:27 2024 -0400 regnerate requirements on py3.9 env --- requirements.txt | 18 +++++++++++++++--- 1 file changed, 15 insertions(+), 3 deletions(-) diff --git a/requirements.txt b/requirements.txt index 01a0ac65d..55fae2518 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 @@ -68,6 +68,10 @@ easywidgets==0.4.1 # via -r requirements.in emoji==2.11.0 # via -r requirements.in +exceptiongroup==1.2.2 + # via + # anyio + # pytest execnet==2.0.2 # via pytest-xdist faust-cchardet==2.1.19 @@ -108,6 +112,8 @@ idna==3.7 # anyio # httpx # requests +importlib-metadata==8.5.0 + # via markdown inflection==0.5.1 # via profanityfilter iniconfig==2.0.0 @@ -279,13 +285,17 @@ timermiddleware==0.6.3 # via -r requirements.in tinycss2==1.1.1 # via bleach +tomli==2.0.2 + # via pytest translationstring==1.4 # via colander turbogears2==2.4.3 # via -r requirements.in typing-extensions==4.9.0 - # via qrcode -urllib3==2.2.2 + # via + # anyio + # qrcode +urllib3==1.26.20 # via # botocore # requests @@ -313,6 +323,8 @@ werkzeug==3.0.3 # via -r requirements.in wrapt==1.16.0 # via -r requirements.in +zipp==3.20.2 + # via importlib-metadata # The following packages are considered to be unsafe in a requirements file: # setuptools
