From c6111f6a5094e1006e2cca03555896e85719c90e Mon Sep 17 00:00:00 2001 From: frostming <16336606+frostming@users.noreply.github.com> Date: Sat, 14 Dec 2024 00:01:02 +0000 Subject: [PATCH] chore: Update pdm.lock --- docs/reqs.txt | 4 +--- pdm.lock | 16 ++++++++-------- 2 files changed, 9 insertions(+), 11 deletions(-) diff --git a/docs/reqs.txt b/docs/reqs.txt index d447ff9..a18b4ef 100644 --- a/docs/reqs.txt +++ b/docs/reqs.txt @@ -15,10 +15,9 @@ markupsafe==2.1.3 packaging==21.3 pygments==2.18.0 pyparsing==3.0.7 -python-slugify==8.0.4 pytz==2023.3; python_version < "3.9" requests==2.31.0 -shibuya==2024.10.15 +shibuya==2024.12.13 snowballstemmer==2.2.0 sphinx==7.1.2 sphinxcontrib-applehelp==1.0.2 @@ -27,6 +26,5 @@ sphinxcontrib-htmlhelp==2.0.0 sphinxcontrib-jsmath==1.0.1 sphinxcontrib-qthelp==1.0.3 sphinxcontrib-serializinghtml==1.1.5 -text-unidecode==1.3 urllib3==2.0.3 zipp==3.6.0; python_version < "3.10" diff --git a/pdm.lock b/pdm.lock index 12ebe62..e3e20a2 100644 --- a/pdm.lock +++ b/pdm.lock @@ -596,7 +596,7 @@ files = [ [[package]] name = "pytest" -version = "8.3.3" +version = "8.3.4" requires_python = ">=3.8" summary = "pytest: simple powerful testing with Python" groups = ["dev"] @@ -609,8 +609,8 @@ dependencies = [ "tomli>=1; python_version < \"3.11\"", ] files = [ - {file = "pytest-8.3.3-py3-none-any.whl", hash = "sha256:a6853c7375b2663155079443d2e45de913a911a11d669df02a50814944db57b2"}, - {file = "pytest-8.3.3.tar.gz", hash = "sha256:70b98107bd648308a7952b06e6ca9a50bc660be218d53c257cc1fc94fda10181"}, + {file = "pytest-8.3.4-py3-none-any.whl", hash = "sha256:50e16d954148559c9a74109af1eaf0c945ba2d8f30f0a3d3335edde19788b6f6"}, + {file = "pytest-8.3.4.tar.gz", hash = "sha256:965370d062bce11e73868e0335abac31b4d3de0e82f4007408d242b4f8610761"}, ] [[package]] @@ -633,7 +633,7 @@ name = "python-slugify" version = "8.0.4" requires_python = ">=3.7" summary = "A Python slugify application that also handles Unicode" -groups = ["doc", "toc"] +groups = ["toc"] dependencies = [ "text-unidecode>=1.3", ] @@ -672,7 +672,7 @@ files = [ [[package]] name = "shibuya" -version = "2024.10.15" +version = "2024.12.13" requires_python = ">=3.7" summary = "A clean, responsive, and customizable Sphinx documentation theme with light/dark mode." groups = ["doc"] @@ -680,8 +680,8 @@ dependencies = [ "Sphinx", ] files = [ - {file = "shibuya-2024.10.15-py3-none-any.whl", hash = "sha256:46d32c4dc7f244bfe130e710f477f4bda64706e5610916089371509992cae5e6"}, - {file = "shibuya-2024.10.15.tar.gz", hash = "sha256:fc057a32a2dcdca9f0f85616f9fff5b3007500bf42ff4eeb1d68fae124b1a51d"}, + {file = "shibuya-2024.12.13-py3-none-any.whl", hash = "sha256:3b0186b093ca49f2448ea3c86618877e19fee8564d3c35ba6718401d4a586b82"}, + {file = "shibuya-2024.12.13.tar.gz", hash = "sha256:cde2f1d6b9b00321c9b47a782874e57cb0d4e3de399bf187c39d8edb84d6e73f"}, ] [[package]] @@ -794,7 +794,7 @@ files = [ name = "text-unidecode" version = "1.3" summary = "The most basic Text::Unidecode port" -groups = ["doc", "toc"] +groups = ["toc"] files = [ {file = "text-unidecode-1.3.tar.gz", hash = "sha256:bad6603bb14d279193107714b288be206cac565dfa49aa5b105294dd5c4aab93"}, {file = "text_unidecode-1.3-py2.py3-none-any.whl", hash = "sha256:1311f10e8b895935241623731c2ba64f4c455287888b18189350b67134a822e8"},