-
Notifications
You must be signed in to change notification settings - Fork 26
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Update dev and prod application application servers to the latest ver…
…sions
- Loading branch information
1 parent
6ecd0c0
commit 348ba43
Showing
3 changed files
with
8 additions
and
8 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,8 +1,8 @@ | ||
Flask==2.2.2 | ||
Flask-RESTful==0.3.9 | ||
requests==2.28.1 | ||
Flask==2.3.3 | ||
Flask-RESTful==0.3.10 | ||
requests==2.31.0 | ||
keystoneauth1==4.3.1 | ||
python-keystoneclient==4.2.0 | ||
python-swiftclient==4.1.0 | ||
PyJWT==2.5.0 | ||
python-swiftclient==4.4.0 | ||
PyJWT===2.8.0 | ||
environs==9.5.0 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
# Local development dependencies go here | ||
|
||
-r base.txt | ||
pudb==2022.1.2 | ||
pudb==2022.1.3 | ||
|
||
pytest~=7.1.3 | ||
pytest~=7.4.2 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -3,4 +3,4 @@ | |
|
||
-r base.txt # includes the base.txt requirements | ||
|
||
gunicorn~=20.1.0 | ||
gunicorn~=21.2.0 |