From 3f376bb9b4278b600c05310e36fb936714107ee2 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 1 Aug 2024 01:31:02 +0000 Subject: [PATCH] Bump the all-dependencies group with 3 updates Bumps the all-dependencies group with 3 updates: [mypy](https://github.com/python/mypy), [ruff](https://github.com/astral-sh/ruff) and [pytest](https://github.com/pytest-dev/pytest). Updates `mypy` from 1.10.1 to 1.11.1 - [Changelog](https://github.com/python/mypy/blob/master/CHANGELOG.md) - [Commits](https://github.com/python/mypy/compare/v1.10.1...v1.11.1) Updates `ruff` from 0.5.0 to 0.5.5 - [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/0.5.0...0.5.5) Updates `pytest` from 8.2.2 to 8.3.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.2...8.3.2) --- updated-dependencies: - dependency-name: mypy dependency-type: direct:production update-type: version-update:semver-minor dependency-group: all-dependencies - dependency-name: ruff dependency-type: direct:production update-type: version-update:semver-patch dependency-group: all-dependencies - dependency-name: pytest dependency-type: direct:production update-type: version-update:semver-minor dependency-group: all-dependencies ... Signed-off-by: dependabot[bot] --- pyproject.toml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/pyproject.toml b/pyproject.toml index cbba303..4e6ad7d 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -36,11 +36,11 @@ lint = [ "domify[test]", "black==24.4.2", "darglint==1.8.1", - "mypy==1.10.1", - "ruff==0.5.0", + "mypy==1.11.1", + "ruff==0.5.5", ] test = [ - "pytest==8.2.2", + "pytest==8.3.2", "pytest-cov==5.0.0", ]