Skip to content

Commit a12328f

Browse files
chore(deps): bump the pip group across 1 directory with 4 updates
Updates the requirements on [taskiq](https://github.com/taskiq-python/taskiq), [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 `taskiq` to 0.12.0 - [Release notes](https://github.com/taskiq-python/taskiq/releases) - [Commits](taskiq-python/taskiq@0.11.0...0.12.0) Updates `pytest` to 9.0.1 - [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.1) Updates `mypy` from 1.18.2 to 1.19.0 - [Changelog](https://github.com/python/mypy/blob/master/CHANGELOG.md) - [Commits](python/mypy@v1.18.2...v1.19.0) Updates `ruff` from 0.14.1 to 0.14.7 - [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.7) --- updated-dependencies: - dependency-name: taskiq dependency-version: 0.12.0 dependency-type: direct:production dependency-group: pip - dependency-name: pytest dependency-version: 9.0.1 dependency-type: direct:development dependency-group: pip - dependency-name: mypy dependency-version: 1.19.0 dependency-type: direct:development update-type: version-update:semver-minor dependency-group: pip - dependency-name: ruff dependency-version: 0.14.7 dependency-type: direct:development update-type: version-update:semver-patch dependency-group: pip ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent eaec6d9 commit a12328f

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

pyproject.toml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ classifiers = [
4040

4141

4242
dependencies = [
43-
"taskiq>=0.11.0,<0.12.0",
43+
"taskiq>=0.11.0,<0.13.0",
4444
"faststream>=0.3.14,<0.7",
4545
]
4646

@@ -74,14 +74,14 @@ test = [
7474
"taskiq-faststream[redis]",
7575

7676
"coverage[toml]>=7.2.0,<8.0.0",
77-
"pytest>=7.4.0,<9",
77+
"pytest>=7.4.0,<10",
7878
"freezegun>=1.2.2"
7979
]
8080

8181
dev = [
8282
{include-group = "test"},
83-
"mypy==1.18.2",
84-
"ruff==0.14.1",
83+
"mypy==1.19.0",
84+
"ruff==0.14.7",
8585
"pre-commit >=3.6.0,<5.0.0",
8686
]
8787

0 commit comments

Comments
 (0)