Skip to content

Commit

Permalink
Bump pylint from 3.3.1 to 3.3.2
Browse files Browse the repository at this point in the history
Bumps [pylint](https://github.com/pylint-dev/pylint) from 3.3.1 to 3.3.2.
- [Release notes](https://github.com/pylint-dev/pylint/releases)
- [Commits](pylint-dev/pylint@v3.3.1...v3.3.2)

---
updated-dependencies:
- dependency-name: pylint
  dependency-type: direct:development
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
  • Loading branch information
dependabot[bot] authored Dec 2, 2024
1 parent 8b9d78c commit 8439da2
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -37,6 +37,6 @@ dependencies = [
# Lock file: requirements_dev.txt
optional-dependencies.dev = [
"black == 24.10.0",
"pylint == 3.3.1",
"pylint == 3.3.2",
"pytest == 8.3.3",
]
2 changes: 1 addition & 1 deletion requirements_dev.txt
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,6 @@ packaging == 24.2
pathspec == 0.12.1
platformdirs == 4.3.6
pluggy == 1.5.0
pylint == 3.3.1
pylint == 3.3.2
pytest == 8.3.3
tomlkit == 0.13.2

0 comments on commit 8439da2

Please sign in to comment.