Skip to content

Commit

Permalink
Bump the linters group with 2 updates
Browse files Browse the repository at this point in the history
Bumps the linters group with 2 updates: [black](https://github.com/psf/black) and [pylint](https://github.com/pylint-dev/pylint).


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

Updates `pylint` from 2.17.7 to 3.0.2
- [Release notes](https://github.com/pylint-dev/pylint/releases)
- [Commits](pylint-dev/pylint@v2.17.7...v3.0.2)

---
updated-dependencies:
- dependency-name: black
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: linters
- dependency-name: pylint
  dependency-type: direct:production
  update-type: version-update:semver-major
  dependency-group: linters
...

Signed-off-by: dependabot[bot] <support@github.com>
  • Loading branch information
dependabot[bot] authored Nov 1, 2023
1 parent 3bd52af commit 8aac4fe
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 @@ -28,9 +28,9 @@ tests = [
"pytest==7.4.3",
"pytest-cov==4.1.0",
"pytest-xdist==3.3.1",
"black==23.9.1",
"black==23.10.1",
"flake8==6.1.0",
"pylint==2.17.7",
"pylint==3.0.2",
"tox==4.11.3",
"moto==4.1.12",
"mkdocs==1.5.3",
Expand Down

0 comments on commit 8aac4fe

Please sign in to comment.