Skip to content

Commit

Permalink
Replace requests version
Browse files Browse the repository at this point in the history
  • Loading branch information
nbirillo committed Jul 12, 2023
1 parent 38baea8 commit c1136b5
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion data_collection/paddle.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ requirements:
- name: pandas
version: ==2.0.3
- name: requests
version: ==2.31.0
version: ==2.25.1
- name: dacite
version: ==1.8.1
dev:
Expand Down
2 changes: 1 addition & 1 deletion data_collection/requirements.txt
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
argparse==1.4.0
pandas==2.0.3
requests==2.31.0
requests==2.25.1
dacite==1.8.1
pytest==7.4.0
pytest-runner==6.0.0
Expand Down
2 changes: 1 addition & 1 deletion jba/paddle.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ requirements:
- name: python-dotenv
version: ==1.0.0
- name: requests
version: ==2.31.0
version: ==2.25.1
dev:
- name: pytest
version: ==7.4.0
Expand Down
2 changes: 1 addition & 1 deletion jba/requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ pandas==2.0.3
numpy==1.25.0
matplotlib==3.7.2
python-dotenv==1.0.0
requests==2.31.0
requests==2.25.1
pytest==7.4.0
pytest-runner==6.0.0
pytest-subtests==0.11.0

0 comments on commit c1136b5

Please sign in to comment.