Skip to content

Commit

Permalink
Merge pull request #141 from jbernal0019/master
Browse files Browse the repository at this point in the history
Update dev and prod application servers to the latest versions
  • Loading branch information
jbernal0019 committed Sep 14, 2023
2 parents 6ecd0c0 + 348ba43 commit 91258b0
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 8 deletions.
10 changes: 5 additions & 5 deletions requirements/base.txt
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
4 changes: 2 additions & 2 deletions requirements/local.txt
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
2 changes: 1 addition & 1 deletion requirements/production.txt
Original file line number Diff line number Diff line change
Expand Up @@ -3,4 +3,4 @@

-r base.txt # includes the base.txt requirements

gunicorn~=20.1.0
gunicorn~=21.2.0

0 comments on commit 91258b0

Please sign in to comment.