Skip to content

Commit

Permalink
Bump mypy from 1.11.2 to 1.12.0
Browse files Browse the repository at this point in the history
Bumps [mypy](https://github.com/python/mypy) from 1.11.2 to 1.12.0.
- [Changelog](https://github.com/python/mypy/blob/master/CHANGELOG.md)
- [Commits](python/mypy@v1.11.2...v1.12.0)

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

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Oct 18, 2024
1 parent cf760df commit e4c8cbc
Show file tree
Hide file tree
Showing 2 changed files with 36 additions and 31 deletions.
63 changes: 34 additions & 29 deletions poetry.lock

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

4 changes: 2 additions & 2 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ dev = ["flit", "pytest", "pylint", "mypy", "types-PyYAML", "types-pytz"]
ruff = "^0.6.9"
black = "^24.10.0"
types-requests = "^2.32.0.20240914"
mypy = "^1.11.2"
mypy = "^1.12.0"
pytest = "^8.3.3"
flit = "^3.9.0"
types-pyyaml = "6.0.12.20240917"
Expand Down Expand Up @@ -70,7 +70,7 @@ github3-py = "^4.0.1"
greenlet = "^3.1.1"

[tool.poetry.dev-dependencies]
mypy = "^1.11"
mypy = "^1.12"
types-PyYAML = "^6.0.12"
types-pytz = "^2024.2.0"
pytest = "^8.3.2"
Expand Down

0 comments on commit e4c8cbc

Please sign in to comment.