Skip to content

Commit fe7c8b5

Browse files
build(deps-dev): bump the dev-deps group with 4 updates
Bumps the dev-deps group with 4 updates: [mypy](https://github.com/python/mypy), [ruff](https://github.com/astral-sh/ruff), [types-requests](https://github.com/python/typeshed) and [prek](https://github.com/j178/prek). Updates `mypy` from 2.1.0 to 2.2.0 - [Changelog](https://github.com/python/mypy/blob/master/CHANGELOG.md) - [Commits](python/mypy@v2.1.0...v2.2.0) Updates `ruff` from 0.15.20 to 0.15.21 - [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.20...0.15.21) Updates `types-requests` from 2.33.0.20260518 to 2.33.0.20260712 - [Commits](https://github.com/python/typeshed/commits) Updates `prek` from 0.4.8 to 0.4.9 - [Release notes](https://github.com/j178/prek/releases) - [Changelog](https://github.com/j178/prek/blob/master/CHANGELOG.md) - [Commits](j178/prek@v0.4.8...v0.4.9) --- updated-dependencies: - dependency-name: mypy dependency-version: 2.2.0 dependency-type: direct:development update-type: version-update:semver-minor dependency-group: dev-deps - dependency-name: ruff dependency-version: 0.15.21 dependency-type: direct:development update-type: version-update:semver-patch dependency-group: dev-deps - dependency-name: types-requests dependency-version: 2.33.0.20260712 dependency-type: direct:development update-type: version-update:semver-patch dependency-group: dev-deps - dependency-name: prek dependency-version: 0.4.9 dependency-type: direct:development update-type: version-update:semver-patch dependency-group: dev-deps ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent b15615c commit fe7c8b5

3 files changed

Lines changed: 193 additions & 189 deletions

File tree

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ dev = [
3535
"types-colorama",
3636
"types-pexpect",
3737
"zizmor",
38-
"prek>=0.4.8",
38+
"prek>=0.4.9",
3939
"autopep8",
4040
"types-passlib",
4141
]

requirements/dev.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ types-pygments
1313
types-colorama
1414
types-pexpect
1515
zizmor
16-
prek>=0.4.8
16+
prek>=0.4.9
1717
autopep8
1818
types-passlib
1919
-r base.txt

0 commit comments

Comments
 (0)