Skip to content

Commit 4416ac4

Browse files
Bump the pip-others group across 1 directory with 4 updates (#4185)
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>
1 parent 7ca826a commit 4416ac4

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

pyproject.toml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -39,15 +39,15 @@ dependencies = [
3939
"einops==0.8.0",
4040
"decord==0.6.0",
4141
"typeguard>=4.3,<4.5",
42-
"numba==0.60.0",
42+
"numba==0.61.0",
4343
# TODO(ashwinvaidya17): https://github.com/openvinotoolkit/anomalib/issues/2126
4444
"setuptools<70",
4545
]
4646

4747
[project.optional-dependencies]
4848
dev = [
49-
"tox==4.23.2",
50-
"pre-commit==4.0.1",
49+
"tox==4.24.1",
50+
"pre-commit==4.1.0",
5151
"pylint",
5252
"pytest",
5353
"coverage",
@@ -89,7 +89,7 @@ base = [
8989
]
9090

9191
transformers = [
92-
"transformers==4.48.0",
92+
"transformers==4.48.1",
9393
"diffusers==0.32.2",
9494
"torchmetrics[image]>=0.7.0"
9595
]
@@ -106,7 +106,7 @@ mmlab = [
106106
]
107107

108108
ci_tox = [
109-
"tox==4.23.2",
109+
"tox==4.24.1",
110110
]
111111

112112
ci_publish = [

0 commit comments

Comments
 (0)