diff --git a/Pipfile b/Pipfile index 23a332c..88e79a7 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.2" 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..9ed85ea 100644 --- a/Pipfile.lock +++ b/Pipfile.lock @@ -1,7 +1,7 @@ { "_meta": { "hash": { - "sha256": "1e9ccc77142560239adaaa6606460ffb7ad91727fdd261b693c1a4dcc002bed1" + "sha256": "7cc6b576bef206600bb032efa7d0ed5d23223b122649252db26adbdceabffb35" }, "pipfile-spec": 6, "requires": { @@ -830,11 +830,11 @@ }, "markdown": { "hashes": [ - "sha256:37062d4f2aa4b2b6b32aefb80faa300f82cc790cb949a35b8caede34f2b68c0e", - "sha256:b5b99d6951e2e4948d939255596523444c0e677c669700b1d17aa4a8a464cb7c" + "sha256:1c19c10bd5c14ac948c53d0d762a04e2fa35a6d58a6b7b1e6bfcbe6fefc0001a", + "sha256:867d788939fe33e4b736426f5b9f651ad0c0ae0ecf89df0ca5d1176c70812fe3" ], "markers": "python_version >= '3.10'", - "version": "==3.10" + "version": "==3.10.1" }, "markdown-it-py": { "hashes": [ @@ -990,12 +990,12 @@ }, "mkdocstrings": { "hashes": [ - "sha256:351a006dbb27aefce241ade110d3cd040c1145b7a3eb5fd5ac23f03ed67f401a", - "sha256:4c50eb960bff6e05dfc631f6bc00dfabffbcb29c5ff25f676d64daae05ed82fa" + "sha256:41897815a8026c3634fe5d51472c3a569f92ded0ad8c7a640550873eea3b6817", + "sha256:48edd0ccbcb9e30a3121684e165261a9d6af4d63385fc4f39a54a49ac3b32ea8" ], "index": "pypi", "markers": "python_version >= '3.10'", - "version": "==1.0.0" + "version": "==1.0.2" }, "mkdocstrings-python": { "hashes": [ @@ -1064,11 +1064,11 @@ }, "packaging": { "hashes": [ - "sha256:29572ef2b1f17581046b3a2227d5c611fb25ec70ca1ba8554b24b0e69331a484", - "sha256:d443872c98d677bf60f6a1f2f8c1cb748e8fe762d2bf9d3148b5599295b0fc4f" + "sha256:00243ae351a257117b6a241061796684b084ed1c516a08c48a3f7e147a9d80b4", + "sha256:b36f1fef9334a5588b4166f8bcd26a14e521f2b55e6b9de3aaa80d3ff7a37529" ], "markers": "python_version >= '3.8'", - "version": "==25.0" + "version": "==26.0" }, "pathspec": { "hashes": [ @@ -1167,11 +1167,11 @@ }, "pymdown-extensions": { "hashes": [ - "sha256:5c73566ab0cf38c6ba084cb7c5ea64a119ae0500cce754ccb682761dfea13a52", - "sha256:ea9e62add865da80a271d00bfa1c0fa085b20d133fb3fc97afdc88e682f60b2f" + "sha256:24af7feacbca56504b313b7b418c4f5e1317bb5fea60f03d57be7fcc40912aa0", + "sha256:e7e39c865727338d434b55f1dd8da51febcffcaebd6e1a0b9c836243f660740a" ], "markers": "python_version >= '3.9'", - "version": "==10.20" + "version": "==10.20.1" }, "pyproject-hooks": { "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'