Skip to content

Commit 1debaea

Browse files
Bump mypy from 1.0.1 to 1.1.1 (#51)
Bumps [mypy](https://github.com/python/mypy) from 1.0.1 to 1.1.1. - [Release notes](https://github.com/python/mypy/releases) - [Commits](python/mypy@v1.0.1...v1.1.1) --- updated-dependencies: - dependency-name: mypy dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent c4d548f commit 1debaea

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ Changelog = "https://jowilf.github.io/sqlalchemy-file/changelog/"
4444
[project.optional-dependencies]
4545
test = [
4646
"pytest >=7.2.0, <7.3.0",
47-
"mypy ==1.0.1",
47+
"mypy ==1.1.1",
4848
"ruff ==0.0.253",
4949
"black ==23.1.0",
5050
"coverage >=7.0.0, <7.3.0",

0 commit comments

Comments
 (0)