Skip to content

Commit

Permalink
build(deps): bump mypy from 1.11.2 to 1.12.0 in /plugins/apel
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:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
  • Loading branch information
dependabot[bot] authored and dirksammel committed Oct 15, 2024
1 parent a9461fa commit 2370d57
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
- Dependencies: Update crate-ci/typos from 1.23.3 to 1.26.0 ([@dirksammel](https://github.com/dirksammel))
- Dependencies: Update cryptography from 43.0.0 to 43.0.1 ([@dirksammel](https://github.com/dirksammel))
- Dependencies: Update EmbarkStudios/cargo-deny-action from 1 to 2 ([@dirksammel](https://github.com/dirksammel))
- Dependencies: Update mypy from 1.11.0 to 1.11.2 ([@dirksammel](https://github.com/dirksammel))
- Dependencies: Update mypy from 1.11.0 to 1.12.0 ([@dirksammel](https://github.com/dirksammel))
- Dependencies: Update pydantic from 2.8.2 to 2.9.2 ([@dirksammel](https://github.com/dirksammel))
- Dependencies: Update pytest from 8.3.1 to 8.3.3 ([@dirksammel](https://github.com/dirksammel))
- Dependencies: Update pyyaml from 6.0.1 to 6.0.2 ([@dirksammel](https://github.com/dirksammel))
Expand Down
2 changes: 1 addition & 1 deletion plugins/apel/pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ style = [
tests = [
"pytest==8.3.3",
"pytest-cov==5.0.0",
"mypy==1.11.2",
"mypy==1.12.0",
"types-pyyaml==6.0.12.20240917",
"types-requests==2.32.0.20240914",
]
Expand Down

0 comments on commit 2370d57

Please sign in to comment.