Skip to content

Commit

Permalink
Bump werkzeug from 2.2.2 to 2.3.8
Browse files Browse the repository at this point in the history
Bumps [werkzeug](https://github.com/pallets/werkzeug) from 2.2.2 to 2.3.8.
- [Release notes](https://github.com/pallets/werkzeug/releases)
- [Changelog](https://github.com/pallets/werkzeug/blob/main/CHANGES.rst)
- [Commits](pallets/werkzeug@2.2.2...2.3.8)

---
updated-dependencies:
- dependency-name: werkzeug
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Nov 14, 2023
1 parent a50ae56 commit 9a5e429
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ dependencies = [
"sqlitedict==2.1.0",
"backoff==2.2.1",
"flask==2.2.3",
"werkzeug==2.2.2",
"werkzeug==2.3.8",
"llama-index==0.8.69.post1",
"pypdf==3.11.1",
"youtube_transcript_api==0.5.0",
Expand Down
2 changes: 1 addition & 1 deletion requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ pinecone-client==2.1.0
sqlitedict==2.1.0
backoff==2.2.1
flask==2.2.3
werkzeug==2.2.2
werkzeug==2.3.8
llama-index==0.8.69.post1
pypdf==3.11.1
youtube_transcript_api==0.5.0
Expand Down
2 changes: 1 addition & 1 deletion requirements_base.txt
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ pinecone-client==2.1.0
sqlitedict==2.1.0
backoff==2.2.1
flask==2.2.3
werkzeug==2.2.2
werkzeug==2.3.8
llama-index==0.8.69.post1
pypdf==3.11.1
youtube_transcript_api==0.5.0
Expand Down

0 comments on commit 9a5e429

Please sign in to comment.