Skip to content

Commit d486f10

Browse files
chore(deps-dev): bump the pip group across 1 directory with 3 updates
Updates the requirements on [pytest](https://github.com/pytest-dev/pytest), [mypy](https://github.com/python/mypy) and [ruff](https://github.com/astral-sh/ruff) to permit the latest version. Updates `pytest` to 9.0.2 - [Release notes](https://github.com/pytest-dev/pytest/releases) - [Changelog](https://github.com/pytest-dev/pytest/blob/main/CHANGELOG.rst) - [Commits](pytest-dev/pytest@7.4.0...9.0.2) Updates `mypy` from 1.18.2 to 1.19.1 - [Changelog](https://github.com/python/mypy/blob/master/CHANGELOG.md) - [Commits](python/mypy@v1.18.2...v1.19.1) Updates `ruff` from 0.14.1 to 0.14.10 - [Release notes](https://github.com/astral-sh/ruff/releases) - [Changelog](https://github.com/astral-sh/ruff/blob/main/CHANGELOG.md) - [Commits](astral-sh/ruff@0.14.1...0.14.10) --- updated-dependencies: - dependency-name: pytest dependency-version: 9.0.2 dependency-type: direct:development dependency-group: pip - dependency-name: mypy dependency-version: 1.19.1 dependency-type: direct:development update-type: version-update:semver-minor dependency-group: pip - dependency-name: ruff dependency-version: 0.14.10 dependency-type: direct:development update-type: version-update:semver-patch dependency-group: pip ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent b047675 commit d486f10

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

pyproject.toml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -78,14 +78,14 @@ test = [
7878
"taskiq-faststream[redis]",
7979

8080
"coverage[toml]>=7.2.0,<8.0.0",
81-
"pytest>=7.4.0,<9",
81+
"pytest>=7.4.0,<10",
8282
"freezegun>=1.2.2"
8383
]
8484

8585
dev = [
8686
{include-group = "test"},
87-
"mypy==1.18.2",
88-
"ruff==0.14.1",
87+
"mypy==1.19.1",
88+
"ruff==0.14.10",
8989
"pre-commit >=3.6.0,<5.0.0",
9090
]
9191

0 commit comments

Comments
 (0)