diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index 588da8f..384524f 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -8,7 +8,7 @@ repos: - id: check-added-large-files args: [--enforce-all, --maxkb=100] - repo: https://github.com/google/yamlfmt - rev: v0.19.0 + rev: v0.20.0 hooks: - id: yamlfmt - repo: https://github.com/hhatto/autopep8 @@ -33,7 +33,7 @@ repos: - id: forbid-crlf - id: forbid-tabs - repo: https://github.com/streetsidesoftware/cspell-cli - rev: v9.2.0 + rev: v9.3.3 hooks: - id: cspell exclude: \.gitignore|.*\.properties @@ -55,12 +55,12 @@ repos: - id: pyroma args: ["-d", "--min=10", "."] - repo: https://github.com/pre-commit/mirrors-mypy - rev: v1.18.2 + rev: v1.19.0 hooks: - id: mypy additional_dependencies: ["types-docutils", "types-python-dateutil", "types-requests"] - repo: "https://github.com/python-jsonschema/check-jsonschema" - rev: "0.34.1" + rev: "0.35.0" hooks: - id: check-github-workflows - repo: https://github.com/johannsdg/pre-commit-license-headers diff --git a/docs/requirements.txt b/docs/requirements.txt index 624723b..8ddab56 100644 --- a/docs/requirements.txt +++ b/docs/requirements.txt @@ -1,8 +1,8 @@ accessible-pygments==0.0.5 alabaster==1.0.0 babel==2.17.0 -beautifulsoup4==4.14.2 -certifi==2025.10.5 +beautifulsoup4==4.14.3 +certifi==2025.11.12 charset-normalizer==3.4.4 docutils==0.21.2 furo==2025.9.25 diff --git a/pyproject.toml b/pyproject.toml index ef67792..ec6474b 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -36,7 +36,7 @@ license = {text = "Apache License 2.0"} "Documentation" = "https://concoursetools.readthedocs.io/en/stable/" "Repository" = "https://github.com/gchq/ConcourseTools/" "Bug Tracker" = "https://github.com/gchq/ConcourseTools/issues" -"Changelog" = "https://concoursetools.readthedocs.io/en/latest/whats_new.html" +"Changelog" = "https://concoursetools.readthedocs.io/en/stable/changelog.html" [tool.setuptools] packages = [ diff --git a/requirements-tests.txt b/requirements-tests.txt index ccca956..6230750 100644 --- a/requirements-tests.txt +++ b/requirements-tests.txt @@ -1,6 +1,6 @@ -boto3==1.40.56 -botocore==1.40.56 -certifi==2025.10.5 +boto3==1.42.3 +botocore==1.42.3 +certifi==2025.11.12 cffi==2.0.0 charset-normalizer==3.4.4 cryptography==46.0.3 @@ -14,8 +14,8 @@ python-dateutil==2.9.0.post0 PyYAML==6.0.3 requests==2.32.5 responses==0.25.8 -s3transfer==0.14.0 +s3transfer==0.16.0 six==1.17.0 urllib3==2.5.0 -Werkzeug==3.1.3 +Werkzeug==3.1.4 xmltodict==1.0.2