Skip to content

Commit

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

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

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Dec 12, 2023
1 parent 9868db1 commit 6d48bd8
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 @@ -38,7 +38,7 @@ dependencies = [
[project.optional-dependencies]
dev = [
"coverage==7.3.2",
"pylint==3.0.2",
"pylint==3.0.3",
"tox==4.11.4",
"build==1.0.3",
"pdoc==14.1.0",
Expand Down
2 changes: 1 addition & 1 deletion requirements-dev.txt
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
coverage==7.3.2
pylint==3.0.2
pylint==3.0.3
tox==4.11.4
build==1.0.3
pdoc==14.1.0
Expand Down

0 comments on commit 6d48bd8

Please sign in to comment.