chore: bump gitpython to 3.1.30 (#19446)
This commit is contained in:
parent
5e5f77b89d
commit
0e40dff4d7
2 changed files with 2 additions and 2 deletions
2
.github/workflows/linters.yml
vendored
2
.github/workflows/linters.yml
vendored
|
|
@ -83,4 +83,4 @@ jobs:
|
||||||
- uses: actions/checkout@v3
|
- uses: actions/checkout@v3
|
||||||
- run: |
|
- run: |
|
||||||
pip install pip-audit
|
pip install pip-audit
|
||||||
pip-audit ${GITHUB_WORKSPACE} --ignore-vuln GHSA-hcpj-qp55-gfph
|
pip-audit ${GITHUB_WORKSPACE}
|
||||||
|
|
|
||||||
|
|
@ -12,7 +12,7 @@ dependencies = [
|
||||||
"Babel~=2.9.0",
|
"Babel~=2.9.0",
|
||||||
"Click~=8.1.3",
|
"Click~=8.1.3",
|
||||||
"filelock~=3.8.0",
|
"filelock~=3.8.0",
|
||||||
"GitPython~=3.1.14",
|
"GitPython~=3.1.30",
|
||||||
"Jinja2~=3.1.2",
|
"Jinja2~=3.1.2",
|
||||||
"Pillow~=9.3.0",
|
"Pillow~=9.3.0",
|
||||||
"PyJWT~=2.4.0",
|
"PyJWT~=2.4.0",
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue