Skip to content

Commit

Permalink
⬆ Bump the python-packages group across 1 directory with 2 updates (#127
Browse files Browse the repository at this point in the history
)

Bumps the python-packages group with 2 updates in the / directory: [mypy](https://github.com/python/mypy) and [ruff](https://github.com/astral-sh/ruff).


Updates `mypy` from 1.11.0 to 1.11.1
- [Changelog](https://github.com/python/mypy/blob/master/CHANGELOG.md)
- [Commits](python/mypy@v1.11...v1.11.1)

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

---
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-patch
  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 Aug 18, 2024
1 parent 6775400 commit bef3d8d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -42,8 +42,8 @@ Funding = 'https://github.com/sponsors/yezz123'
[project.optional-dependencies]
lint = [
"pre-commit==3.8.0",
"mypy==1.11.0",
"ruff==0.5.5",
"mypy==1.11.1",
"ruff==0.5.7",
]
test = [
"pytest-asyncio == 0.23.8",
Expand Down

0 comments on commit bef3d8d

Please sign in to comment.