From 7575f8f2310c196bee9c6a3b4a5be7ba378becd3 Mon Sep 17 00:00:00 2001 From: Casper Welzel Andersen <43357585+CasperWA@users.noreply.github.com> Date: Mon, 16 Oct 2023 10:26:02 +0200 Subject: [PATCH] Update dependencies (#159) Update dependencies: * Update pylint requirement from ~=2.17 to ~=3.0 (#158) Update `pre-commit` hooks. Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- .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 878d1c9..5392a39 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -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 diff --git a/requirements_dev.txt b/requirements_dev.txt index f8957e0..ca77224 100644 --- a/requirements_dev.txt +++ b/requirements_dev.txt @@ -1,4 +1,4 @@ pre-commit~=3.4 -pylint~=2.17 +pylint~=3.0 pytest~=7.4 pytest-cov~=4.1