Skip to content

Commit c75eb13

Browse files
Bump the required group across 1 directory with 9 updates
Bumps the required group with 9 updates in the / directory: | Package | From | To | | --- | --- | --- | | [black](https://github.com/psf/black) | `24.8.0` | `24.10.0` | | [mkdocs-macros-plugin](https://github.com/fralau/mkdocs_macros_plugin) | `1.2.0` | `1.3.7` | | [mkdocs-material](https://github.com/squidfunk/mkdocs-material) | `9.5.39` | `9.5.47` | | [mkdocstrings[python]](https://github.com/mkdocstrings/mkdocstrings) | `0.26.1` | `0.27.0` | | [mkdocstrings-python](https://github.com/mkdocstrings/python) | `1.11.1` | `1.12.2` | | [frequenz-repo-config[lib]](https://github.com/frequenz-floss/frequenz-repo-config-python) | `0.10.0` | `0.11.0` | | [mypy](https://github.com/python/mypy) | `1.11.2` | `1.13.0` | | [nox](https://github.com/wntrblm/nox) | `2024.4.15` | `2024.10.9` | | [frequenz-repo-config[extra-lint-examples]](https://github.com/frequenz-floss/frequenz-repo-config-python) | `0.10.0` | `0.11.0` | Updates `black` from 24.8.0 to 24.10.0 - [Release notes](https://github.com/psf/black/releases) - [Changelog](https://github.com/psf/black/blob/main/CHANGES.md) - [Commits](psf/black@24.8.0...24.10.0) Updates `mkdocs-macros-plugin` from 1.2.0 to 1.3.7 - [Release notes](https://github.com/fralau/mkdocs_macros_plugin/releases) - [Changelog](https://github.com/fralau/mkdocs-macros-plugin/blob/master/CHANGELOG.md) - [Commits](fralau/mkdocs-macros-plugin@v1.2.0...v1.3.7) Updates `mkdocs-material` from 9.5.39 to 9.5.47 - [Release notes](https://github.com/squidfunk/mkdocs-material/releases) - [Changelog](https://github.com/squidfunk/mkdocs-material/blob/master/CHANGELOG) - [Commits](squidfunk/mkdocs-material@9.5.39...9.5.47) Updates `mkdocstrings[python]` from 0.26.1 to 0.27.0 - [Release notes](https://github.com/mkdocstrings/mkdocstrings/releases) - [Changelog](https://github.com/mkdocstrings/mkdocstrings/blob/main/CHANGELOG.md) - [Commits](mkdocstrings/mkdocstrings@0.26.1...0.27.0) Updates `mkdocstrings-python` from 1.11.1 to 1.12.2 - [Release notes](https://github.com/mkdocstrings/python/releases) - [Changelog](https://github.com/mkdocstrings/python/blob/main/CHANGELOG.md) - [Commits](mkdocstrings/python@1.11.1...1.12.2) Updates `frequenz-repo-config[lib]` from 0.10.0 to 0.11.0 - [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.10.0...v0.11.0) Updates `mypy` from 1.11.2 to 1.13.0 - [Changelog](https://github.com/python/mypy/blob/master/CHANGELOG.md) - [Commits](python/mypy@v1.11.2...v1.13.0) Updates `nox` from 2024.4.15 to 2024.10.9 - [Release notes](https://github.com/wntrblm/nox/releases) - [Changelog](https://github.com/wntrblm/nox/blob/main/CHANGELOG.md) - [Commits](wntrblm/nox@2024.04.15...2024.10.09) Updates `frequenz-repo-config[extra-lint-examples]` from 0.10.0 to 0.11.0 - [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.10.0...v0.11.0) --- updated-dependencies: - dependency-name: black dependency-type: direct:production update-type: version-update:semver-minor dependency-group: required - dependency-name: mkdocs-macros-plugin dependency-type: direct:production update-type: version-update:semver-minor dependency-group: required - dependency-name: mkdocs-material dependency-type: direct:production update-type: version-update:semver-patch dependency-group: required - dependency-name: mkdocstrings[python] dependency-type: direct:production update-type: version-update:semver-minor dependency-group: required - dependency-name: mkdocstrings-python dependency-type: direct:production update-type: version-update:semver-minor dependency-group: required - dependency-name: frequenz-repo-config[lib] dependency-type: direct:production update-type: version-update:semver-minor dependency-group: required - dependency-name: mypy dependency-type: direct:production update-type: version-update:semver-minor dependency-group: required - dependency-name: nox dependency-type: direct:production update-type: version-update:semver-minor dependency-group: required - dependency-name: frequenz-repo-config[extra-lint-examples] dependency-type: direct:production update-type: version-update:semver-minor dependency-group: required ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent 13dadc8 commit c75eb13

File tree

1 file changed

+12
-12
lines changed

1 file changed

+12
-12
lines changed

pyproject.toml

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

@@ -43,28 +43,28 @@ dev-flake8 = [
4343
"pydoclint == 0.5.9",
4444
"pydocstyle == 6.3.0",
4545
]
46-
dev-formatting = ["black == 24.8.0", "isort == 5.13.2"]
46+
dev-formatting = ["black == 24.10.0", "isort == 5.13.2"]
4747
dev-mkdocs = [
48-
"black == 24.8.0",
48+
"black == 24.10.0",
4949
"Markdown==3.7",
5050
"mike == 2.1.3",
5151
"mkdocs-gen-files == 0.5.0",
5252
"mkdocs-literate-nav == 0.6.1",
53-
"mkdocs-macros-plugin == 1.2.0",
54-
"mkdocs-material == 9.5.39",
55-
"mkdocstrings[python] == 0.26.1",
56-
"mkdocstrings-python == 1.11.1",
57-
"frequenz-repo-config[lib] == 0.10.0",
53+
"mkdocs-macros-plugin == 1.3.7",
54+
"mkdocs-material == 9.5.47",
55+
"mkdocstrings[python] == 0.27.0",
56+
"mkdocstrings-python == 1.12.2",
57+
"frequenz-repo-config[lib] == 0.11.0",
5858
]
5959
dev-mypy = [
60-
"mypy == 1.11.2",
60+
"mypy == 1.13.0",
6161
"types-Markdown == 3.7.0.20240822",
6262
# For checking the noxfile, docs/ script, and tests
6363
"frequenz-client-common[dev-mkdocs,dev-noxfile,dev-pytest]",
6464
]
6565
dev-noxfile = [
66-
"nox == 2024.4.15",
67-
"frequenz-repo-config[lib] == 0.10.0",
66+
"nox == 2024.10.9",
67+
"frequenz-repo-config[lib] == 0.11.0",
6868
]
6969
dev-pylint = [
7070
"pylint == 3.3.1",
@@ -73,7 +73,7 @@ dev-pylint = [
7373
]
7474
dev-pytest = [
7575
"pytest == 8.3.3",
76-
"frequenz-repo-config[extra-lint-examples] == 0.10.0",
76+
"frequenz-repo-config[extra-lint-examples] == 0.11.0",
7777
"pytest-mock == 3.14.0",
7878
"pytest-asyncio == 0.24.0",
7979
"async-solipsism == 0.7",

0 commit comments

Comments
 (0)