Skip to content

Commit a81c649

Browse files
chore(deps): update mypy requirement from <2,>=1 to >=1,<3
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@v1.0.0...v2.1.0) --- updated-dependencies: - dependency-name: mypy dependency-version: 2.1.0 dependency-type: direct:development ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 390fe46 commit a81c649

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

setup.cfg

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@ ciso8601 =
5353
dev =
5454
allure-pytest==2.*
5555
devtools==0.12.2
56-
mypy>=1,<2
56+
mypy>=1,<3
5757
pre-commit==3.5.0
5858
psutil==7.2.2
5959
pyfakefs>=4.5.3,<=5.6.0

0 commit comments

Comments
 (0)