Skip to content

Commit

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

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

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Nov 4, 2023
1 parent 8415183 commit c883a04
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==3.0.1",
"llama-index==0.8.59",
"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==3.0.1
llama-index==0.8.59
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==3.0.1
llama-index==0.8.59
pypdf==3.11.1
youtube_transcript_api==0.5.0
Expand Down

0 comments on commit c883a04

Please sign in to comment.