From 11828f3970d0a44c4c035ad801cfd13e5581de27 Mon Sep 17 00:00:00 2001 From: Sorin Sbarnea Date: Mon, 30 Oct 2023 11:28:56 +0000 Subject: [PATCH] Update test dependencies (#3877) --- .config/requirements-lock.txt | 4 ++-- .config/requirements.txt | 4 ++-- .pre-commit-config.yaml | 2 +- pyproject.toml | 1 - 4 files changed, 5 insertions(+), 6 deletions(-) diff --git a/.config/requirements-lock.txt b/.config/requirements-lock.txt index cbd8de01cd..987183c9e1 100644 --- a/.config/requirements-lock.txt +++ b/.config/requirements-lock.txt @@ -14,7 +14,7 @@ cffi==1.16.0 charset-normalizer==3.3.1 click==8.1.7 cryptography==41.0.5 -filelock==3.12.4 +filelock==3.13.0 idna==3.4 importlib-resources==5.0.7 jinja2==3.1.2 @@ -34,7 +34,7 @@ referencing==0.30.2 requests==2.31.0 rich==13.6.0 rpds-py==0.10.6 -ruamel-yaml==0.18.2 +ruamel-yaml==0.18.3 subprocess-tee==0.4.1 tomli==2.0.1 typing-extensions==4.8.0 diff --git a/.config/requirements.txt b/.config/requirements.txt index 2312b9656e..ba563bc45e 100644 --- a/.config/requirements.txt +++ b/.config/requirements.txt @@ -29,7 +29,7 @@ defusedxml==0.7.1 dill==0.3.7 exceptiongroup==1.1.3 execnet==2.0.2 -filelock==3.12.4 +filelock==3.13.0 ghp-import==2.1.0 griffe==0.36.4 htmlmin2==0.1.13 @@ -91,7 +91,7 @@ regex==2023.8.8 requests==2.31.0 rich==13.6.0 rpds-py==0.10.6 -ruamel-yaml==0.18.2 +ruamel-yaml==0.18.3 six==1.16.0 soupsieve==2.5 subprocess-tee==0.4.1 diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index d977ef33ef..eced67c3fa 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -131,7 +131,7 @@ repos: types: [file, yaml] entry: yamllint --strict - repo: https://github.com/astral-sh/ruff-pre-commit - rev: "v0.1.2" + rev: "v0.1.3" hooks: - id: ruff args: [--fix, --exit-non-zero-on-fix] diff --git a/pyproject.toml b/pyproject.toml index 33f49521e3..aef263367f 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -233,7 +233,6 @@ python_files = [ xfail_strict = true [tool.ruff] -required-version = "0.1.2" ignore = [ "D203", # incompatible with D211 "D213", # incompatible with D212