Skip to content

Commit

Permalink
Update dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
matthewfeickert committed Aug 2, 2021
1 parent c3c3d88 commit 96655dc
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ repos:
rev: v1.10.0
hooks:
- id: blacken-docs
additional_dependencies: [black==21.6b0]
additional_dependencies: [black==21.7b0]

- repo: https://github.com/PyCQA/flake8
rev: 3.9.2
Expand All @@ -51,6 +51,6 @@ repos:
rev: 1.1.0
hooks:
- id: nbqa-pyupgrade
additional_dependencies: [pyupgrade==2.20.0]
additional_dependencies: [pyupgrade==2.23.1]
- id: nbqa-black
additional_dependencies: [black==21.6b0]
additional_dependencies: [black==21.7b0]

0 comments on commit 96655dc

Please sign in to comment.