Skip to content

Commit

Permalink
Bump mypy from 1.12.1 to 1.13.0 in the pip-minor-patch group
Browse files Browse the repository at this point in the history
Bumps the pip-minor-patch group with 1 update: [mypy](https://github.com/python/mypy).


Updates `mypy` from 1.12.1 to 1.13.0
- [Changelog](https://github.com/python/mypy/blob/master/CHANGELOG.md)
- [Commits](python/mypy@v1.12.1...v1.13.0)

---
updated-dependencies:
- dependency-name: mypy
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: pip-minor-patch
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Oct 28, 2024
1 parent 6b2d98f commit 28bd9d7
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion requirements-dev.in
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
-r requirements.txt
black~=24.10
isort~=5.13
mypy~=1.12
mypy~=1.13
pytest-datafiles~=3.0
pytest~=8.3
types-PyYAML~=6.0
2 changes: 1 addition & 1 deletion requirements-dev.txt
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ jsonschema-specifications==2023.12.1
# via
# -r requirements.txt
# jsonschema
mypy==1.12.1
mypy==1.13.0
# via -r requirements-dev.in
mypy-extensions==1.0.0
# via
Expand Down

0 comments on commit 28bd9d7

Please sign in to comment.