From 96568950a9f7d895a226369e3d14e929b3a3ae6d Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 20 Jan 2026 09:05:50 +0000 Subject: [PATCH] build(deps): bump mkdocstrings from 0.29.1 to 1.0.1 Bumps [mkdocstrings](https://github.com/mkdocstrings/mkdocstrings) from 0.29.1 to 1.0.1. - [Release notes](https://github.com/mkdocstrings/mkdocstrings/releases) - [Changelog](https://github.com/mkdocstrings/mkdocstrings/blob/main/CHANGELOG.md) - [Commits](https://github.com/mkdocstrings/mkdocstrings/compare/0.29.1...1.0.1) --- updated-dependencies: - dependency-name: mkdocstrings dependency-version: 1.0.1 dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- Pipfile | 2 +- Pipfile.lock | 8 ++++---- install-requirements.txt | 9 +++++---- 3 files changed, 10 insertions(+), 9 deletions(-) diff --git a/Pipfile b/Pipfile index 23a332c..4dc1a3b 100644 --- a/Pipfile +++ b/Pipfile @@ -11,7 +11,7 @@ cookieslicer = "==0.1.5" coverage = "==7.13.1" importlib-metadata = "==8.7.1" mkdocs = "==1.6.1" -mkdocstrings = "==1.0.0" +mkdocstrings = "==1.0.1" mkdocstrings-python = "==2.0.1" pip-check-updates = "==0.28.0" pre-commit = "==4.5.1" diff --git a/Pipfile.lock b/Pipfile.lock index ecdd369..8fccad1 100644 --- a/Pipfile.lock +++ b/Pipfile.lock @@ -1,7 +1,7 @@ { "_meta": { "hash": { - "sha256": "1e9ccc77142560239adaaa6606460ffb7ad91727fdd261b693c1a4dcc002bed1" + "sha256": "98a3082b9ccd6b430fcf2ada5284c81c20fdc2f1f984b9c7fde8b8ec74956610" }, "pipfile-spec": 6, "requires": { @@ -990,12 +990,12 @@ }, "mkdocstrings": { "hashes": [ - "sha256:351a006dbb27aefce241ade110d3cd040c1145b7a3eb5fd5ac23f03ed67f401a", - "sha256:4c50eb960bff6e05dfc631f6bc00dfabffbcb29c5ff25f676d64daae05ed82fa" + "sha256:10deb908e310e6d427a5b8f69026361dac06b77de860f46043043e26f121db02", + "sha256:caa7d311c85ac0a0674831725ecfdeee4348e3b8a2c91ab193ee319a41dbeb3d" ], "index": "pypi", "markers": "python_version >= '3.10'", - "version": "==1.0.0" + "version": "==1.0.1" }, "mkdocstrings-python": { "hashes": [ diff --git a/install-requirements.txt b/install-requirements.txt index 012fd71..0e2c9a5 100644 --- a/install-requirements.txt +++ b/install-requirements.txt @@ -1,4 +1,5 @@ -typing-extensions>=4.5.0 -tomli>=2.0.1 -pyyaml>=5.4.1 -pyjson5>=1.6.9 +-i https://pypi.org/simple +pyjson5==2.0.0; python_version ~= '3.8' +pyyaml==6.0.3; python_version >= '3.8' +tomli==2.4.0; python_version >= '3.8' +typing-extensions==4.15.0; python_version >= '3.9'