Skip to content

Commit d05864a

Browse files
build(deps-dev): bump mypy from 1.19.1 to 1.20.0
Bumps [mypy](https://github.com/python/mypy) from 1.19.1 to 1.20.0. - [Changelog](https://github.com/python/mypy/blob/master/CHANGELOG.md) - [Commits](python/mypy@v1.19.1...v1.20.0) --- updated-dependencies: - dependency-name: mypy dependency-version: 1.20.0 dependency-type: direct:development update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent d17df01 commit d05864a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Pipfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,6 @@ psycopg-binary = {version = "==3.3.3", markers="implementation_name == 'cpython'
1616
pytest-cov = "==7.1.0"
1717
pytest-xdist = "==3.8.0"
1818
mock = "==5.2.0"
19-
mypy = {version = "==1.19.1", markers="implementation_name == 'cpython'"}
19+
mypy = {version = "==1.20.0", markers="implementation_name == 'cpython'"}
2020
types-setuptools = "==82.0.0.20260210"
2121
tbump = "==6.11.0"

0 commit comments

Comments
 (0)