Skip to content

Commit

Permalink
Merge pull request #17 from questionlp/develop
Browse files Browse the repository at this point in the history
Updating Flask and Werkzeug dependencies
  • Loading branch information
questionlp authored Feb 16, 2023
2 parents 7e5adc2 + 2f00790 commit 1faf3fa
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

## 2.2.3

### 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

## 2.2.2

### Component Changes
Expand Down
2 changes: 1 addition & 1 deletion app/version.py
Original file line number Diff line number Diff line change
Expand Up @@ -5,4 +5,4 @@
# graphs.wwdt.me is released under the terms of the Apache License 2.0
"""Application Version for Wait Wait Graphs Site"""

APP_VERSION = "2.2.1"
APP_VERSION = "2.2.3"
4 changes: 2 additions & 2 deletions requirements-dev.txt
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,8 @@ pycodestyle==2.9.1
pytest==7.2.0
black==22.10.0

Flask==2.2.2
Werkzeug==2.2.2
Flask==2.2.3
Werkzeug==2.2.3
gunicorn==20.1.0

wwdtm==2.0.8
4 changes: 2 additions & 2 deletions requirements.txt
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
Flask==2.2.2
Werkzeug==2.2.2
Flask==2.2.3
Werkzeug==2.2.3
gunicorn==20.1.0

wwdtm==2.0.8

0 comments on commit 1faf3fa

Please sign in to comment.