Skip to content

Commit

Permalink
Merge pull request #231 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 c489375 + 542b20f commit 11cf327
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 13 deletions.
16 changes: 6 additions & 10 deletions requirements/base.txt
Original file line number Diff line number Diff line change
@@ -1,13 +1,9 @@
urllib3<2
Flask==1.1.4
Flask-RESTful==0.3.9
docker==6.0.1
openshift==0.12.0
kubernetes==12.0.1
Flask==2.3.3
Flask-RESTful==0.3.10
docker==6.1.3
openshift==0.13.2
kubernetes==27.2.0
python-keystoneclient==4.2.0
environs==9.3.2
environs==9.5.0
cromwell-tools==2.4.1
pyserde==0.6.0

# https://github.com/pallets/markupsafe/issues/284
markupsafe>=1.1.1,<2.1.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==2020.1
pudb==2022.1.3

pytest~=7.1.2
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 11cf327

Please sign in to comment.