Skip to content

Commit

Permalink
build(deps-dev): bump pylint from 2.17.2 to 2.17.3
Browse files Browse the repository at this point in the history
Bumps [pylint](https://github.com/PyCQA/pylint) from 2.17.2 to 2.17.3.
- [Release notes](https://github.com/PyCQA/pylint/releases)
- [Commits](pylint-dev/pylint@v2.17.2...v2.17.3)

---
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] committed Apr 25, 2023
1 parent d74c94b commit 55c17bd
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 @@ -52,7 +52,7 @@ dev = [
"bump2version==1.0.1",
"cibuildwheel==2.12.3",
"pre-commit>=2.21.0",
"pylint==2.17.2",
"pylint==2.17.3",
"wheel==0.40.0",
]
doc = [
Expand Down
2 changes: 1 addition & 1 deletion requirements-dev.txt
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ patchelf>=0.14 ;sys_platform == 'linux' and platform_machine == 's390x'
bump2version==1.0.1
cibuildwheel==2.12.3
pre-commit>=2.21.0
pylint==2.17.2
pylint==2.17.3
wheel==0.40.0
# doc
sphinx==5.3.0
Expand Down

0 comments on commit 55c17bd

Please sign in to comment.