Skip to content

Commit f081cfa

Browse files
Bump the optional group with 5 updates
Bumps the optional group with 5 updates: | Package | From | To | | --- | --- | --- | | [pydoclint](https://github.com/jsh9/pydoclint) | `0.3.2` | `0.3.8` | | [markdown](https://github.com/Python-Markdown/markdown) | `3.4.4` | `3.5.1` | | [mkdocs-material](https://github.com/squidfunk/mkdocs-material) | `9.3.2` | `9.4.7` | | [mkdocs-macros-plugin](https://github.com/fralau/mkdocs_macros_plugin) | `1.0.4` | `1.0.5` | | [types-markdown](https://github.com/python/typeshed) | `3.4.2.10` | `3.5.0.0` | Updates `pydoclint` from 0.3.2 to 0.3.8 - [Release notes](https://github.com/jsh9/pydoclint/releases) - [Changelog](https://github.com/jsh9/pydoclint/blob/main/CHANGELOG.md) - [Commits](jsh9/pydoclint@0.3.2...0.3.8) Updates `markdown` from 3.4.4 to 3.5.1 - [Release notes](https://github.com/Python-Markdown/markdown/releases) - [Changelog](https://github.com/Python-Markdown/markdown/blob/master/docs/changelog.md) - [Commits](Python-Markdown/markdown@3.4.4...3.5.1) Updates `mkdocs-material` from 9.3.2 to 9.4.7 - [Release notes](https://github.com/squidfunk/mkdocs-material/releases) - [Changelog](https://github.com/squidfunk/mkdocs-material/blob/master/CHANGELOG) - [Commits](squidfunk/mkdocs-material@9.3.2...9.4.7) Updates `mkdocs-macros-plugin` from 1.0.4 to 1.0.5 - [Release notes](https://github.com/fralau/mkdocs_macros_plugin/releases) - [Changelog](https://github.com/fralau/mkdocs_macros_plugin/blob/master/CHANGELOG.md) - [Commits](fralau/mkdocs-macros-plugin@v1.0.4...v1.0.5) Updates `types-markdown` from 3.4.2.10 to 3.5.0.0 - [Commits](https://github.com/python/typeshed/commits) --- updated-dependencies: - dependency-name: pydoclint dependency-type: direct:production update-type: version-update:semver-patch dependency-group: optional - dependency-name: markdown dependency-type: direct:production update-type: version-update:semver-minor dependency-group: optional - dependency-name: mkdocs-material dependency-type: direct:production update-type: version-update:semver-minor dependency-group: optional - dependency-name: mkdocs-macros-plugin dependency-type: direct:production update-type: version-update:semver-patch dependency-group: optional - dependency-name: types-markdown dependency-type: direct:production update-type: version-update:semver-minor dependency-group: optional ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent 5d41385 commit f081cfa

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

pyproject.toml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -40,24 +40,24 @@ dev-flake8 = [
4040
"flake8 == 6.1.0",
4141
"flake8-docstrings == 1.7.0",
4242
"flake8-pyproject == 1.2.3", # For reading the flake8 config from pyproject.toml
43-
"pydoclint == 0.3.2",
43+
"pydoclint == 0.3.8",
4444
"pydocstyle == 6.3.0",
4545
]
4646
dev-formatting = ["black == 23.10.1", "isort == 5.12.0"]
4747
dev-mkdocs = [
4848
"black == 23.10.1",
49-
"Markdown==3.4.4",
49+
"Markdown==3.5.1",
5050
"mike == 1.1.2",
5151
"mkdocs-gen-files == 0.5.0",
5252
"mkdocs-literate-nav == 0.6.1",
53-
"mkdocs-material == 9.3.2",
54-
"mkdocs-macros-plugin == 1.0.4",
53+
"mkdocs-material == 9.4.7",
54+
"mkdocs-macros-plugin == 1.0.5",
5555
"mkdocstrings[python] == 0.23.0",
5656
"frequenz-repo-config[lib] == 0.7.2",
5757
]
5858
dev-mypy = [
5959
"mypy == 1.6.1",
60-
"types-Markdown == 3.4.2.10",
60+
"types-Markdown == 3.5.0.0",
6161
# For checking the noxfile, docs/ script, and tests
6262
"frequenz-channels[dev-mkdocs,dev-noxfile,dev-pytest]",
6363
]

0 commit comments

Comments
 (0)