Skip to content

Commit

Permalink
Fixes docs lockfile
Browse files Browse the repository at this point in the history
  • Loading branch information
mrharpo committed Sep 9, 2024
1 parent d2886ae commit 5f502f0
Show file tree
Hide file tree
Showing 2 changed files with 49 additions and 18 deletions.
6 changes: 3 additions & 3 deletions docs/pdm.md
Original file line number Diff line number Diff line change
Expand Up @@ -31,9 +31,9 @@ pdm lock --no-default -G docs -L pdm-locks/pdm.doc.lock

```bash
# dev
pdm update -G dev,test,cli --unconstrained --save-compatible
pdm update -G dev,test,cli --unconstrained --save-compatible --no-self
# prod
pdm update --prod -G production -L pdm-locks/pdm.prod.lock --unconstrained --save-compatible
pdm update --prod -G production -L pdm-locks/pdm.prod.lock --unconstrained --save-compatible --no-self
# docs
pdm update --no-default -G docs -L pdm-locks/pdm.doc.lock --unconstrained --save-compatible
pdm update --no-default -G docs -L pdm-locks/pdm.doc.lock --unconstrained --save-compatible --no-self
```
61 changes: 46 additions & 15 deletions pdm-locks/pdm.doc.lock
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,11 @@
[metadata]
groups = ["docs"]
strategy = ["cross_platform"]
lock_version = "4.4.1"
content_hash = "sha256:a00d19d7df1ad04a273385d8012e609520dc7151367db28bfadc31eaf8b11769"
lock_version = "4.5.0"
content_hash = "sha256:2293a8f36f6086d0182e867963ecba79342e885f74109a1646df50aefe9e9331"

[[metadata.targets]]
requires_python = "~=3.10"

[[package]]
name = "appnope"
Expand All @@ -23,6 +26,7 @@ version = "2.4.1"
summary = "Annotate AST trees with source code positions"
dependencies = [
"six>=1.12.0",
"typing; python_version < \"3.5\"",
]
files = [
{file = "asttokens-2.4.1-py2.py3-none-any.whl", hash = "sha256:051ed49c3dcae8913ea7cd08e46a606dba30b79993209636c4875bc1d637bc24"},
Expand All @@ -34,6 +38,9 @@ name = "attrs"
version = "23.2.0"
requires_python = ">=3.7"
summary = "Classes Without Boilerplate"
dependencies = [
"importlib-metadata; python_version < \"3.8\"",
]
files = [
{file = "attrs-23.2.0-py3-none-any.whl", hash = "sha256:99b87a485a5820b23b879f04c2305b44b951b502fd64be915879d77a7e8fc6f1"},
{file = "attrs-23.2.0.tar.gz", hash = "sha256:935dc3b529c262f6cf76e50877d35a4bd3c1de194fd41f47a2b7ae8f19971f30"},
Expand All @@ -44,6 +51,9 @@ name = "babel"
version = "2.15.0"
requires_python = ">=3.8"
summary = "Internationalization utilities"
dependencies = [
"pytz>=2015.7; python_version < \"3.9\"",
]
files = [
{file = "Babel-2.15.0-py3-none-any.whl", hash = "sha256:08706bdad8d0a3413266ab61bd6c34d0c28d6e1e7badf40a2cebe67644e2e1fb"},
{file = "babel-2.15.0.tar.gz", hash = "sha256:8daf0e265d05768bc6c7a314cf1321e9a123afc328cc635c18622a2f30a04413"},
Expand Down Expand Up @@ -192,6 +202,7 @@ requires_python = ">=3.7"
summary = "Composable command line interface toolkit"
dependencies = [
"colorama; platform_system == \"Windows\"",
"importlib-metadata; python_version < \"3.8\"",
]
files = [
{file = "click-8.1.7-py3-none-any.whl", hash = "sha256:ae74fb96c20a0277a1d615f1e4d73c8414f5a98db8b799a7931d1582f3390c28"},
Expand Down Expand Up @@ -324,6 +335,7 @@ requires_python = ">=3.7"
summary = "GitPython is a Python library used to interact with Git repositories"
dependencies = [
"gitdb<5,>=4.0.1",
"typing-extensions>=3.7.4.3; python_version < \"3.8\"",
]
files = [
{file = "GitPython-3.1.43-py3-none-any.whl", hash = "sha256:eec7ec56b92aad751f9912a73404bc02ba212a23adb2c7098ee668417051a1ff"},
Expand Down Expand Up @@ -359,6 +371,7 @@ version = "7.1.0"
requires_python = ">=3.8"
summary = "Read metadata from Python packages"
dependencies = [
"typing-extensions>=3.6.4; python_version < \"3.8\"",
"zipp>=0.5",
]
files = [
Expand All @@ -371,6 +384,9 @@ name = "importlib-resources"
version = "6.4.0"
requires_python = ">=3.8"
summary = "Read resources from Python packages"
dependencies = [
"zipp>=3.1.0; python_version < \"3.10\"",
]
files = [
{file = "importlib_resources-6.4.0-py3-none-any.whl", hash = "sha256:50d10f043df931902d4194ea07ec57960f66a80449ff867bfe782b4c486ba78c"},
{file = "importlib_resources-6.4.0.tar.gz", hash = "sha256:cdb2b453b8046ca4e3798eb1d84f3cce1446a0e8e7b5ef4efb600f19fc398145"},
Expand Down Expand Up @@ -457,7 +473,9 @@ requires_python = ">=3.8"
summary = "An implementation of JSON Schema validation for Python"
dependencies = [
"attrs>=22.2.0",
"importlib-resources>=1.4.0; python_version < \"3.9\"",
"jsonschema-specifications>=2023.03.6",
"pkgutil-resolve-name>=1.3.10; python_version < \"3.9\"",
"referencing>=0.28.4",
"rpds-py>=0.7.1",
]
Expand All @@ -472,6 +490,7 @@ version = "2023.12.1"
requires_python = ">=3.8"
summary = "The JSON Schema meta-schemas and vocabularies, exposed as a Registry"
dependencies = [
"importlib-resources>=1.4.0; python_version < \"3.9\"",
"referencing>=0.31.0",
]
files = [
Expand All @@ -485,6 +504,7 @@ version = "8.6.1"
requires_python = ">=3.8"
summary = "Jupyter protocol implementation and client libraries"
dependencies = [
"importlib-metadata>=4.8.3; python_version < \"3.10\"",
"jupyter-core!=5.0.*,>=4.12",
"python-dateutil>=2.8.2",
"pyzmq>=23.0",
Expand Down Expand Up @@ -544,6 +564,9 @@ name = "markdown"
version = "3.6"
requires_python = ">=3.8"
summary = "Python implementation of John Gruber's Markdown."
dependencies = [
"importlib-metadata>=4.4; python_version < \"3.10\"",
]
files = [
{file = "Markdown-3.6-py3-none-any.whl", hash = "sha256:48f276f4d8cfb8ce6527c8f79e2ee29708508bf4d40aa410fbc3b4ee832c850f"},
{file = "Markdown-3.6.tar.gz", hash = "sha256:ed4f41f6daecbeeb96e576ce414c41d2d876daa9a16cb35fa8ed8c2ddfad0224"},
Expand Down Expand Up @@ -685,6 +708,7 @@ dependencies = [
"click>=7.0",
"colorama>=0.4; platform_system == \"Windows\"",
"ghp-import>=1.0",
"importlib-metadata>=4.4; python_version < \"3.10\"",
"jinja2>=2.11.1",
"markdown>=3.3.6",
"markupsafe>=2.0.1",
Expand All @@ -703,7 +727,7 @@ files = [

[[package]]
name = "mkdocs-autorefs"
version = "1.0.1"
version = "1.2.0"
requires_python = ">=3.8"
summary = "Automatically link across pages in MkDocs."
dependencies = [
Expand All @@ -712,8 +736,8 @@ dependencies = [
"mkdocs>=1.1",
]
files = [
{file = "mkdocs_autorefs-1.0.1-py3-none-any.whl", hash = "sha256:aacdfae1ab197780fb7a2dac92ad8a3d8f7ca8049a9cbe56a4218cd52e8da570"},
{file = "mkdocs_autorefs-1.0.1.tar.gz", hash = "sha256:f684edf847eced40b570b57846b15f0bf57fb93ac2c510450775dcf16accb971"},
{file = "mkdocs_autorefs-1.2.0-py3-none-any.whl", hash = "sha256:d588754ae89bd0ced0c70c06f58566a4ee43471eeeee5202427da7de9ef85a2f"},
{file = "mkdocs_autorefs-1.2.0.tar.gz", hash = "sha256:a86b93abff653521bda71cf3fc5596342b7a23982093915cb74273f67522190f"},
]

[[package]]
Expand All @@ -722,6 +746,7 @@ version = "0.2.0"
requires_python = ">=3.8"
summary = "MkDocs extension that lists all dependencies according to a mkdocs.yml file"
dependencies = [
"importlib-metadata>=4.3; python_version < \"3.10\"",
"mergedeep>=1.3.4",
"platformdirs>=2.2.0",
"pyyaml>=5.1",
Expand Down Expand Up @@ -799,22 +824,24 @@ files = [

[[package]]
name = "mkdocstrings"
version = "0.25.1"
version = "0.26.1"
requires_python = ">=3.8"
summary = "Automatic documentation from sources, for MkDocs."
dependencies = [
"Jinja2>=2.11.1",
"Markdown>=3.3",
"Markdown>=3.6",
"MarkupSafe>=1.1",
"click>=7.0",
"mkdocs-autorefs>=0.3.1",
"importlib-metadata>=4.6; python_version < \"3.10\"",
"mkdocs-autorefs>=1.2",
"mkdocs>=1.4",
"platformdirs>=2.2.0",
"platformdirs>=2.2",
"pymdown-extensions>=6.3",
"typing-extensions>=4.1; python_version < \"3.10\"",
]
files = [
{file = "mkdocstrings-0.25.1-py3-none-any.whl", hash = "sha256:da01fcc2670ad61888e8fe5b60afe9fee5781017d67431996832d63e887c2e51"},
{file = "mkdocstrings-0.25.1.tar.gz", hash = "sha256:c3a2515f31577f311a9ee58d089e4c51fc6046dbd9e9b4c3de4c3194667fe9bf"},
{file = "mkdocstrings-0.26.1-py3-none-any.whl", hash = "sha256:29738bfb72b4608e8e55cc50fb8a54f325dc7ebd2014e4e3881a49892d5983cf"},
{file = "mkdocstrings-0.26.1.tar.gz", hash = "sha256:bb8b8854d6713d5348ad05b069a09f3b79edbc6a0f33a34c6821141adb03fe33"},
]

[[package]]
Expand All @@ -833,17 +860,17 @@ files = [

[[package]]
name = "mkdocstrings"
version = "0.25.1"
version = "0.26.1"
extras = ["python"]
requires_python = ">=3.8"
summary = "Automatic documentation from sources, for MkDocs."
dependencies = [
"mkdocstrings-python>=0.5.2",
"mkdocstrings==0.25.1",
"mkdocstrings==0.26.1",
]
files = [
{file = "mkdocstrings-0.25.1-py3-none-any.whl", hash = "sha256:da01fcc2670ad61888e8fe5b60afe9fee5781017d67431996832d63e887c2e51"},
{file = "mkdocstrings-0.25.1.tar.gz", hash = "sha256:c3a2515f31577f311a9ee58d089e4c51fc6046dbd9e9b4c3de4c3194667fe9bf"},
{file = "mkdocstrings-0.26.1-py3-none-any.whl", hash = "sha256:29738bfb72b4608e8e55cc50fb8a54f325dc7ebd2014e4e3881a49892d5983cf"},
{file = "mkdocstrings-0.26.1.tar.gz", hash = "sha256:bb8b8854d6713d5348ad05b069a09f3b79edbc6a0f33a34c6821141adb03fe33"},
]

[[package]]
Expand Down Expand Up @@ -871,6 +898,7 @@ dependencies = [
"beautifulsoup4",
"bleach!=5.0.0",
"defusedxml",
"importlib-metadata>=3.6; python_version < \"3.10\"",
"jinja2>=3.0",
"jupyter-core>=4.7",
"jupyterlab-pygments",
Expand Down Expand Up @@ -1552,6 +1580,9 @@ files = [
name = "wcwidth"
version = "0.2.13"
summary = "Measures the displayed width of unicode strings in a terminal"
dependencies = [
"backports-functools-lru-cache>=1.2.1; python_version < \"3.2\"",
]
files = [
{file = "wcwidth-0.2.13-py2.py3-none-any.whl", hash = "sha256:3da69048e4540d84af32131829ff948f1e022c1c6bdb8d6102117aac784f6859"},
{file = "wcwidth-0.2.13.tar.gz", hash = "sha256:72ea0c06399eb286d978fdedb6923a9eb47e1c486ce63e9b4e64fc18303972b5"},
Expand Down

0 comments on commit 5f502f0

Please sign in to comment.