Skip to content

Commit

Permalink
build(deps): bump werkzeug
Browse files Browse the repository at this point in the history
Bumps [werkzeug](https://github.com/pallets/werkzeug) from 2.3.6 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.3.6...3.0.1)

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

[skip ci]

Co-authored-by: Peter Somogyvari <[email protected]>

Signed-off-by: dependabot[bot] <[email protected]>
Signed-off-by: Peter Somogyvari <[email protected]>
  • Loading branch information
dependabot[bot] authored and petermetz committed Nov 2, 2023
1 parent c5d2aff commit 63e5702
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion packages-python/cactus_validator_socketio_indy/setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -82,7 +82,7 @@
'python3-indy==1.16.0',
'PyYAML==5.4.1',
'six==1.16.0',
'Werkzeug==2.3.6',
'Werkzeug==3.0.1',
'zipp==3.16.2'
],
classifiers=[
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -20,5 +20,5 @@ python-socketio==5.8.0
python3-indy==1.16.0
PyYAML==5.4.1
six==1.16.0
Werkzeug==2.3.6
Werkzeug==3.0.1
zipp==3.16.2

0 comments on commit 63e5702

Please sign in to comment.