Skip to content

Commit f540442

Browse files
Bump mypy from 1.13.0 to 1.14.1 in the dev-dependencies group
Bumps the dev-dependencies group with 1 update: [mypy](https://github.com/python/mypy). Updates `mypy` from 1.13.0 to 1.14.1 - [Changelog](https://github.com/python/mypy/blob/master/CHANGELOG.md) - [Commits](python/mypy@v1.13.0...v1.14.1) --- updated-dependencies: - dependency-name: mypy dependency-type: direct:development update-type: version-update:semver-minor dependency-group: dev-dependencies ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 6343aab commit f540442

2 files changed

Lines changed: 44 additions & 38 deletions

File tree

poetry.lock

Lines changed: 43 additions & 37 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ python = ">=3.9,<4"
4141
jdk4py = { version = "^21.0.4.1", optional = true, python = ">=3.10" }
4242

4343
[tool.poetry.group.dev.dependencies]
44-
mypy = ">=0.991,<1.14"
44+
mypy = ">=0.991,<1.15"
4545
pre-commit = ">=2.20,<5.0"
4646
taskipy = "^1.10.3"
4747
pytest = ">=7.2.2,<9.0.0"

0 commit comments

Comments
 (0)