From 38156f3889d917ab6b59233f95d5010b8daa4e9a Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 28 Jun 2024 14:10:40 +0000 Subject: [PATCH] build(deps): bump the python-packages group across 1 directory with 6 updates Updates the requirements on [pytest](https://github.com/pytest-dev/pytest), [mypy](https://github.com/python/mypy), [ruff](https://github.com/astral-sh/ruff), [tox](https://github.com/tox-dev/tox), [pre-commit](https://github.com/pre-commit/pre-commit) and [timm](https://github.com/huggingface/pytorch-image-models) to permit the latest version. Updates `pytest` from 8.2.0 to 8.2.2 - [Release notes](https://github.com/pytest-dev/pytest/releases) - [Changelog](https://github.com/pytest-dev/pytest/blob/main/CHANGELOG.rst) - [Commits](https://github.com/pytest-dev/pytest/compare/8.2.0...8.2.2) Updates `mypy` from 1.10.0 to 1.10.1 - [Changelog](https://github.com/python/mypy/blob/master/CHANGELOG.md) - [Commits](https://github.com/python/mypy/compare/v1.10.0...v1.10.1) Updates `ruff` from 0.4.3 to 0.5.0 - [Release notes](https://github.com/astral-sh/ruff/releases) - [Changelog](https://github.com/astral-sh/ruff/blob/main/CHANGELOG.md) - [Commits](https://github.com/astral-sh/ruff/compare/v0.4.3...0.5.0) Updates `tox` to 4.15.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.15.0...4.15.1) Updates `pre-commit` to 3.7.1 - [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/v3.7.0...v3.7.1) Updates `timm` from 0.9.16 to 1.0.7 - [Release notes](https://github.com/huggingface/pytorch-image-models/releases) - [Changelog](https://github.com/huggingface/pytorch-image-models/blob/main/docs/changes.md) - [Commits](https://github.com/huggingface/pytorch-image-models/compare/v0.9.16...v1.0.7) --- updated-dependencies: - dependency-name: pytest dependency-type: direct:development update-type: version-update:semver-patch dependency-group: python-packages - dependency-name: mypy dependency-type: direct:development update-type: version-update:semver-patch dependency-group: python-packages - dependency-name: ruff dependency-type: direct:development update-type: version-update:semver-minor dependency-group: python-packages - dependency-name: tox dependency-type: direct:development dependency-group: python-packages - dependency-name: pre-commit dependency-type: direct:development dependency-group: python-packages - dependency-name: timm dependency-type: direct:production update-type: version-update:semver-major dependency-group: python-packages ... Signed-off-by: dependabot[bot] --- requirements.dev.txt | 10 +++++----- requirements.txt | 2 +- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/requirements.dev.txt b/requirements.dev.txt index 646ae2b2..09496782 100644 --- a/requirements.dev.txt +++ b/requirements.dev.txt @@ -1,9 +1,9 @@ -pytest==8.2.0 -mypy==1.10.0 +pytest==8.2.2 +mypy==1.10.1 black==24.4.2 -ruff==0.4.3 -tox~=4.15.0 -pre-commit~=3.7.0 +ruff==0.5.0 +tox~=4.15.1 +pre-commit~=3.7.1 build>=0.10.0 coverage>=7.2.7 diff --git a/requirements.txt b/requirements.txt index bbc3bedf..8a904ece 100644 --- a/requirements.txt +++ b/requirements.txt @@ -35,7 +35,7 @@ opencv-python # controlnet custom nodes opencv-contrib-python opencv-python -timm==0.9.16 +timm==1.0.7 torchvision scipy addict