Skip to content

Commit e21e7f7

Browse files
Bump the patch group with 6 updates
Bumps the patch group with 6 updates: | Package | From | To | | --- | --- | --- | | [mkdocs-literate-nav](https://github.com/oprypin/mkdocs-literate-nav) | `0.6.1` | `0.6.2` | | [mkdocs-material](https://github.com/squidfunk/mkdocs-material) | `9.6.6` | `9.6.11` | | [frequenz-repo-config[lib]](https://github.com/frequenz-floss/frequenz-repo-config-python) | `0.13.0` | `0.13.2` | | [pytest](https://github.com/pytest-dev/pytest) | `8.3.4` | `8.3.5` | | [pylint](https://github.com/pylint-dev/pylint) | `3.3.4` | `3.3.6` | | [frequenz-repo-config[extra-lint-examples]](https://github.com/frequenz-floss/frequenz-repo-config-python) | `0.13.0` | `0.13.2` | Updates `mkdocs-literate-nav` from 0.6.1 to 0.6.2 - [Release notes](https://github.com/oprypin/mkdocs-literate-nav/releases) - [Commits](oprypin/mkdocs-literate-nav@v0.6.1...v0.6.2) Updates `mkdocs-material` from 9.6.6 to 9.6.11 - [Release notes](https://github.com/squidfunk/mkdocs-material/releases) - [Changelog](https://github.com/squidfunk/mkdocs-material/blob/master/CHANGELOG) - [Commits](squidfunk/mkdocs-material@9.6.6...9.6.11) Updates `frequenz-repo-config[lib]` from 0.13.0 to 0.13.2 - [Release notes](https://github.com/frequenz-floss/frequenz-repo-config-python/releases) - [Changelog](https://github.com/frequenz-floss/frequenz-repo-config-python/blob/v0.x.x/RELEASE_NOTES.md) - [Commits](frequenz-floss/frequenz-repo-config-python@v0.13.0...v0.13.2) Updates `pytest` from 8.3.4 to 8.3.5 - [Release notes](https://github.com/pytest-dev/pytest/releases) - [Changelog](https://github.com/pytest-dev/pytest/blob/main/CHANGELOG.rst) - [Commits](pytest-dev/pytest@8.3.4...8.3.5) Updates `pylint` from 3.3.4 to 3.3.6 - [Release notes](https://github.com/pylint-dev/pylint/releases) - [Commits](pylint-dev/pylint@v3.3.4...v3.3.6) Updates `frequenz-repo-config[extra-lint-examples]` from 0.13.0 to 0.13.2 - [Release notes](https://github.com/frequenz-floss/frequenz-repo-config-python/releases) - [Changelog](https://github.com/frequenz-floss/frequenz-repo-config-python/blob/v0.x.x/RELEASE_NOTES.md) - [Commits](frequenz-floss/frequenz-repo-config-python@v0.13.0...v0.13.2) --- updated-dependencies: - dependency-name: mkdocs-literate-nav dependency-version: 0.6.2 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: patch - dependency-name: mkdocs-material dependency-version: 9.6.11 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: patch - dependency-name: frequenz-repo-config[lib] dependency-version: 0.13.2 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: patch - dependency-name: pytest dependency-version: 8.3.5 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: patch - dependency-name: pylint dependency-version: 3.3.6 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: patch - dependency-name: frequenz-repo-config[extra-lint-examples] dependency-version: 0.13.2 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: patch ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent 40002c7 commit e21e7f7

File tree

1 file changed

+8
-8
lines changed

1 file changed

+8
-8
lines changed

pyproject.toml

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
requires = [
66
"setuptools == 75.8.2",
77
"setuptools_scm[toml] == 8.2.0",
8-
"frequenz-repo-config[lib] == 0.13.0",
8+
"frequenz-repo-config[lib] == 0.13.2",
99
]
1010
build-backend = "setuptools.build_meta"
1111

@@ -50,10 +50,10 @@ dev-mkdocs = [
5050
"black == 25.1.0",
5151
"mike == 2.1.3",
5252
"mkdocs-gen-files == 0.5.0",
53-
"mkdocs-literate-nav == 0.6.1",
53+
"mkdocs-literate-nav == 0.6.2",
5454
"mkdocs-macros-plugin == 1.3.7",
55-
"mkdocs-material == 9.6.6",
56-
"frequenz-repo-config[lib] == 0.13.0",
55+
"mkdocs-material == 9.6.11",
56+
"frequenz-repo-config[lib] == 0.13.2",
5757
]
5858
dev-mypy = [
5959
"mypy == 1.15.0",
@@ -63,17 +63,17 @@ dev-mypy = [
6363
]
6464
dev-noxfile = [
6565
"nox == 2025.2.9",
66-
"frequenz-repo-config[lib] == 0.13.0",
66+
"frequenz-repo-config[lib] == 0.13.2",
6767
]
6868
dev-pylint = [
6969
# dev-pytest already defines a dependency to pylint because of the examples
7070
# For checking the noxfile, docs/ script, and tests
7171
"frequenz-reporting-python[dev-mkdocs,dev-noxfile,dev-pytest]",
7272
]
7373
dev-pytest = [
74-
"pytest == 8.3.4",
75-
"pylint == 3.3.4", # We need this to check for the examples
76-
"frequenz-repo-config[extra-lint-examples] == 0.13.0",
74+
"pytest == 8.3.5",
75+
"pylint == 3.3.6", # We need this to check for the examples
76+
"frequenz-repo-config[extra-lint-examples] == 0.13.2",
7777
"pytest-mock == 3.14.0",
7878
"pytest-asyncio == 0.25.3",
7979
"async-solipsism == 0.7",

0 commit comments

Comments
 (0)