Skip to content

Commit

Permalink
Bump the deps group with 3 updates (#58)
Browse files Browse the repository at this point in the history
Bumps the deps group with 3 updates: [black](https://github.com/psf/black), [isort](https://github.com/pycqa/isort) and [pre-commit](https://github.com/pre-commit/pre-commit).


Updates `black` from 24.10.0 to 25.1.0
- [Release notes](https://github.com/psf/black/releases)
- [Changelog](https://github.com/psf/black/blob/main/CHANGES.md)
- [Commits](psf/black@24.10.0...25.1.0)

Updates `isort` from 5.13.2 to 6.0.0
- [Release notes](https://github.com/pycqa/isort/releases)
- [Changelog](https://github.com/PyCQA/isort/blob/main/CHANGELOG.md)
- [Commits](PyCQA/isort@5.13.2...6.0.0)

Updates `pre-commit` from 4.0.1 to 4.1.0
- [Release notes](https://github.com/pre-commit/pre-commit/releases)
- [Changelog](https://github.com/pre-commit/pre-commit/blob/main/CHANGELOG.md)
- [Commits](pre-commit/pre-commit@v4.0.1...v4.1.0)

---
updated-dependencies:
- dependency-name: black
  dependency-type: direct:production
  update-type: version-update:semver-major
  dependency-group: deps
- dependency-name: isort
  dependency-type: direct:production
  update-type: version-update:semver-major
  dependency-group: deps
- dependency-name: pre-commit
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: deps
...

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 Feb 1, 2025
1 parent 94e8119 commit a5baa83
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 @@ -38,11 +38,11 @@ audio = [
"simpleaudio==1.0.4",
]
develop = [
"black==24.10.0",
"black==25.1.0",
"coverage==7.6.10",
"flake8-pyproject==1.2.3",
"isort==5.13.2",
'pre-commit==4.0.1',
"isort==6.0.0",
'pre-commit==4.1.0',
]
packaging = [
"build",
Expand Down

0 comments on commit a5baa83

Please sign in to comment.