Skip to content

Commit 301df37

Browse files
authored
Merge pull request #1734 from Trusted-AI/dependabot/pip/requests-approx-eq-2.28.0
Update requests requirement from ~=2.27.1 to ~=2.28.0
2 parents 99dd399 + 77f6944 commit 301df37

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

.github/workflows/ci-lingvo.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@ jobs:
4747
sudo apt-get update
4848
sudo apt-get -y -q install ffmpeg libavcodec-extra
4949
python -m pip install --upgrade pip setuptools wheel
50-
pip install -q -r <(sed '/^scipy/d;/^matplotlib/d;/^pandas/d;/^statsmodels/d;/^numba/d;/^jax/d;/^h5py/d;/^Pillow/d;/^pytest/d;/^pytest-mock/d;/^torch/d;/^torchaudio/d;/^torchvision/d;/^xgboost/d' requirements_test.txt)
50+
pip install -q -r <(sed '/^scipy/d;/^matplotlib/d;/^pandas/d;/^statsmodels/d;/^numba/d;/^jax/d;/^h5py/d;/^Pillow/d;/^pytest/d;/^pytest-mock/d;/^torch/d;/^torchaudio/d;/^torchvision/d;/^xgboost/d;/^requests/d' requirements_test.txt)
5151
pip install scipy==1.5.4
5252
pip install matplotlib==3.3.4
5353
pip install pandas==1.1.5
@@ -68,6 +68,7 @@ jobs:
6868
pip install torchaudio==0.10.2+cpu --find-links https://download.pytorch.org/whl/cpu/torch_stable.html
6969
pip install torchvision==0.11.3+cpu --find-links https://download.pytorch.org/whl/cpu/torch_stable.html
7070
pip install xgboost==1.5.2
71+
pip install requests==2.27.1
7172
pip list
7273
- name: Run ${{ matrix.name }} Tests
7374
run: ./run_tests.sh ${{ matrix.framework }}

requirements_test.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,7 @@ pytest-flake8~=1.1.1
5656
pytest-mock~=3.7.0
5757
pytest-cov~=3.0.0
5858
codecov~=2.1.12
59-
requests~=2.27.1
59+
requests~=2.28.0
6060

6161
# ART
6262
-e .

0 commit comments

Comments
 (0)