Skip to content

Commit

Permalink
chore(deps): update dependency gitpython to v3.1.41
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] committed Jan 27, 2024
1 parent d801450 commit f0fc9fa
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Pipfile
Expand Up @@ -7,7 +7,7 @@ name = "pypi"
langchain = "==0.0.341"
litellm = "==1.7.7"
openai = "==1.1.1"
gitpython = "==3.1.36"
gitpython = "==3.1.41"
pdf2image = "==1.16.3"
nest-asyncio = "==1.5.6"
pypdf = "==3.9.0"
Expand Down
2 changes: 1 addition & 1 deletion backend/requirements.txt
Expand Up @@ -47,7 +47,7 @@ flower==2.0.1; python_version >= '3.7'
frozenlist==1.4.1; python_version >= '3.8'
fsspec==2023.12.2; python_version >= '3.8'
gitdb==4.0.11; python_version >= '3.7'
gitpython==3.1.36; python_version >= '3.7'
gitpython==3.1.41; python_version >= '3.7'
gotrue==1.3.1; python_version >= '3.8' and python_version < '4.0'
h11==0.14.0; python_version >= '3.7'
html5lib==1.1; python_version >= '2.7' and python_version not in '3.0, 3.1, 3.2, 3.3, 3.4'
Expand Down

0 comments on commit f0fc9fa

Please sign in to comment.