diff options
| author | dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> | 2023-10-25 19:38:30 +0000 |
|---|---|---|
| committer | GitHub <[email protected]> | 2023-10-25 19:38:30 +0000 |
| commit | e06bf99d4f7f918656e1e6b3289b83f7048ddec8 (patch) | |
| tree | 174cf6e6084f8be9bb21941d60c01864eb2a7c7f | |
| parent | feat(hayai): raise max content length (diff) | |
| download | hayai-dependabot/pip/werkzeug-3.0.1.tar.xz hayai-dependabot/pip/werkzeug-3.0.1.zip | |
build(deps): bump werkzeug from 2.3.2 to 3.0.1dependabot/pip/werkzeug-3.0.1
Bumps [werkzeug](https://github.com/pallets/werkzeug) from 2.3.2 to 3.0.1.
- [Release notes](https://github.com/pallets/werkzeug/releases)
- [Changelog](https://github.com/pallets/werkzeug/blob/main/CHANGES.rst)
- [Commits](https://github.com/pallets/werkzeug/compare/2.3.2...3.0.1)
---
updated-dependencies:
- dependency-name: werkzeug
dependency-type: direct:production
...
Signed-off-by: dependabot[bot] <[email protected]>
| -rw-r--r-- | requirements.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/requirements.txt b/requirements.txt index 9e7baf6..a01f81e 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,2 +1,2 @@ Flask==2.2.5 -Werkzeug==2.3.2 +Werkzeug==3.0.1 |