File tree Expand file tree Collapse file tree 2 files changed +4
-0
lines changed Expand file tree Collapse file tree 2 files changed +4
-0
lines changed Original file line number Diff line number Diff line change 3030* Bumped `eventlet ` to `0.33.3 ` and `gunicorn ` to `21.2.0 ` to fix `RecursionError ` bug in setting `SSLContext ` `minimum_version ` property. #6061
3131 Contributed by @jk464
3232
33+ * Update version 3.1.15 of ``gitpython `` to 3.1.18 for py3.6 and to 3.1.37 for py3.8 (security). #6063
34+
3335Added
3436~~~~~
3537
Original file line number Diff line number Diff line change @@ -12,6 +12,8 @@ cryptography==39.0.1
1212# depend on rely
1313eventlet==0.33.3
1414flex==6.14.1
15+ # Note: installs gitpython==3.1.37 (security fixed) under py3.8 and gitpython==3.1.18 (latest available, vulnerable) under py3.6
16+ # TODO: Pin to 3.1.37 or higher after dropping python3.6 support
1517gitpython<=3.1.37
1618# Needed by gitpython, old versions used to bundle it
1719gitdb==4.0.2
You can’t perform that action at this time.
0 commit comments