Skip to content

Commit

Permalink
Merge pull request #2498 from Trusted-AI/dependabot/pip/requests-appr…
Browse files Browse the repository at this point in the history
…ox-eq-2.32.3

Update requests requirement from ~=2.31.0 to ~=2.32.3
  • Loading branch information
beat-buesser authored Oct 22, 2024
2 parents a1e53ba + 06b56ab commit 87fd213
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
3 changes: 2 additions & 1 deletion .github/workflows/ci-tensorflow-v1.yml
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ jobs:
sudo apt-get update
sudo apt-get -y -q install ffmpeg libavcodec-extra
python -m pip install --upgrade pip setuptools wheel
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)
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)
pip install pandas==1.3.5
pip install scipy==1.7.2
pip install matplotlib==3.5.3
Expand All @@ -71,6 +71,7 @@ jobs:
pip install numba==0.56.4
pip install pytest==7.4.4
pip install pytest-cov
pip install requests==2.31.0
pip list
- name: Run Tests
run: ./run_tests.sh ${{ matrix.framework }}
Expand Down
2 changes: 1 addition & 1 deletion requirements_test.txt
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,7 @@ types-PyYAML==6.0.12.20240917
types-setuptools==71.1.0.20240726

# other
requests~=2.31.0
requests~=2.32.3
ultralytics==8.0.217
ipython==8.25.0

Expand Down

0 comments on commit 87fd213

Please sign in to comment.