Skip to content

Commit ea63e80

Browse files
deps: update mypy requirement from >=2.3.0 to >=2.3.1 (#62)
Updates the requirements on [mypy](https://github.com/python/mypy) to permit the latest version. - [Changelog](https://github.com/python/mypy/blob/master/CHANGELOG.md) - [Commits](python/mypy@v2.3.0...v2.3.1) --- updated-dependencies: - dependency-name: mypy dependency-version: 2.3.1 dependency-type: direct:production ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 64f181d commit ea63e80

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,7 @@ include = ["src/pywho", "README.md", "LICENSE", "CHANGELOG.md"]
5555
dev = [
5656
"pytest>=9.1.1",
5757
"pytest-cov>=7.1.0",
58-
"mypy>=2.3.0",
58+
"mypy>=2.3.1",
5959
"ruff>=0.16.1",
6060
]
6161

requirements.txt

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

33
# Dev
44
pytest>=9.1.1
5-
mypy>=2.3.0
5+
mypy>=2.3.1
66
ruff>=0.16.1
77
pre-commit>=4.6.1

0 commit comments

Comments
 (0)