chore: bump gitpython to 3.1.30 (#19446)

This commit is contained in:
Sagar Vora 2023-01-01 10:30:11 +00:00 committed by GitHub
parent 5e5f77b89d
commit 0e40dff4d7
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 2 additions and 2 deletions

View file

@ -83,4 +83,4 @@ jobs:
- uses: actions/checkout@v3
- run: |
pip install pip-audit
pip-audit ${GITHUB_WORKSPACE} --ignore-vuln GHSA-hcpj-qp55-gfph
pip-audit ${GITHUB_WORKSPACE}

View file

@ -12,7 +12,7 @@ dependencies = [
"Babel~=2.9.0",
"Click~=8.1.3",
"filelock~=3.8.0",
"GitPython~=3.1.14",
"GitPython~=3.1.30",
"Jinja2~=3.1.2",
"Pillow~=9.3.0",
"PyJWT~=2.4.0",