Skip to content

Commit ba8e7c8

Browse files
Bump the patch group with 7 updates
Bumps the patch group with 7 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` | | [mypy](https://github.com/python/mypy) | `1.16.0` | `1.16.1` | | [frequenz-repo-config[extra-lint-examples]](https://github.com/frequenz-floss/frequenz-repo-config-python) | `0.13.4` | `0.13.5` | | [pytest-mock](https://github.com/pytest-dev/pytest-mock) | `3.14.0` | `3.14.1` | 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 `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 `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 `pytest-mock` from 3.14.0 to 3.14.1 - [Release notes](https://github.com/pytest-dev/pytest-mock/releases) - [Changelog](https://github.com/pytest-dev/pytest-mock/blob/main/CHANGELOG.rst) - [Commits](pytest-dev/pytest-mock@v3.14.0...v3.14.1) --- 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: mypy dependency-version: 1.16.1 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: pytest-mock dependency-version: 3.14.1 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: patch ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent 622e053 commit ba8e7c8

File tree

1 file changed

+9
-9
lines changed

1 file changed

+9
-9
lines changed

pyproject.toml

Lines changed: 9 additions & 9 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

@@ -69,35 +69,35 @@ dev-flake8 = [
6969
dev-formatting = ["black == 25.1.0", "isort == 6.0.1"]
7070
dev-mkdocs = [
7171
"black == 25.1.0",
72-
"Markdown==3.8",
72+
"Markdown==3.8.2",
7373
"mike == 2.1.3",
7474
"mkdocs-gen-files == 0.5.0",
7575
"mkdocs-literate-nav == 0.6.2",
7676
"mkdocs-macros-plugin == 1.3.7",
77-
"mkdocs-material == 9.6.14",
77+
"mkdocs-material == 9.6.15",
7878
"mkdocstrings[python] == 0.29.1",
79-
"mkdocstrings-python == 1.16.11",
80-
"frequenz-repo-config[lib] == 0.13.4",
79+
"mkdocstrings-python == 1.16.12",
80+
"frequenz-repo-config[lib] == 0.13.5",
8181
]
8282
dev-mypy = [
83-
"mypy == 1.16.0",
83+
"mypy == 1.16.1",
8484
"grpc-stubs == 1.53.0.6",
8585
"pandas-stubs == 2.2.3.250308",
8686
"types-Markdown == 3.8.0.20250415",
8787
"types-protobuf == 5.29.1.20250403",
8888
# For checking the noxfile, docs/ script, and tests
8989
"frequenz-client-electricity-trading[dev-mkdocs,dev-noxfile,dev-pytest]",
9090
]
91-
dev-noxfile = ["nox == 2025.5.1", "frequenz-repo-config[lib] == 0.13.4"]
91+
dev-noxfile = ["nox == 2025.5.1", "frequenz-repo-config[lib] == 0.13.5"]
9292
dev-pylint = [
9393
"pylint == 3.3.7",
9494
# For checking the noxfile, docs/ script, and tests
9595
"frequenz-client-electricity-trading[dev-mkdocs,dev-noxfile,dev-pytest]",
9696
]
9797
dev-pytest = [
9898
"pytest == 8.3.5",
99-
"frequenz-repo-config[extra-lint-examples] == 0.13.4",
100-
"pytest-mock == 3.14.0",
99+
"frequenz-repo-config[extra-lint-examples] == 0.13.5",
100+
"pytest-mock == 3.14.1",
101101
"pytest-asyncio == 0.26.0",
102102
"async-solipsism == 0.7",
103103
"deepdiff == 8.5.0",

0 commit comments

Comments
 (0)