Skip to content

Commit

Permalink
Bump the python-packages group across 1 directory with 3 updates
Browse files Browse the repository at this point in the history
Bumps the python-packages group with 3 updates in the / directory: [ruff](https://github.com/astral-sh/ruff), [mypy](https://github.com/python/mypy) and [pytest](https://github.com/pytest-dev/pytest).


Updates `ruff` from 0.4.8 to 0.6.1
- [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.8...0.6.1)

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

Updates `pytest` from 8.2.2 to 8.3.2
- [Release notes](https://github.com/pytest-dev/pytest/releases)
- [Changelog](https://github.com/pytest-dev/pytest/blob/main/CHANGELOG.rst)
- [Commits](pytest-dev/pytest@8.2.2...8.3.2)

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

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] committed Aug 19, 2024
1 parent 3cc3276 commit 9c9fd5c
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -17,13 +17,13 @@ run-detection = "rundetection.run_detection:main"

[project.optional-dependencies]
formatting = [
"ruff==0.4.8",
"mypy==1.10.0",
"ruff==0.6.1",
"mypy==1.11.1",
"run-detection[test]"
]

test = [
"pytest==8.2.2",
"pytest==8.3.2",
"pytest-cov==5.0.0",
"requests==2.32.3",
"pytest-random-order==1.1.1"
Expand Down

0 comments on commit 9c9fd5c

Please sign in to comment.