Skip to content

Commit 8d4d16a

Browse files
committed
Add a Changelog for #6063
1 parent 4d729f9 commit 8d4d16a

File tree

2 files changed

+4
-0
lines changed

2 files changed

+4
-0
lines changed

CHANGELOG.rst

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -30,6 +30,8 @@ Fixed
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+
3335
Added
3436
~~~~~
3537

fixed-requirements.txt

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,8 @@ cryptography==39.0.1
1212
# depend on rely
1313
eventlet==0.33.3
1414
flex==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
1517
gitpython<=3.1.37
1618
# Needed by gitpython, old versions used to bundle it
1719
gitdb==4.0.2

0 commit comments

Comments
 (0)