Skip to content

Commit f264016

Browse files
Bump werkzeug from 1.0.1 to 2.1.2
Bumps [werkzeug](https://github.com/pallets/werkzeug) from 1.0.1 to 2.1.2. - [Release notes](https://github.com/pallets/werkzeug/releases) - [Changelog](https://github.com/pallets/werkzeug/blob/main/CHANGES.rst) - [Commits](pallets/werkzeug@1.0.1...2.1.2) --- updated-dependencies: - dependency-name: werkzeug dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent 28ec53a commit f264016

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

requirements.txt

+1-1
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ flask-migrate==3.1.0
1919
flask-script==2.0.6
2020
email_validator
2121
gitdb==4.0.9
22-
Werkzeug==1.0.1
22+
Werkzeug==2.1.2
2323
WTForms==2.3.3
2424
MarkupSafe<=2.0.1
2525
jinja2==3.0.2

test-requirements.txt

+1-1
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,6 @@ pydocstyle==6.0.0
55
dodgy==0.2.1
66
isort==5.10.1
77
mypy==0.960
8-
Werkzeug==1.0.1
8+
Werkzeug==2.1.2
99
Flask-Testing==0.8.1
1010
blinker==1.4

0 commit comments

Comments
 (0)