diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index b4ba4548..83bb8edd 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -25,7 +25,7 @@ repos: # Ruff - repo: https://github.com/charliermarsh/ruff-pre-commit # Ruff version. - rev: v0.5.0 + rev: v0.5.1 hooks: - id: ruff diff --git a/doc/requirements.txt b/doc/requirements.txt index 37eefae0..73ef5db8 100644 --- a/doc/requirements.txt +++ b/doc/requirements.txt @@ -39,7 +39,7 @@ ipy==1.01 ; python_version >= "3.9" and python_version < "4.0" itsdangerous==2.2.0 ; python_version >= "3.9" and python_version < "4.0" jinja2==3.1.4 ; python_version >= "3.9" and python_version < "4.0" jsonschema-specifications==2023.12.1 ; python_version >= "3.9" and python_version < "4.0" -jsonschema==4.22.0 ; python_version >= "3.9" and python_version < "4.0" +jsonschema==4.23.0 ; python_version >= "3.9" and python_version < "4.0" mako==1.3.5 ; python_version >= "3.9" and python_version < "4.0" markdown-it-py==3.0.0 ; python_version >= "3.9" and python_version < "4.0" markupsafe==2.1.5 ; python_version >= "3.9" and python_version < "4.0" @@ -57,7 +57,7 @@ pyopenssl==24.1.0 ; python_version >= "3.9" and python_version < "4.0" referencing==0.35.1 ; python_version >= "3.9" and python_version < "4.0" requests==2.32.3 ; python_version >= "3.9" and python_version < "4.0" rich==13.7.1 ; python_version >= "3.9" and python_version < "4.0" -rpds-py==0.18.1 ; python_version >= "3.9" and python_version < "4.0" +rpds-py==0.19.0 ; python_version >= "3.9" and python_version < "4.0" service-identity==24.1.0 ; python_version >= "3.9" and python_version < "4.0" setuptools==70.2.0 ; python_version >= "3.9" and python_version < "4.0" six==1.16.0 ; python_version >= "3.9" and python_version < "4.0"