Skip to content

Commit

Permalink
use requests 2.31.0 as well for apps and rstudio
Browse files Browse the repository at this point in the history
  • Loading branch information
jwijffels committed Jan 24, 2025
1 parent 11100b3 commit 63e97b8
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
4 changes: 3 additions & 1 deletion anonymization/requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -16,4 +16,6 @@ prefect-dask
faker==24.0.0
dateparser==1.2.0
babel==2.14.0
python-dotenv==1.0.1
python-dotenv==1.0.1
## In order to connect with Python client to docker correctly
requests==2.31.0
2 changes: 2 additions & 0 deletions development/rstudio/requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -19,5 +19,7 @@ faker==24.0.0
dateparser==1.2.0
babel==2.14.0
python-dotenv==1.0.1
## In order to connect with Python client to docker correctly
requests==2.31.0
## Frontend
shiny>=0.9.0

0 comments on commit 63e97b8

Please sign in to comment.