Skip to content

Commit

Permalink
Merge pull request #19 from questionlp/develop
Browse files Browse the repository at this point in the history
Bump versions of Flask, pytz and wwdtm
  • Loading branch information
questionlp authored Apr 7, 2022
2 parents a874409 + b4a4c42 commit 5853af4
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 7 deletions.
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-2022 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.0.2"
APP_VERSION = "5.0.3"
6 changes: 3 additions & 3 deletions requirements-dev.txt
Original file line number Diff line number Diff line change
Expand Up @@ -3,9 +3,9 @@ pycodestyle==2.8.0
pytest==6.2.5
black==22.1.0

Flask==2.0.2
pytz==2021.3
Flask==2.1.1
pytz==2022.1
gunicorn==20.1.0
Markdown==3.3.6

wwdtm>=2.0.2
wwdtm==2.0.5
6 changes: 3 additions & 3 deletions requirements.txt
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
Flask==2.0.2
pytz==2021.3
Flask==2.1.1
pytz==2022.1
gunicorn==20.1.0
Markdown==3.3.6

wwdtm>=2.0.2
wwdtm==2.0.5

0 comments on commit 5853af4

Please sign in to comment.