Skip to content

Commit 933f70d

Browse files
bump(requirements): bump mypy from 1.14.0 to 1.14.1 (#117)
* bump(requirements): bump mypy from 1.14.0 to 1.14.1 Bumps [mypy](https://github.com/python/mypy) from 1.14.0 to 1.14.1. - [Changelog](https://github.com/python/mypy/blob/master/CHANGELOG.md) - [Commits](python/mypy@v1.14.0...v1.14.1) --- updated-dependencies: - dependency-name: mypy dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com> * bump(req): Update mypy requirement for ~=1.14.0 --------- Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Thomas Grimonet <thomas.grimonet@gmail.com>
1 parent e444870 commit 933f70d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pyproject.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -62,7 +62,7 @@ requires-python = ">=3.8"
6262

6363
[project.optional-dependencies]
6464
dev = [
65-
"mypy==1.14.0",
65+
"mypy~=1.14.0",
6666
"isort==5.13.2",
6767
"mypy-extensions>=0.4.3",
6868
"pre-commit>=2.20.0",

0 commit comments

Comments
 (0)