Skip to content

Commit de18c2a

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` | | [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` | | [mypy](https://github.com/python/mypy) | `1.16.0` | `1.16.1` | | [uv](https://github.com/astral-sh/uv) | `0.7.9` | `0.7.17` | | [frequenz-repo-config[extra-lint-examples]](https://github.com/frequenz-floss/frequenz-repo-config-python) | `0.13.4` | `0.13.5` | 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 `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 `mypy` from 1.16.0 to 1.16.1 - [Changelog](https://github.com/python/mypy/blob/master/CHANGELOG.md) - [Commits](python/mypy@v1.16.0...v1.16.1) Updates `uv` from 0.7.9 to 0.7.17 - [Release notes](https://github.com/astral-sh/uv/releases) - [Changelog](https://github.com/astral-sh/uv/blob/main/CHANGELOG.md) - [Commits](astral-sh/uv@0.7.9...0.7.17) 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) --- 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: 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: mypy dependency-version: 1.16.1 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: patch - dependency-name: uv dependency-version: 0.7.17 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 ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent 2303d49 commit de18c2a

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

@@ -61,28 +61,28 @@ dev-flake8 = [
6161
dev-formatting = ["black == 25.1.0", "isort == 6.0.1"]
6262
dev-mkdocs = [
6363
"black == 25.1.0",
64-
"Markdown==3.8",
64+
"Markdown==3.8.2",
6565
"mike == 2.1.3",
6666
"mkdocs-gen-files == 0.5.0",
6767
"mkdocs-literate-nav == 0.6.2",
6868
"mkdocs-macros-plugin == 1.3.7",
6969
"mkdocs-material == 9.6.14",
7070
"mkdocstrings[python] == 0.29.1",
71-
"mkdocstrings-python == 1.16.11",
72-
"frequenz-repo-config[lib] == 0.13.4",
71+
"mkdocstrings-python == 1.16.12",
72+
"frequenz-repo-config[lib] == 0.13.5",
7373
]
7474
dev-mypy = [
75-
"mypy == 1.16.0",
75+
"mypy == 1.16.1",
7676
# This dependency introduces breaking changes in patch releases
7777
"grpc-stubs == 1.53.0.6",
7878
"types-Markdown == 3.8.0.20250415",
7979
# For checking the noxfile, docs/ script, and tests
8080
"frequenz-dispatch[dev-mkdocs,dev-noxfile,dev-pytest]",
8181
]
8282
dev-noxfile = [
83-
"uv == 0.7.9",
83+
"uv == 0.7.17",
8484
"nox == 2025.5.1",
85-
"frequenz-repo-config[lib] == 0.13.4",
85+
"frequenz-repo-config[lib] == 0.13.5",
8686
]
8787
dev-pylint = [
8888
"pylint == 3.3.7",
@@ -91,7 +91,7 @@ dev-pylint = [
9191
]
9292
dev-pytest = [
9393
"pytest == 8.4.1",
94-
"frequenz-repo-config[extra-lint-examples] == 0.13.4",
94+
"frequenz-repo-config[extra-lint-examples] == 0.13.5",
9595
"pytest-mock == 3.14.1",
9696
"pytest-asyncio == 1.0.0",
9797
"async-solipsism == 0.7",

0 commit comments

Comments
 (0)