Skip to content

Commit 0ff2d0b

Browse files
Bump werkzeug from 0.14.1 to 0.15.3
Bumps [werkzeug](https://github.com/pallets/werkzeug) from 0.14.1 to 0.15.3. - [Release notes](https://github.com/pallets/werkzeug/releases) - [Changelog](https://github.com/pallets/werkzeug/blob/master/CHANGES.rst) - [Commits](pallets/werkzeug@0.14.1...0.15.3) Signed-off-by: dependabot[bot] <[email protected]>
1 parent 4cd0fb1 commit 0ff2d0b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -76,7 +76,7 @@ def run_tests(self):
7676
'redis==2.10.6',
7777
'sqlparse==0.2.2',
7878
'timeside>=0.7',
79-
'Werkzeug==0.14.1',
79+
'Werkzeug==0.15.3',
8080
'zipstream==1.1.4',
8181
],
8282
tests_require=['pytest-django', 'pytest-cov', 'factory-boy'],

0 commit comments

Comments
 (0)