Skip to content

Commit

Permalink
Updating to latest versions
Browse files Browse the repository at this point in the history
  • Loading branch information
Filienko authored and ivan-c committed Dec 5, 2024
1 parent 97d0637 commit dbe4587
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 15 deletions.
12 changes: 6 additions & 6 deletions requirements.dev.txt
Original file line number Diff line number Diff line change
Expand Up @@ -29,12 +29,12 @@ flask-jwt-extended==4.6.0
flask-session==0.8.0
# via patientsearch (setup.cfg)
# pin to last hash of master, to remove requirement of freestanding JSON config file
git+https://github.com/puiterwijk/flask-oidc.git@b10e6bf881a3fe0c3972e4093648f2b77f32a97c
gunicorn==22.0.0
git+https://github.com/uwcirg/flask-oidc.git@ed4eb20#egg=flask-oidc
gunicorn==23.0.0
# via patientsearch (setup.cfg)
idna==3.7
# via requests
importlib-metadata==8.2.0
importlib-metadata==8.4.0
# via flask
iniconfig==2.0.0
# via pytest
Expand All @@ -56,7 +56,7 @@ packaging==24.1
# pytest
pluggy==1.5.0
# via pytest
pyjwt==2.8.0
pyjwt==2.9.0
# via flask-jwt-extended
pytest==8.3.2
# via
Expand All @@ -72,7 +72,7 @@ pytest-mock==3.14.0
# via patientsearch (setup.cfg)
python-json-logger==2.0.7
# via patientsearch (setup.cfg)
redis==5.0.7
redis==5.0.8
# via
# patientsearch (setup.cfg)
# redis-dict
Expand All @@ -89,5 +89,5 @@ werkzeug==3.0.3
# flask
# flask-jwt-extended
# pytest-flask
zipp==3.19.2
zipp==3.20.0
# via importlib-metadata
16 changes: 7 additions & 9 deletions requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -26,12 +26,12 @@ flask-jwt-extended==4.6.0
flask-session==0.8.0
# via patientsearch (setup.cfg)
# pin to last hash of master, to remove requirement of freestanding JSON config file
git+https://github.com/puiterwijk/flask-oidc.git@b10e6bf881a3fe0c3972e4093648f2b77f32a97c
gunicorn==22.0.0
git+https://github.com/uwcirg/flask-oidc.git@ed4eb20#egg=flask-oidc
gunicorn==23.0.0
# via patientsearch (setup.cfg)
idna==3.7
# via requests
importlib-metadata==8.2.0
importlib-metadata==8.4.0
# via flask
itsdangerous==2.2.0
# via flask
Expand All @@ -47,11 +47,11 @@ msgspec==0.18.6
# via flask-session
packaging==24.1
# via gunicorn
pyjwt==2.8.0
pyjwt==2.9.0
# via flask-jwt-extended
python-json-logger==2.0.7
# via patientsearch (setup.cfg)
redis==5.0.7
redis==5.0.8
# via
# patientsearch (setup.cfg)
# redis-dict
Expand All @@ -65,7 +65,5 @@ werkzeug==3.0.3
# via
# flask
# flask-jwt-extended
zipp==3.19.2
# via importlib-metadata
# pin to last hash of master, to remove requirement of freestanding JSON config file
git+https://github.com/uwcirg/flask-oidc.git@ed4eb20#egg=flask-oidc
zipp==3.20.0
# via importlib-metadata

0 comments on commit dbe4587

Please sign in to comment.