From 1545946a92926c970a970b9b955a5608e5f5822b Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 21 May 2026 20:46:22 +0000 Subject: [PATCH] python-deps(deps): bump the python-dependencies group across 1 directory with 10 updates Bumps the python-dependencies group with 10 updates in the / directory: | Package | From | To | | --- | --- | --- | | [black](https://github.com/psf/black) | `26.3.1` | `26.5.1` | | [mkdocs-include-markdown-plugin](https://github.com/mondeja/mkdocs-include-markdown-plugin) | `7.2.2` | `7.3.0` | | [pymdown-extensions](https://github.com/facelessuser/pymdown-extensions) | `10.21.2` | `10.21.3` | | [requests](https://github.com/psf/requests) | `2.34.0` | `2.34.2` | | [certifi](https://github.com/certifi/python-certifi) | `2026.4.22` | `2026.5.20` | | [click](https://github.com/pallets/click) | `8.3.3` | `8.4.0` | | [idna](https://github.com/kjd/idna) | `3.14` | `3.15` | | [typeguard](https://github.com/agronholm/typeguard) | `4.5.1` | `4.5.2` | | [chardet](https://github.com/chardet/chardet) | `6.0.0.post1` | `7.4.3` | | [typepy](https://github.com/thombashi/typepy) | `1.3.5` | `2.0.0` | Updates `black` from 26.3.1 to 26.5.1 - [Release notes](https://github.com/psf/black/releases) - [Changelog](https://github.com/psf/black/blob/main/CHANGES.md) - [Commits](https://github.com/psf/black/compare/26.3.1...26.5.1) Updates `mkdocs-include-markdown-plugin` from 7.2.2 to 7.3.0 - [Release notes](https://github.com/mondeja/mkdocs-include-markdown-plugin/releases) - [Commits](https://github.com/mondeja/mkdocs-include-markdown-plugin/compare/v7.2.2...v7.3.0) Updates `pymdown-extensions` from 10.21.2 to 10.21.3 - [Release notes](https://github.com/facelessuser/pymdown-extensions/releases) - [Commits](https://github.com/facelessuser/pymdown-extensions/compare/10.21.2...10.21.3) Updates `requests` from 2.34.0 to 2.34.2 - [Release notes](https://github.com/psf/requests/releases) - [Changelog](https://github.com/psf/requests/blob/main/HISTORY.md) - [Commits](https://github.com/psf/requests/compare/v2.34.0...v2.34.2) Updates `certifi` from 2026.4.22 to 2026.5.20 - [Commits](https://github.com/certifi/python-certifi/compare/2026.04.22...2026.05.20) Updates `click` from 8.3.3 to 8.4.0 - [Release notes](https://github.com/pallets/click/releases) - [Changelog](https://github.com/pallets/click/blob/main/CHANGES.rst) - [Commits](https://github.com/pallets/click/compare/8.3.3...8.4.0) Updates `idna` from 3.14 to 3.15 - [Release notes](https://github.com/kjd/idna/releases) - [Changelog](https://github.com/kjd/idna/blob/master/HISTORY.md) - [Commits](https://github.com/kjd/idna/compare/v3.14...v3.15) Updates `typeguard` from 4.5.1 to 4.5.2 - [Release notes](https://github.com/agronholm/typeguard/releases) - [Commits](https://github.com/agronholm/typeguard/compare/4.5.1...4.5.2) Updates `chardet` from 6.0.0.post1 to 7.4.3 - [Release notes](https://github.com/chardet/chardet/releases) - [Changelog](https://github.com/chardet/chardet/blob/main/docs/changelog.rst) - [Commits](https://github.com/chardet/chardet/compare/6.0.0.post1...7.4.3) Updates `typepy` from 1.3.5 to 2.0.0 - [Release notes](https://github.com/thombashi/typepy/releases) - [Commits](https://github.com/thombashi/typepy/compare/v1.3.5...v2.0.0) --- updated-dependencies: - dependency-name: black dependency-version: 26.5.1 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: python-dependencies - dependency-name: mkdocs-include-markdown-plugin dependency-version: 7.3.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: python-dependencies - dependency-name: pymdown-extensions dependency-version: 10.21.3 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: python-dependencies - dependency-name: requests dependency-version: 2.34.2 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: python-dependencies - dependency-name: certifi dependency-version: 2026.5.20 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: python-dependencies - dependency-name: click dependency-version: 8.4.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: python-dependencies - dependency-name: idna dependency-version: '3.15' dependency-type: direct:production update-type: version-update:semver-minor dependency-group: python-dependencies - dependency-name: typeguard dependency-version: 4.5.2 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: python-dependencies - dependency-name: chardet dependency-version: 7.4.3 dependency-type: direct:production update-type: version-update:semver-major dependency-group: python-dependencies - dependency-name: typepy dependency-version: 2.0.0 dependency-type: direct:production update-type: version-update:semver-major dependency-group: python-dependencies ... Signed-off-by: dependabot[bot] --- docs/requirements.txt | 16 ++++++++-------- tests/requirements.txt | 10 +++++----- 2 files changed, 13 insertions(+), 13 deletions(-) diff --git a/docs/requirements.txt b/docs/requirements.txt index db59949..1eecc7b 100644 --- a/docs/requirements.txt +++ b/docs/requirements.txt @@ -1,10 +1,10 @@ annotated-types==0.7.0 ; python_version >= "3.10" and python_version < "3.14" beautifulsoup4==4.14.3 ; python_version >= "3.10" and python_version < "3.14" -black==26.3.1 ; python_version >= "3.10" and python_version < "3.14" +black==26.5.1 ; python_version >= "3.10" and python_version < "3.14" bracex==2.6 ; python_version >= "3.10" and python_version < "3.14" -certifi==2026.4.22 ; python_version >= "3.10" and python_version < "3.14" +certifi==2026.5.20 ; python_version >= "3.10" and python_version < "3.14" charset-normalizer==3.4.7 ; python_version >= "3.10" and python_version < "3.14" -click==8.3.3 ; python_version >= "3.10" and python_version < "3.14" +click==8.4.0 ; python_version >= "3.10" and python_version < "3.14" codespell==2.4.2 ; python_version >= "3.10" and python_version < "3.14" colorama==0.4.6 ; python_version >= "3.10" and python_version < "3.14" editdistpy==0.2.0 ; python_version >= "3.10" and python_version < "3.14" @@ -14,7 +14,7 @@ griffe==2.0.2 ; python_version >= "3.10" and python_version < "3.14" griffecli==2.0.2 ; python_version >= "3.10" and python_version < "3.14" griffelib==2.0.2 ; python_version >= "3.10" and python_version < "3.14" hjson==3.1.0 ; python_version >= "3.10" and python_version < "3.14" -idna==3.14 ; python_version >= "3.10" and python_version < "3.14" +idna==3.15 ; python_version >= "3.10" and python_version < "3.14" inflect==7.5.0 ; python_version >= "3.10" and python_version < "3.14" jinja2==3.1.6 ; python_version >= "3.10" and python_version < "3.14" jsbeautifier==1.15.4 ; python_version >= "3.10" and python_version < "3.14" @@ -26,7 +26,7 @@ mkdocs-autorefs==1.4.4 ; python_version >= "3.10" and python_version < "3.14" mkdocs-ezglossary-plugin==2.1.0 ; python_version >= "3.10" and python_version < "3.14" mkdocs-gen-files==0.6.1 ; python_version >= "3.10" and python_version < "3.14" mkdocs-get-deps==0.2.2 ; python_version >= "3.10" and python_version < "3.14" -mkdocs-include-markdown-plugin==7.2.2 ; python_version >= "3.10" and python_version < "3.14" +mkdocs-include-markdown-plugin==7.3.0 ; python_version >= "3.10" and python_version < "3.14" mkdocs-literate-nav==0.6.3 ; python_version >= "3.10" and python_version < "3.14" mkdocs-macros-plugin==1.5.0 ; python_version >= "3.10" and python_version < "3.14" mkdocs-mermaid2-plugin==1.2.3 ; python_version >= "3.10" and python_version < "3.14" @@ -44,12 +44,12 @@ properdocs==1.6.7 ; python_version >= "3.10" and python_version < "3.14" pydantic==2.13.4 ; python_version >= "3.10" and python_version < "3.14" pydantic-core==2.46.4 ; python_version >= "3.10" and python_version < "3.14" pygments==2.20.0 ; python_version >= "3.10" and python_version < "3.14" -pymdown-extensions==10.21.2 ; python_version >= "3.10" and python_version < "3.14" +pymdown-extensions==10.21.3 ; python_version >= "3.10" and python_version < "3.14" python-dateutil==2.9.0.post0 ; python_version >= "3.10" and python_version < "3.14" pytokens==0.4.1 ; python_version >= "3.10" and python_version < "3.14" pyyaml==6.0.3 ; python_version >= "3.10" and python_version < "3.14" pyyaml-env-tag==1.1 ; python_version >= "3.10" and python_version < "3.14" -requests==2.34.0 ; python_version >= "3.10" and python_version < "3.14" +requests==2.34.2 ; python_version >= "3.10" and python_version < "3.14" setuptools==82.0.1 ; python_version >= "3.10" and python_version < "3.14" six==1.17.0 ; python_version >= "3.10" and python_version < "3.14" soupsieve==2.8.3 ; python_version >= "3.10" and python_version < "3.14" @@ -57,7 +57,7 @@ super-collections==0.6.2 ; python_version >= "3.10" and python_version < "3.14" symspellpy==6.9.0 ; python_version >= "3.10" and python_version < "3.14" termcolor==3.3.0 ; python_version >= "3.10" and python_version < "3.14" tomli==2.4.1 ; python_version >= "3.10" and python_version < "3.14" -typeguard==4.5.1 ; python_version >= "3.10" and python_version < "3.14" +typeguard==4.5.2 ; python_version >= "3.10" and python_version < "3.14" typing-extensions==4.15.0 ; python_version >= "3.10" and python_version < "3.14" typing-inspection==0.4.2 ; python_version >= "3.10" and python_version < "3.14" urllib3==2.7.0 ; python_version >= "3.10" and python_version < "3.14" diff --git a/tests/requirements.txt b/tests/requirements.txt index 522304d..bbd1bb4 100644 --- a/tests/requirements.txt +++ b/tests/requirements.txt @@ -1,6 +1,6 @@ beautifulsoup4==4.14.3 ; python_version >= "3.10" and python_version < "3.14" -certifi==2026.4.22 ; python_version >= "3.10" and python_version < "3.14" -chardet==6.0.0.post1 ; python_version >= "3.10" and python_version < "3.14" +certifi==2026.5.20 ; python_version >= "3.10" and python_version < "3.14" +chardet==7.4.3 ; python_version >= "3.10" and python_version < "3.14" charset-normalizer==3.4.7 ; python_version >= "3.10" and python_version < "3.14" colorama==0.4.6 ; python_version >= "3.10" and python_version < "3.14" coverage==7.14.0 ; python_version >= "3.10" and python_version < "3.14" @@ -8,7 +8,7 @@ dataproperty==1.1.1 ; python_version >= "3.10" and python_version < "3.14" dnspython==2.8.0 ; python_version >= "3.10" and python_version < "3.14" exceptiongroup==1.3.1 ; python_version == "3.10" future-fstrings==1.2.0 ; python_version >= "3.10" and python_version < "3.14" -idna==3.14 ; python_version >= "3.10" and python_version < "3.14" +idna==3.15 ; python_version >= "3.10" and python_version < "3.14" iniconfig==2.3.0 ; python_version >= "3.10" and python_version < "3.14" jinja2==3.1.6 ; python_version >= "3.10" and python_version < "3.14" linkchecker==10.6.0 ; python_version >= "3.10" and python_version < "3.14" @@ -32,13 +32,13 @@ pytest-order==1.4.0 ; python_version >= "3.10" and python_version < "3.14" python-dateutil==2.9.0.post0 ; python_version >= "3.10" and python_version < "3.14" python-dotenv==1.2.2 ; python_version >= "3.10" and python_version < "3.14" pytz==2026.2 ; python_version >= "3.10" and python_version < "3.14" -requests==2.34.0 ; python_version >= "3.10" and python_version < "3.14" +requests==2.34.2 ; python_version >= "3.10" and python_version < "3.14" setuptools==82.0.1 ; python_version >= "3.10" and python_version < "3.14" six==1.17.0 ; python_version >= "3.10" and python_version < "3.14" soupsieve==2.8.3 ; python_version >= "3.10" and python_version < "3.14" tabledata==1.3.5 ; python_version >= "3.10" and python_version < "3.14" tcolorpy==0.1.7 ; python_version >= "3.10" and python_version < "3.14" tomli==2.4.1 ; python_version == "3.10" -typepy==1.3.5 ; python_version >= "3.10" and python_version < "3.14" +typepy==2.0.0 ; python_version >= "3.10" and python_version < "3.14" typing-extensions==4.15.0 ; python_version >= "3.10" and python_version < "3.14" urllib3==2.7.0 ; python_version >= "3.10" and python_version < "3.14"