From 04c7d2da3f6e505ec1f8a96e1556835783345645 Mon Sep 17 00:00:00 2001 From: Casper Welzel Andersen <43357585+CasperWA@users.noreply.github.com> Date: Wed, 25 Oct 2023 16:11:48 +0200 Subject: [PATCH] Update dependencies (#498) Update dependencies: * Update pre-commit requirement from ~=3.4 to ~=3.5 (#497) Update `pre-commit` hooks. Signed-off-by: dependabot[bot] 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 8738c1f6..09339b8e 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -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 diff --git a/requirements_dev.txt b/requirements_dev.txt index bfb4911a..f5a90f77 100644 --- a/requirements_dev.txt +++ b/requirements_dev.txt @@ -1,3 +1,3 @@ invoke~=2.2 -pre-commit~=3.4 +pre-commit~=3.5 pylint~=3.0