Skip to content

Commit

Permalink
Bump the all group with 4 updates (#67)
Browse files Browse the repository at this point in the history
Bumps the all group with 4 updates: [flake8](https://github.com/pycqa/flake8), [pylint](https://github.com/pylint-dev/pylint), [pyright](https://github.com/RobertCraigie/pyright-python) and [ruff](https://github.com/astral-sh/ruff).


Updates `flake8` from 7.1.0 to 7.1.1
- [Commits](PyCQA/flake8@7.1.0...7.1.1)

Updates `pylint` from 3.2.6 to 3.2.7
- [Release notes](https://github.com/pylint-dev/pylint/releases)
- [Commits](pylint-dev/pylint@v3.2.6...v3.2.7)

Updates `pyright` from 1.1.374 to 1.1.378
- [Release notes](https://github.com/RobertCraigie/pyright-python/releases)
- [Commits](RobertCraigie/pyright-python@v1.1.374...v1.1.378)

Updates `ruff` from 0.5.5 to 0.6.3
- [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.6.3)

---
updated-dependencies:
- dependency-name: flake8
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: all
- dependency-name: pylint
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: all
- dependency-name: pyright
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: all
- dependency-name: ruff
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: all
...

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  • Loading branch information
dependabot[bot] authored Sep 2, 2024
1 parent 4b4d4b9 commit f7e5e66
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -15,14 +15,14 @@ dependencies = [
[project.optional-dependencies]
dev = [
"build==1.2.1",
"flake8==7.1.0",
"flake8==7.1.1",
"Flake8-pyproject==1.2.3",
"portray==1.8.0",
"pylint==3.2.6",
"pyright==1.1.374",
"pylint==3.2.7",
"pyright==1.1.378",
"pytest==8.3.2",
"pytest-cov==5.0.0",
"ruff==0.5.5",
"ruff==0.6.3",
]

# https://stackoverflow.com/a/73066937
Expand Down

0 comments on commit f7e5e66

Please sign in to comment.