Skip to content

Commit

Permalink
Bump the pip-others group across 1 directory with 4 updates (#4185)
Browse files Browse the repository at this point in the history
Bumps the pip-others group with 4 updates in the / directory: [numba](https://github.com/numba/numba), [tox](https://github.com/tox-dev/tox), [pre-commit](https://github.com/pre-commit/pre-commit) and [transformers](https://github.com/huggingface/transformers).


Updates `numba` from 0.60.0 to 0.61.0
- [Release notes](https://github.com/numba/numba/releases)
- [Commits](numba/numba@0.60.0...0.61.0)

Updates `tox` from 4.23.2 to 4.24.1
- [Release notes](https://github.com/tox-dev/tox/releases)
- [Changelog](https://github.com/tox-dev/tox/blob/main/docs/changelog.rst)
- [Commits](tox-dev/tox@4.23.2...4.24.1)

Updates `pre-commit` from 4.0.1 to 4.1.0
- [Release notes](https://github.com/pre-commit/pre-commit/releases)
- [Changelog](https://github.com/pre-commit/pre-commit/blob/main/CHANGELOG.md)
- [Commits](pre-commit/pre-commit@v4.0.1...v4.1.0)

Updates `transformers` from 4.48.0 to 4.48.1
- [Release notes](https://github.com/huggingface/transformers/releases)
- [Commits](huggingface/transformers@v4.48.0...v4.48.1)

---
updated-dependencies:
- dependency-name: numba
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: pip-others
- dependency-name: tox
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: pip-others
- dependency-name: pre-commit
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: pip-others
- dependency-name: transformers
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: pip-others
...

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  • Loading branch information
dependabot[bot] authored Jan 22, 2025
1 parent 7ca826a commit 4416ac4
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -39,15 +39,15 @@ dependencies = [
"einops==0.8.0",
"decord==0.6.0",
"typeguard>=4.3,<4.5",
"numba==0.60.0",
"numba==0.61.0",
# TODO(ashwinvaidya17): https://github.com/openvinotoolkit/anomalib/issues/2126
"setuptools<70",
]

[project.optional-dependencies]
dev = [
"tox==4.23.2",
"pre-commit==4.0.1",
"tox==4.24.1",
"pre-commit==4.1.0",
"pylint",
"pytest",
"coverage",
Expand Down Expand Up @@ -89,7 +89,7 @@ base = [
]

transformers = [
"transformers==4.48.0",
"transformers==4.48.1",
"diffusers==0.32.2",
"torchmetrics[image]>=0.7.0"
]
Expand All @@ -106,7 +106,7 @@ mmlab = [
]

ci_tox = [
"tox==4.23.2",
"tox==4.24.1",
]

ci_publish = [
Expand Down

0 comments on commit 4416ac4

Please sign in to comment.