From 78d36770cc7e719b35e8b25c30d885ae72c191cb Mon Sep 17 00:00:00 2001 From: "TEAM 4.0[bot]" Date: Wed, 10 Apr 2024 11:52:52 +0200 Subject: [PATCH] [Auto-generated] Update dependencies (#736) ### Update dependencies Automatically created PR from [`ci/dependabot-updates`](https://github.com/emmo-repo/EMMOntoPy/tree/ci/dependabot-updates). The PR is based on the ['CI - Update dependencies PR' workflow](https://SINTEF.github.io/ci-cd/latest/workflows/ci_update_dependencies/) in [SINTEF/ci-cd](https://github.com/SINTEF/ci-cd). #### To do - [ ] Check that the diff is sensible, and that tests and builds pass with the new dependency versions. - [ ] Make sure that the PR is **squash** merged, with a sensible commit message. --------- Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Francesca L. Bleken <48128015+francescalb@users.noreply.github.com> --- .pre-commit-config.yaml | 4 ++-- requirements_dev.txt | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index c40d7059b..0f3719470 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.5.0 + rev: v4.6.0 hooks: - id: check-symlinks - id: check-xml @@ -17,7 +17,7 @@ repos: args: [--markdown-linebreak-ext=md] - repo: https://github.com/ambv/black - rev: 24.2.0 + rev: 24.3.0 hooks: - id: black name: Blacken diff --git a/requirements_dev.txt b/requirements_dev.txt index b2fa68f34..efed240da 100644 --- a/requirements_dev.txt +++ b/requirements_dev.txt @@ -1,5 +1,5 @@ pre-commit>=2.21.0,<3; python_version<"3.9" -pre-commit~=3.6; python_version>="3.9" +pre-commit~=3.7; python_version>="3.9" pylint~=2.17; python_version<"3.8" pylint~=3.1; python_version>="3.8" pytest~=7.4; python_version<"3.8"