From 4416ac42019e6a7e596e4d02a2289b55fd8f0316 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 22 Jan 2025 16:40:46 +0100 Subject: [PATCH] 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](https://github.com/numba/numba/compare/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](https://github.com/tox-dev/tox/compare/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](https://github.com/pre-commit/pre-commit/compare/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](https://github.com/huggingface/transformers/compare/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] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- pyproject.toml | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/pyproject.toml b/pyproject.toml index 48ce9f4076..567dfbce81 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -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", @@ -89,7 +89,7 @@ base = [ ] transformers = [ - "transformers==4.48.0", + "transformers==4.48.1", "diffusers==0.32.2", "torchmetrics[image]>=0.7.0" ] @@ -106,7 +106,7 @@ mmlab = [ ] ci_tox = [ - "tox==4.23.2", + "tox==4.24.1", ] ci_publish = [