Skip to content

Commit de158cf

Browse files
dependabot[bot]insolor
authored andcommitted
Bump the dev-dependencies group with 2 updates
Bumps the dev-dependencies group with 2 updates: [ruff](https://github.com/astral-sh/ruff) and [mypy](https://github.com/python/mypy). Updates `ruff` from 0.15.8 to 0.15.12 - [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.15.8...0.15.12) Updates `mypy` from 1.20.0 to 1.20.2 - [Changelog](https://github.com/python/mypy/blob/master/CHANGELOG.md) - [Commits](python/mypy@v1.20.0...v1.20.2) --- updated-dependencies: - dependency-name: ruff dependency-version: 0.15.12 dependency-type: direct:development update-type: version-update:semver-patch dependency-group: dev-dependencies - dependency-name: mypy dependency-version: 1.20.2 dependency-type: direct:development update-type: version-update:semver-patch dependency-group: dev-dependencies ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 56fe6fb commit de158cf

2 files changed

Lines changed: 76 additions & 74 deletions

File tree

pyproject.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -32,8 +32,8 @@ dev = [
3232
"pytest-cov>=7.0.0,<8",
3333
"pytest-mock>=3.15.1,<4",
3434
"coverage>=7.12.0,<8",
35-
"ruff>=0.14.7,<0.16",
36-
"mypy>=1.19.0,<2",
35+
"ruff>=0.15.12,<0.16",
36+
"mypy>=1.20.2,<2",
3737
"types-requests",
3838
]
3939

0 commit comments

Comments
 (0)