diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index 7cc1df7..10e39fc 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -33,7 +33,7 @@ repos: - id: forbid-crlf - id: forbid-tabs - repo: https://github.com/streetsidesoftware/cspell-cli - rev: v9.8.0 + rev: v10.0.1 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.20.1 + rev: v2.1.0 hooks: - id: mypy additional_dependencies: ["types-docutils", "types-python-dateutil", "types-requests"] - repo: "https://github.com/python-jsonschema/check-jsonschema" - rev: "0.37.1" + rev: "0.37.3" 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 4667747..77ef86a 100644 --- a/docs/requirements.txt +++ b/docs/requirements.txt @@ -1,23 +1,23 @@ accessible-pygments==0.0.5 alabaster==1.0.0 babel==2.18.0 -beautifulsoup4==4.14.3 -certifi==2026.2.25 +beautifulsoup4==4.15.0 +certifi==2026.6.17 charset-normalizer==3.4.7 docutils==0.22.4 furo==2025.12.19 -idna==3.11 +idna==3.18 imagesize==2.0.0 Jinja2==3.1.6 MarkupSafe==3.0.3 -packaging==26.1 +packaging==26.2 Pygments==2.20.0 -requests==2.33.1 +requests==2.34.2 roman-numerals==4.1.0 -snowballstemmer==3.0.1 -soupsieve==2.8.3 +snowballstemmer==3.1.1 +soupsieve==2.8.4 Sphinx==9.1.0 -sphinx-autodoc-typehints==3.10.1 +sphinx-autodoc-typehints==3.12.0 sphinx-basic-ng==1.0.0b2 sphinxcontrib-applehelp==2.0.0 sphinxcontrib-devhelp==2.0.0 @@ -26,4 +26,4 @@ sphinxcontrib-jsmath==1.0.1 sphinxcontrib-qthelp==2.0.0 sphinxcontrib-serializinghtml==2.0.0 typing_extensions==4.15.0 -urllib3==2.6.3 +urllib3==2.7.0 diff --git a/requirements-tests.txt b/requirements-tests.txt index 1784c2d..a1d24b1 100644 --- a/requirements-tests.txt +++ b/requirements-tests.txt @@ -1,21 +1,20 @@ -boto3==1.42.89 -botocore==1.42.89 -certifi==2026.2.25 +boto3==1.43.36 +botocore==1.43.36 +certifi==2026.6.17 cffi==2.0.0 charset-normalizer==3.4.7 -cryptography==46.0.7 -idna==3.11 -Jinja2==3.1.6 +cryptography==49.0.0 +idna==3.18 jmespath==1.1.0 MarkupSafe==3.0.3 -moto==5.1.22 +moto==5.2.2 pycparser==3.0 python-dateutil==2.9.0.post0 PyYAML==6.0.3 -requests==2.33.1 -responses==0.26.0 -s3transfer==0.16.0 +requests==2.34.2 +responses==0.26.1 +s3transfer==0.19.0 six==1.17.0 -urllib3==2.6.3 +urllib3==2.7.0 Werkzeug==3.1.8 xmltodict==1.0.4