Skip to content

Commit

Permalink
Update dependency pypdf to v5.0.1
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Oct 7, 2024
1 parent 531e400 commit 8d29ce5
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion app/backend/requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -167,7 +167,7 @@ pydantic-settings==2.5.2
# via langchain-community
pygments==2.18.0
# via rich
pypdf==5.0.0
pypdf==5.0.1
# via mucgpt (pyproject.toml)
python-dotenv==1.0.1
# via
Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ dependencies = [
"langchain_openai",
"joserfc",
"tiktoken",
"pypdf==5",
"pypdf==5.0.1",
"gunicorn",
"uvicorn==0.31.0",
"psycopg2",
Expand Down
2 changes: 1 addition & 1 deletion requirements-dev.txt
Original file line number Diff line number Diff line change
Expand Up @@ -201,7 +201,7 @@ pydantic-settings==2.5.2
# via langchain-community
pygments==2.18.0
# via rich
pypdf==5.0.0
pypdf==5.0.1
# via mucgpt (pyproject.toml)
pytest==8.3.3
# via
Expand Down

0 comments on commit 8d29ce5

Please sign in to comment.