From 8e0bed0b0da5cd1fec5b8fb8d774074a0974084a Mon Sep 17 00:00:00 2001 From: Casper Welzel Andersen <43357585+CasperWA@users.noreply.github.com> Date: Wed, 8 Dec 2021 09:29:02 +0100 Subject: [PATCH] Update dependencies (#303) Update dependencies: * Update pre-commit requirement from ~=2.15 to ~=2.16 (#302) Update `pre-commit` hooks. Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: The AiiDA Team --- .pre-commit-config.yaml | 2 +- requirements_dev.txt | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index 25e5aee5..064d7a1a 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -8,7 +8,7 @@ repos: - id: check-json - repo: https://github.com/ambv/black - rev: 21.11b1 + rev: 21.12b0 hooks: - id: black name: Blacken diff --git a/requirements_dev.txt b/requirements_dev.txt index 560f6803..87c926ca 100644 --- a/requirements_dev.txt +++ b/requirements_dev.txt @@ -1,3 +1,3 @@ invoke~=1.6 -pre-commit~=2.15 +pre-commit~=2.16 pylint~=2.12