From b64f4a84fe4280c4fc022f5b0fc08a5dd0463011 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 6 Dec 2024 13:16:17 +0000 Subject: [PATCH] chore(deps): bump the python-packages group across 1 directory with 7 updates Updates the requirements on [pytest](https://github.com/pytest-dev/pytest), [mypy](https://github.com/python/mypy), [black](https://github.com/psf/black), [ruff](https://github.com/astral-sh/ruff), [tox](https://github.com/tox-dev/tox), [pre-commit](https://github.com/pre-commit/pre-commit) and [tqdm](https://github.com/tqdm/tqdm) to permit the latest version. Updates `pytest` from 8.1.1 to 8.3.4 - [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.1.1...8.3.4) Updates `mypy` from 1.9.0 to 1.13.0 - [Changelog](https://github.com/python/mypy/blob/master/CHANGELOG.md) - [Commits](https://github.com/python/mypy/compare/1.9.0...v1.13.0) Updates `black` from 24.3.0 to 24.10.0 - [Release notes](https://github.com/psf/black/releases) - [Changelog](https://github.com/psf/black/blob/main/CHANGES.md) - [Commits](https://github.com/psf/black/compare/24.3.0...24.10.0) Updates `ruff` from 0.3.4 to 0.8.2 - [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.3.4...0.8.2) Updates `tox` to 4.23.2 - [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.14.2...4.23.2) Updates `pre-commit` to 4.0.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...v4.0.1) Updates `tqdm` to 4.67.1 - [Release notes](https://github.com/tqdm/tqdm/releases) - [Commits](https://github.com/tqdm/tqdm/compare/v4.66.5...v4.67.1) --- updated-dependencies: - dependency-name: pytest dependency-type: direct:development update-type: version-update:semver-minor dependency-group: python-packages - dependency-name: mypy dependency-type: direct:development update-type: version-update:semver-minor dependency-group: python-packages - dependency-name: black dependency-type: direct:development update-type: version-update:semver-minor 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: tqdm dependency-type: direct:production dependency-group: python-packages ... Signed-off-by: dependabot[bot] --- scripts/requirements.dev.txt | 12 ++++++------ scripts/requirements.modify.txt | 2 +- 2 files changed, 7 insertions(+), 7 deletions(-) diff --git a/scripts/requirements.dev.txt b/scripts/requirements.dev.txt index f453b9d..c1223d8 100644 --- a/scripts/requirements.dev.txt +++ b/scripts/requirements.dev.txt @@ -1,6 +1,6 @@ -pytest==8.1.1 -mypy==1.9.0 -black==24.3.0 -ruff==0.3.4 -tox~=4.14.2 -pre-commit~=3.7.0 +pytest==8.3.4 +mypy==1.13.0 +black==24.10.0 +ruff==0.8.2 +tox~=4.23.2 +pre-commit~=4.0.1 diff --git a/scripts/requirements.modify.txt b/scripts/requirements.modify.txt index 2b57eff..5b97267 100644 --- a/scripts/requirements.modify.txt +++ b/scripts/requirements.modify.txt @@ -1,2 +1,2 @@ prompt_toolkit~=3.0.48 -tqdm~=4.66.5 +tqdm~=4.67.1