Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 4 additions & 4 deletions .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand All @@ -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
Expand All @@ -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
Expand Down
4 changes: 2 additions & 2 deletions docs/requirements.txt
Original file line number Diff line number Diff line change
@@ -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
Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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 = [
Expand Down
10 changes: 5 additions & 5 deletions requirements-tests.txt
Original file line number Diff line number Diff line change
@@ -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
Expand All @@ -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