Skip to content

Commit

Permalink
Bump the pip-all-updates group with 8 updates (#265)
Browse files Browse the repository at this point in the history
Bumps the pip-all-updates group with 8 updates:

| Package | From | To |
| --- | --- | --- |
| [coverage](https://github.com/nedbat/coveragepy) | `7.6.3` | `7.6.4` |
| [networkx](https://github.com/networkx/networkx) | `3.4.1` | `3.4.2` |
| [ruff](https://github.com/astral-sh/ruff) | `0.7.0` | `0.7.1` |
| [tqdm](https://github.com/tqdm/tqdm) | `4.66.5` | `4.66.6` |
| [torch](https://github.com/pytorch/pytorch) | `2.5.0` | `2.5.1` |
| [torchvision](https://github.com/pytorch/vision) | `0.20.0` | `0.20.1` |
| [transformers](https://github.com/huggingface/transformers) | `4.45.2` | `4.46.1` |
| [xgboost](https://github.com/dmlc/xgboost) | `2.1.1` | `2.1.2` |


Updates `coverage` from 7.6.3 to 7.6.4
- [Release notes](https://github.com/nedbat/coveragepy/releases)
- [Changelog](https://github.com/nedbat/coveragepy/blob/master/CHANGES.rst)
- [Commits](nedbat/coveragepy@7.6.3...7.6.4)

Updates `networkx` from 3.4.1 to 3.4.2
- [Release notes](https://github.com/networkx/networkx/releases)
- [Commits](networkx/networkx@networkx-3.4.1...networkx-3.4.2)

Updates `ruff` from 0.7.0 to 0.7.1
- [Release notes](https://github.com/astral-sh/ruff/releases)
- [Changelog](https://github.com/astral-sh/ruff/blob/main/CHANGELOG.md)
- [Commits](astral-sh/ruff@0.7.0...0.7.1)

Updates `tqdm` from 4.66.5 to 4.66.6
- [Release notes](https://github.com/tqdm/tqdm/releases)
- [Commits](tqdm/tqdm@v4.66.5...v4.66.6)

Updates `torch` from 2.5.0 to 2.5.1
- [Release notes](https://github.com/pytorch/pytorch/releases)
- [Changelog](https://github.com/pytorch/pytorch/blob/main/RELEASE.md)
- [Commits](pytorch/pytorch@v2.5.0...v2.5.1)

Updates `torchvision` from 0.20.0 to 0.20.1
- [Release notes](https://github.com/pytorch/vision/releases)
- [Commits](pytorch/vision@v0.20.0...v0.20.1)

Updates `transformers` from 4.45.2 to 4.46.1
- [Release notes](https://github.com/huggingface/transformers/releases)
- [Commits](huggingface/transformers@v4.45.2...v4.46.1)

Updates `xgboost` from 2.1.1 to 2.1.2
- [Release notes](https://github.com/dmlc/xgboost/releases)
- [Changelog](https://github.com/dmlc/xgboost/blob/master/NEWS.md)
- [Commits](dmlc/xgboost@v2.1.1...v2.1.2)

---
updated-dependencies:
- dependency-name: coverage
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: pip-all-updates
- dependency-name: networkx
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: pip-all-updates
- dependency-name: ruff
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: pip-all-updates
- dependency-name: tqdm
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: pip-all-updates
- dependency-name: torch
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: pip-all-updates
- dependency-name: torchvision
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: pip-all-updates
- dependency-name: transformers
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: pip-all-updates
- dependency-name: xgboost
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: pip-all-updates
...

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Maximilian <[email protected]>
  • Loading branch information
dependabot[bot] and mmschlk authored Nov 7, 2024
1 parent 2fa065f commit 4025ab0
Showing 1 changed file with 8 additions and 8 deletions.
16 changes: 8 additions & 8 deletions requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -2,20 +2,20 @@
# this file is used to see weather new versions of the libraries are available and break shapiq
black==24.10.0
colour==0.1.5
coverage==7.6.3
coverage==7.6.4
matplotlib==3.9.2
networkx==3.4.1
networkx==3.4.2
pandas==2.2.3
pytest==8.3.3
ruff==0.7.0
ruff==0.7.1
scikit-image==0.24.0
scikit-learn==1.5.2
scipy==1.14.1
shap==0.46.0
tqdm==4.66.5
torch==2.5.0
torchvision==0.20.0
transformers==4.45.2
xgboost==2.1.1
tqdm==4.66.6
torch==2.5.1
torchvision==0.20.1
transformers==4.46.1
xgboost==2.1.2
numpy==1.26.4
requests==2.32.3

0 comments on commit 4025ab0

Please sign in to comment.