Skip to content

Commit

Permalink
Bump mypy from 1.0.1 to 1.1.1 (#675)
Browse files Browse the repository at this point in the history
* Bump mypy from 1.0.1 to 1.1.1

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:development
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <[email protected]>

* Add automated changelog yaml from template for bot PR

* Update pre commit config

* Add automated changelog yaml from template for bot PR

---------

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Github Build Bot <[email protected]>
Co-authored-by: Mila Page <[email protected]>
  • Loading branch information
3 people authored Mar 21, 2023
1 parent a867b99 commit 7e1fd69
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 2 deletions.
6 changes: 6 additions & 0 deletions .changes/unreleased/Dependencies-20230321-064511.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
kind: "Dependencies"
body: "Bump mypy from 1.0.1 to 1.1.1"
time: 2023-03-21T06:45:11.00000Z
custom:
Author: dependabot[bot]
PR: 675
2 changes: 1 addition & 1 deletion .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ repos:
alias: flake8-check
stages: [manual]
- repo: https://github.com/pre-commit/mirrors-mypy
rev: v1.0.1
rev: v1.1.1
hooks:
- id: mypy
# N.B.: Mypy is... a bit fragile.
Expand Down
2 changes: 1 addition & 1 deletion dev-requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ flake8~=6.0;python_version>="3.8"
flaky~=3.7
freezegun~=1.2
ipdb~=0.13.13
mypy==1.0.1 # patch updates have historically introduced breaking changes
mypy==1.1.1 # patch updates have historically introduced breaking changes
pip-tools~=6.12
pre-commit~=2.21;python_version=="3.7"
pre-commit~=3.1;python_version>="3.8"
Expand Down

0 comments on commit 7e1fd69

Please sign in to comment.