Skip to content

Commit 166eae6

Browse files
Bump the patch group with 6 updates
Bumps the patch group with 6 updates: | Package | From | To | | --- | --- | --- | | [markdown](https://github.com/Python-Markdown/markdown) | `3.8` | `3.8.2` | | [mkdocs-material](https://github.com/squidfunk/mkdocs-material) | `9.6.14` | `9.6.15` | | [mkdocstrings-python](https://github.com/mkdocstrings/python) | `1.16.11` | `1.16.12` | | [frequenz-repo-config[lib]](https://github.com/frequenz-floss/frequenz-repo-config-python) | `0.13.4` | `0.13.5` | | [frequenz-repo-config[extra-lint-examples]](https://github.com/frequenz-floss/frequenz-repo-config-python) | `0.13.4` | `0.13.5` | | [hypothesis](https://github.com/HypothesisWorks/hypothesis) | `6.135.14` | `6.135.20` | Updates `markdown` from 3.8 to 3.8.2 - [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.8...3.8.2) Updates `mkdocs-material` from 9.6.14 to 9.6.15 - [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.14...9.6.15) Updates `mkdocstrings-python` from 1.16.11 to 1.16.12 - [Release notes](https://github.com/mkdocstrings/python/releases) - [Changelog](https://github.com/mkdocstrings/python/blob/main/CHANGELOG.md) - [Commits](mkdocstrings/python@1.16.11...1.16.12) Updates `frequenz-repo-config[lib]` from 0.13.4 to 0.13.5 - [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.4...v0.13.5) Updates `frequenz-repo-config[extra-lint-examples]` from 0.13.4 to 0.13.5 - [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.4...v0.13.5) Updates `hypothesis` from 6.135.14 to 6.135.20 - [Release notes](https://github.com/HypothesisWorks/hypothesis/releases) - [Commits](HypothesisWorks/hypothesis@hypothesis-python-6.135.14...hypothesis-python-6.135.20) --- updated-dependencies: - dependency-name: markdown dependency-version: 3.8.2 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: patch - dependency-name: mkdocs-material dependency-version: 9.6.15 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: patch - dependency-name: mkdocstrings-python dependency-version: 1.16.12 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: patch - dependency-name: frequenz-repo-config[lib] dependency-version: 0.13.5 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.5 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: patch - dependency-name: hypothesis dependency-version: 6.135.20 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: patch ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent c1bc917 commit 166eae6

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 == 80.9.0",
77
"setuptools_scm[toml] == 8.3.1",
8-
"frequenz-repo-config[lib] == 0.13.4",
8+
"frequenz-repo-config[lib] == 0.13.5",
99
]
1010
build-backend = "setuptools.build_meta"
1111

@@ -56,15 +56,15 @@ dev-flake8 = [
5656
dev-formatting = ["black == 25.1.0", "isort == 6.0.1"]
5757
dev-mkdocs = [
5858
"black == 25.1.0",
59-
"Markdown==3.8",
59+
"Markdown==3.8.2",
6060
"mike == 2.1.3",
6161
"mkdocs-gen-files == 0.5.0",
6262
"mkdocs-literate-nav == 0.6.2",
6363
"mkdocs-macros-plugin == 1.3.7",
64-
"mkdocs-material == 9.6.14",
64+
"mkdocs-material == 9.6.15",
6565
"mkdocstrings[python] == 0.29.1",
66-
"mkdocstrings-python == 1.16.11",
67-
"frequenz-repo-config[lib] == 0.13.4",
66+
"mkdocstrings-python == 1.16.12",
67+
"frequenz-repo-config[lib] == 0.13.5",
6868
]
6969
dev-mypy = [
7070
"mypy == 1.16.1",
@@ -74,20 +74,20 @@ dev-mypy = [
7474
# For checking the noxfile, docs/ script, and tests
7575
"frequenz-sdk[dev-mkdocs,dev-noxfile,dev-pytest]",
7676
]
77-
dev-noxfile = ["nox == 2025.5.1", "frequenz-repo-config[lib] == 0.13.4"]
77+
dev-noxfile = ["nox == 2025.5.1", "frequenz-repo-config[lib] == 0.13.5"]
7878
dev-pylint = [
7979
"pylint == 3.3.7",
8080
# For checking the noxfile, docs/ script, and tests
8181
"frequenz-sdk[dev-mkdocs,dev-noxfile,dev-pytest]",
8282
]
8383
dev-pytest = [
8484
"pytest == 8.4.1",
85-
"frequenz-repo-config[extra-lint-examples] == 0.13.4",
85+
"frequenz-repo-config[extra-lint-examples] == 0.13.5",
8686
"pytest-mock == 3.14.1",
8787
"pytest-asyncio == 0.26.0",
8888
"time-machine == 2.16.0",
8989
"async-solipsism == 0.7",
90-
"hypothesis == 6.135.14",
90+
"hypothesis == 6.135.20",
9191
]
9292
dev = [
9393
"frequenz-sdk[dev-mkdocs,dev-flake8,dev-formatting,dev-mkdocs,dev-mypy,dev-noxfile,dev-pylint,dev-pytest]",

0 commit comments

Comments
 (0)