Skip to content

Commit 608d54f

Browse files
dependabot[bot]dolfinus
authored andcommitted
Bump the python-packages group with 3 updates
Bumps the python-packages group with 3 updates: [pydantic](https://github.com/pydantic/pydantic), [mypy](https://github.com/python/mypy) and [prek](https://github.com/j178/prek). Updates `pydantic` from 2.13.3 to 2.13.4 - [Release notes](https://github.com/pydantic/pydantic/releases) - [Changelog](https://github.com/pydantic/pydantic/blob/v2.13.4/HISTORY.md) - [Commits](pydantic/pydantic@v2.13.3...v2.13.4) Updates `mypy` from 1.20.2 to 2.0.0 - [Changelog](https://github.com/python/mypy/blob/master/CHANGELOG.md) - [Commits](python/mypy@v1.20.2...v2.0.0) Updates `prek` from 0.3.11 to 0.3.13 - [Release notes](https://github.com/j178/prek/releases) - [Changelog](https://github.com/j178/prek/blob/master/CHANGELOG.md) - [Commits](j178/prek@v0.3.11...v0.3.13) --- updated-dependencies: - dependency-name: pydantic dependency-version: 2.13.4 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: python-packages - dependency-name: mypy dependency-version: 2.0.0 dependency-type: direct:development update-type: version-update:semver-major dependency-group: python-packages - dependency-name: prek dependency-version: 0.3.13 dependency-type: direct:development update-type: version-update:semver-patch dependency-group: python-packages ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent c8891c8 commit 608d54f

2 files changed

Lines changed: 264 additions & 225 deletions

File tree

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -109,7 +109,7 @@ test = [
109109
]
110110
dev = [
111111
"ruff~=0.15.10",
112-
"mypy~=1.20.1",
112+
"mypy>=1.20.1,<2.1.0",
113113
"prek~=0.3.2",
114114
"sqlalchemy[mypy]~=2.0.49",
115115
"types-jwcrypto~=1.5.0",

0 commit comments

Comments
 (0)