Skip to content

Commit c4bfa0d

Browse files
Build(deps-dev): Bump the patch group across 1 directory with 5 updates
Bumps the patch group with 5 updates in the / directory: | Package | From | To | | --- | --- | --- | | [mkdocs-gen-files](https://github.com/oprypin/mkdocs-gen-files) | `0.6.0` | `0.6.1` | | [mkdocs-literate-nav](https://github.com/oprypin/mkdocs-literate-nav) | `0.6.2` | `0.6.3` | | [mkdocs-material](https://github.com/squidfunk/mkdocs-material) | `9.7.4` | `9.7.6` | | [mkdocstrings](https://github.com/mkdocstrings/mkdocstrings) | `1.0.3` | `1.0.4` | | [pytest](https://github.com/pytest-dev/pytest) | `9.0.2` | `9.0.3` | Updates `mkdocs-gen-files` from 0.6.0 to 0.6.1 - [Release notes](https://github.com/oprypin/mkdocs-gen-files/releases) - [Commits](oprypin/mkdocs-gen-files@v0.6.0...v0.6.1) Updates `mkdocs-literate-nav` from 0.6.2 to 0.6.3 - [Release notes](https://github.com/oprypin/mkdocs-literate-nav/releases) - [Commits](oprypin/mkdocs-literate-nav@v0.6.2...v0.6.3) Updates `mkdocs-material` from 9.7.4 to 9.7.6 - [Release notes](https://github.com/squidfunk/mkdocs-material/releases) - [Changelog](https://github.com/squidfunk/mkdocs-material/blob/master/CHANGELOG) - [Commits](squidfunk/mkdocs-material@9.7.4...9.7.6) Updates `mkdocstrings` from 1.0.3 to 1.0.4 - [Release notes](https://github.com/mkdocstrings/mkdocstrings/releases) - [Changelog](https://github.com/mkdocstrings/mkdocstrings/blob/main/CHANGELOG.md) - [Commits](mkdocstrings/mkdocstrings@1.0.3...1.0.4) Updates `pytest` from 9.0.2 to 9.0.3 - [Release notes](https://github.com/pytest-dev/pytest/releases) - [Changelog](https://github.com/pytest-dev/pytest/blob/main/CHANGELOG.rst) - [Commits](pytest-dev/pytest@9.0.2...9.0.3) --- updated-dependencies: - dependency-name: mkdocs-gen-files dependency-version: 0.6.1 dependency-type: direct:development update-type: version-update:semver-patch dependency-group: patch - dependency-name: mkdocs-literate-nav dependency-version: 0.6.3 dependency-type: direct:development update-type: version-update:semver-patch dependency-group: patch - dependency-name: mkdocs-material dependency-version: 9.7.6 dependency-type: direct:development update-type: version-update:semver-patch dependency-group: patch - dependency-name: mkdocstrings dependency-version: 1.0.4 dependency-type: direct:development update-type: version-update:semver-patch dependency-group: patch - dependency-name: pytest dependency-version: 9.0.3 dependency-type: direct:development update-type: version-update:semver-patch dependency-group: patch ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 6e8683f commit c4bfa0d

1 file changed

Lines changed: 5 additions & 5 deletions

File tree

pyproject.toml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -53,11 +53,11 @@ dev-mkdocs = [
5353
"Markdown == 3.10.2",
5454
"black == 25.9.0",
5555
"mike == 2.1.3",
56-
"mkdocs-gen-files == 0.6.0",
57-
"mkdocs-literate-nav == 0.6.2",
56+
"mkdocs-gen-files == 0.6.1",
57+
"mkdocs-literate-nav == 0.6.3",
5858
"mkdocs-macros-plugin == 1.5.0",
59-
"mkdocs-material == 9.7.4",
60-
"mkdocstrings[python] == 1.0.3",
59+
"mkdocs-material == 9.7.6",
60+
"mkdocstrings[python] == 1.0.4",
6161
"mkdocstrings-python == 2.0.3",
6262
"frequenz-repo-config[lib] == 0.14.0",
6363
]
@@ -74,7 +74,7 @@ dev-pylint = [
7474
"frequenz-quantities[dev-mkdocs,dev-noxfile,dev-pytest,marshmallow]",
7575
]
7676
dev-pytest = [
77-
"pytest == 9.0.2",
77+
"pytest == 9.0.3",
7878
"pylint == 4.0.5", # We need this to check for the examples
7979
"frequenz-repo-config[extra-lint-examples] == 0.14.0",
8080
"pytest-mock == 3.15.1",

0 commit comments

Comments
 (0)