Skip to content

Commit 9ff80ed

Browse files
⬆ Bump mypy from 1.14.0 to 1.14.1 (#207)
* ⬆ Bump mypy from 1.14.0 to 1.18.1 Bumps [mypy](https://github.com/python/mypy) from 1.14.0 to 1.18.1. - [Changelog](https://github.com/python/mypy/blob/master/CHANGELOG.md) - [Commits](python/mypy@v1.14.0...v1.18.1) --- updated-dependencies: - dependency-name: mypy dependency-version: 1.18.1 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <[email protected]> * restrict to latest version that supports python 3.8 --------- Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Sofie Van Landeghem <[email protected]>
1 parent 02b1f96 commit 9ff80ed

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

requirements-tests.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
pytest >=4.4.0,<9.0.0
44
coverage[toml] >=6.2,<8.0
5-
mypy ==1.14.0
5+
mypy ==1.14.1
66
ruff ==0.13.0
77
# Needed explicitly by fastapi-cli-slim
88
fastapi-slim

0 commit comments

Comments
 (0)