Skip to content

Commit

Permalink
Update dependencies (#498)
Browse files Browse the repository at this point in the history
Update dependencies:
* Update pre-commit requirement from ~=3.4 to ~=3.5 (#497)

Update `pre-commit` hooks.


Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: The AiiDA Team <developers@aiida.net>
  • Loading branch information
3 people committed Oct 25, 2023
1 parent dafd5f9 commit 04c7d2d
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
Expand Up @@ -20,7 +20,7 @@ repos:
exclude: ^.github/dependabot.yml$

- repo: https://github.com/ambv/black
rev: 23.9.1
rev: 23.10.1
hooks:
- id: black
name: Blacken
Expand Down
2 changes: 1 addition & 1 deletion requirements_dev.txt
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
invoke~=2.2
pre-commit~=3.4
pre-commit~=3.5
pylint~=3.0

0 comments on commit 04c7d2d

Please sign in to comment.