Spaces:
Running
Running
Jon Solow
commited on
Commit
·
79c1f5e
1
Parent(s):
0ca1e0b
Update gitpython to resolve CVE-2023-40590
Browse files- dev-requirements.txt +1 -1
- requirements.txt +1 -1
dev-requirements.txt
CHANGED
|
@@ -31,7 +31,7 @@ click==8.1.6
|
|
| 31 |
# streamlit
|
| 32 |
gitdb==4.0.10
|
| 33 |
# via gitpython
|
| 34 |
-
gitpython==3.1.
|
| 35 |
# via streamlit
|
| 36 |
h11==0.14.0
|
| 37 |
# via httpcore
|
|
|
|
| 31 |
# streamlit
|
| 32 |
gitdb==4.0.10
|
| 33 |
# via gitpython
|
| 34 |
+
gitpython==3.1.34
|
| 35 |
# via streamlit
|
| 36 |
h11==0.14.0
|
| 37 |
# via httpcore
|
requirements.txt
CHANGED
|
@@ -27,7 +27,7 @@ click==8.1.6
|
|
| 27 |
# via streamlit
|
| 28 |
gitdb==4.0.10
|
| 29 |
# via gitpython
|
| 30 |
-
gitpython==3.1.
|
| 31 |
# via streamlit
|
| 32 |
h11==0.14.0
|
| 33 |
# via httpcore
|
|
|
|
| 27 |
# via streamlit
|
| 28 |
gitdb==4.0.10
|
| 29 |
# via gitpython
|
| 30 |
+
gitpython==3.1.34
|
| 31 |
# via streamlit
|
| 32 |
h11==0.14.0
|
| 33 |
# via httpcore
|