Skip to content

Commit

Permalink
Updating Flask and Werkzeug dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
questionlp committed Feb 16, 2023
1 parent 1149cd5 commit b0f3103
Show file tree
Hide file tree
Showing 4 changed files with 12 additions and 5 deletions.
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# Changes

## 5.2.2

### Component Changes

- Upgrade Flask from 2.2.2 to 2.2.3
- Upgrade Werkzeug from 2.2.2 to 2.2.3 to fix a security vulnerability

## 5.2.1

### Other Changes
Expand Down
2 changes: 1 addition & 1 deletion app/version.py
Original file line number Diff line number Diff line change
Expand Up @@ -4,4 +4,4 @@
# Copyright (c) 2018-2023 Linh Pham
# stats.wwdt.me is released under the terms of the Apache License 2.0
"""Application Version for Wait Wait Stats Page"""
APP_VERSION = "5.2.1"
APP_VERSION = "5.2.2"
4 changes: 2 additions & 2 deletions requirements-dev.txt
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,8 @@ pytest==7.2.0
black==22.10.0

python-dateutil==2.8.2
Flask==2.2.2
Werkzeug==2.2.2
Flask==2.2.3
Werkzeug==2.2.3
gunicorn==20.1.0
Markdown==3.4.1

Expand Down
4 changes: 2 additions & 2 deletions requirements.txt
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
python-dateutil==2.8.2
Flask==2.2.2
Werkzeug==2.2.2
Flask==2.2.3
Werkzeug==2.2.3
gunicorn==20.1.0
Markdown==3.4.1

Expand Down

0 comments on commit b0f3103

Please sign in to comment.