Skip to content

Commit 87fd213

Browse files
authored
Merge pull request #2498 from Trusted-AI/dependabot/pip/requests-approx-eq-2.32.3
Update requests requirement from ~=2.31.0 to ~=2.32.3
2 parents a1e53ba + 06b56ab commit 87fd213

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

.github/workflows/ci-tensorflow-v1.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@ jobs:
4848
sudo apt-get update
4949
sudo apt-get -y -q install ffmpeg libavcodec-extra
5050
python -m pip install --upgrade pip setuptools wheel
51-
pip install -q -r <(sed '/^pandas/d;/^scipy/d;/^matplotlib/d;/^xgboost/d;/^tensorflow/d;/^keras/d;/^jax/d;/^torch/d;/^Pillow/d;/^h5py/d;/^kornia/d;/^scikit-learn/d;/^pytest-mock/d;/^GPy/d;/^lief/d;/^statsmodels/d;/^ultralytics/d;/^ipython/d;/^numba/d;/^pytest/d;/^pylint/d;/^mypy/d;/^pycodestyle/d;/^black/d;/^types-PyYAML/d;/^types-setuptools/d' requirements_test.txt)
51+
pip install -q -r <(sed '/^pandas/d;/^scipy/d;/^matplotlib/d;/^xgboost/d;/^tensorflow/d;/^keras/d;/^jax/d;/^torch/d;/^Pillow/d;/^h5py/d;/^kornia/d;/^scikit-learn/d;/^pytest-mock/d;/^GPy/d;/^lief/d;/^statsmodels/d;/^ultralytics/d;/^ipython/d;/^numba/d;/^pytest/d;/^pylint/d;/^mypy/d;/^pycodestyle/d;/^black/d;/^types-PyYAML/d;/^types-setuptools/d;/^requests/d' requirements_test.txt)
5252
pip install pandas==1.3.5
5353
pip install scipy==1.7.2
5454
pip install matplotlib==3.5.3
@@ -71,6 +71,7 @@ jobs:
7171
pip install numba==0.56.4
7272
pip install pytest==7.4.4
7373
pip install pytest-cov
74+
pip install requests==2.31.0
7475
pip list
7576
- name: Run Tests
7677
run: ./run_tests.sh ${{ matrix.framework }}

requirements_test.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -64,7 +64,7 @@ types-PyYAML==6.0.12.20240917
6464
types-setuptools==71.1.0.20240726
6565

6666
# other
67-
requests~=2.31.0
67+
requests~=2.32.3
6868
ultralytics==8.0.217
6969
ipython==8.25.0
7070

0 commit comments

Comments
 (0)