Skip to content

Commit

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

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

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Oct 25, 2024
1 parent 0e3de16 commit b0a433a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -86,4 +86,4 @@ tzdata==2024.2
urllib3==2.2.3
wcwidth==0.2.13
websocket-client==1.8.0
Werkzeug==2.0.2
Werkzeug==3.0.6
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
"Flask-SocketIO==4.3.2", # Flask client-server communication; see #772
"psutil==5.9.6", # Process management
"python-socketio[client]<5,>=4.3.0", # SocketIO Python client; see #772
"Werkzeug==2.0.2", # See #903
"Werkzeug==3.0.6", # See #903
"dnspython==2.4.2", # Avoids potential eventlet version mismatch
]
extras_black = ["black"]
Expand Down

0 comments on commit b0a433a

Please sign in to comment.