Skip to content

Commit

Permalink
⬆ Bump the python-packages group with 2 updates (#218)
Browse files Browse the repository at this point in the history
Bumps the python-packages group with 2 updates: [mypy](https://github.com/python/mypy) and [ruff](https://github.com/astral-sh/ruff).


Updates `mypy` from 1.10.0 to 1.10.1
- [Changelog](https://github.com/python/mypy/blob/master/CHANGELOG.md)
- [Commits](python/mypy@v1.10.0...v1.10.1)

Updates `ruff` from 0.4.10 to 0.5.0
- [Release notes](https://github.com/astral-sh/ruff/releases)
- [Changelog](https://github.com/astral-sh/ruff/blob/main/CHANGELOG.md)
- [Commits](astral-sh/ruff@v0.4.10...0.5.0)

---
updated-dependencies:
- dependency-name: mypy
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: python-packages
- dependency-name: ruff
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: python-packages
...

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] authored Jul 2, 2024
1 parent b1a77b7 commit 66472b3
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion requirements/linting.in
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
pre-commit==3.7.1
mypy==1.10.0
mypy==1.10.1
ruff
black
4 changes: 2 additions & 2 deletions requirements/linting.txt
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ filelock==3.15.3
# via virtualenv
identify==2.5.36
# via pre-commit
mypy==1.10.0
mypy==1.10.1
# via -r requirements/linting.in
mypy-extensions==1.0.0
# via
Expand All @@ -32,7 +32,7 @@ pre-commit==3.7.1
# via -r requirements/linting.in
pyyaml==6.0.1
# via pre-commit
ruff==0.4.10
ruff==0.5.0
# via -r requirements/linting.in
typing-extensions==4.12.2
# via mypy
Expand Down

0 comments on commit 66472b3

Please sign in to comment.