Skip to content

Commit

Permalink
Bump the python-packages group with 2 updates
Browse files Browse the repository at this point in the history
Updates the requirements on [black](https://github.com/psf/black) and [pylint](https://github.com/pylint-dev/pylint) to permit the latest version.

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

Updates `pylint` to 3.1.0
- [Release notes](https://github.com/pylint-dev/pylint/releases)
- [Commits](pylint-dev/pylint@v3.0.0...v3.1.0)

---
updated-dependencies:
- dependency-name: black
  dependency-type: direct:production
  dependency-group: python-packages
- dependency-name: pylint
  dependency-type: direct:production
  dependency-group: python-packages
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Feb 26, 2024
1 parent f8d516a commit 7f3c33c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions lint-requirements.txt
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
black~=24.1
pylint~=3.0
black~=24.2
pylint~=3.1

0 comments on commit 7f3c33c

Please sign in to comment.