Skip to content

Commit

Permalink
⬆️ Bump mypy from 1.1.1 to 1.2.0 (#75)
Browse files Browse the repository at this point in the history
Bumps [mypy](https://github.com/python/mypy) from 1.1.1 to 1.2.0.
- [Release notes](https://github.com/python/mypy/releases)
- [Commits](python/mypy@v1.1.1...v1.2.0)

---
updated-dependencies:
- dependency-name: mypy
  dependency-type: direct:development
  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>
  • Loading branch information
dependabot[bot] committed Apr 10, 2023
1 parent 13c2010 commit 2e2a29c
Show file tree
Hide file tree
Showing 2 changed files with 29 additions and 29 deletions.
56 changes: 28 additions & 28 deletions poetry.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ pywin32 = { version = ">=303,<307", markers = "sys_platform == 'win32'" }
autoflake = "^1.7.8"
black = "^23.1"
isort = "^5.11.5"
mypy = "^1.1"
mypy = "^1.2"
pyproject-flake8 = "^5.0.4"
pytest = "^7.2.2"
pytest-clarity = "^1.0.1"
Expand Down

0 comments on commit 2e2a29c

Please sign in to comment.