Skip to content

Commit

Permalink
Update dependencies (#159)
Browse files Browse the repository at this point in the history
Update dependencies:
* Update pylint requirement from ~=2.17 to ~=3.0 (#158)

Update `pre-commit` hooks.


Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  • Loading branch information
CasperWA and dependabot[bot] authored Oct 16, 2023
1 parent 8ac1e7d commit 7575f8f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .pre-commit-config.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
repos:
- repo: https://github.com/pre-commit/pre-commit-hooks
rev: v4.4.0
rev: v4.5.0
hooks:
- id: check-symlinks
- id: check-yaml
Expand Down
2 changes: 1 addition & 1 deletion requirements_dev.txt
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
pre-commit~=3.4
pylint~=2.17
pylint~=3.0
pytest~=7.4
pytest-cov~=4.1

0 comments on commit 7575f8f

Please sign in to comment.