Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ boto3 = "^1.34.122"
botocore = "^1.34.122"
cramjam = "=2.10.0"
flask = "^3.1.1"
gitpython = "3.1.58"
gitpython = ">=3.1.59"
connexion = {version = "^3.3.0", extras = ["swagger-ui", "flask"]}
gunicorn = "^23.0.0"
peewee = "^3.18.1"
Expand Down
6 changes: 3 additions & 3 deletions requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -609,9 +609,9 @@ frozenlist==1.8.0 ; python_version >= "3.12" and python_version < "3.13" \
gitdb==4.0.12 ; python_version >= "3.12" and python_version < "3.13" \
--hash=sha256:5ef71f855d191a3326fcfbc0d5da835f26b13fbcba60c32c21091c349ffdb571 \
--hash=sha256:67073e15955400952c6565cc3e707c554a4eea2e428946f7a4c162fab9bd9bcf
gitpython==3.1.58 ; python_version >= "3.12" and python_version < "3.13" \
--hash=sha256:621416df10ef3fd0e19fabf9172ddeed0fa704d353d04f194eec56a625a95b22 \
--hash=sha256:d331e722577f0fd7fc1f857419b3ecc07af66282b933d2a4d95f84a042fdd50f
gitpython==3.1.62 ; python_version >= "3.12" and python_version < "3.13" \
--hash=sha256:1791de66309bc0c7cfca40bf8d2e3de7ca091cbf94e6051be1ad0722c61062af \
--hash=sha256:7002251225e10e29d2e1f49e6532613fe5d5d9f0b6f1f02997a52b38fe56899e
gunicorn==23.0.0 ; python_version >= "3.12" and python_version < "3.13" \
--hash=sha256:ec400d38950de4dfd418cff8328b2c8faed0edb0d517d3394e457c317908ca4d \
--hash=sha256:f014447a0101dc57e294f6c18ca6b40227a4c90e9bdb586042628030cba004ec
Expand Down
Loading