Skip to content

Commit daa28b0

Browse files
Bump the required group across 1 directory with 10 updates
Bumps the required group with 10 updates in the / directory: | Package | From | To | | --- | --- | --- | | [flake8](https://github.com/pycqa/flake8) | `7.1.0` | `7.1.1` | | [pydoclint](https://github.com/jsh9/pydoclint) | `0.5.3` | `0.5.7` | | [black](https://github.com/psf/black) | `24.4.2` | `24.8.0` | | [mkdocs-material](https://github.com/squidfunk/mkdocs-material) | `9.5.27` | `9.5.34` | | [mkdocstrings[python]](https://github.com/mkdocstrings/mkdocstrings) | `0.25.1` | `0.26.1` | | [frequenz-repo-config[api]](https://github.com/frequenz-floss/frequenz-repo-config-python) | `0.9.2` | `0.10.0` | | [mypy](https://github.com/python/mypy) | `1.10.1` | `1.11.2` | | [pylint](https://github.com/pylint-dev/pylint) | `3.2.5` | `3.2.7` | | [pytest](https://github.com/pytest-dev/pytest) | `8.2.2` | `8.3.3` | | [frequenz-repo-config[extra-lint-examples]](https://github.com/frequenz-floss/frequenz-repo-config-python) | `0.9.2` | `0.10.0` | Updates `flake8` from 7.1.0 to 7.1.1 - [Commits](PyCQA/flake8@7.1.0...7.1.1) Updates `pydoclint` from 0.5.3 to 0.5.7 - [Release notes](https://github.com/jsh9/pydoclint/releases) - [Changelog](https://github.com/jsh9/pydoclint/blob/main/CHANGELOG.md) - [Commits](jsh9/pydoclint@0.5.3...0.5.7) Updates `black` from 24.4.2 to 24.8.0 - [Release notes](https://github.com/psf/black/releases) - [Changelog](https://github.com/psf/black/blob/main/CHANGES.md) - [Commits](psf/black@24.4.2...24.8.0) Updates `mkdocs-material` from 9.5.27 to 9.5.34 - [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.27...9.5.34) Updates `mkdocstrings[python]` from 0.25.1 to 0.26.1 - [Release notes](https://github.com/mkdocstrings/mkdocstrings/releases) - [Changelog](https://github.com/mkdocstrings/mkdocstrings/blob/main/CHANGELOG.md) - [Commits](mkdocstrings/mkdocstrings@0.25.1...0.26.1) Updates `frequenz-repo-config[api]` from 0.9.2 to 0.10.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.10.0/RELEASE_NOTES.md) - [Commits](frequenz-floss/frequenz-repo-config-python@v0.9.2...v0.10.0) Updates `mypy` from 1.10.1 to 1.11.2 - [Changelog](https://github.com/python/mypy/blob/master/CHANGELOG.md) - [Commits](python/mypy@v1.10.1...v1.11.2) Updates `pylint` from 3.2.5 to 3.2.7 - [Release notes](https://github.com/pylint-dev/pylint/releases) - [Commits](pylint-dev/pylint@v3.2.5...v3.2.7) Updates `pytest` from 8.2.2 to 8.3.3 - [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.2.2...8.3.3) Updates `frequenz-repo-config[extra-lint-examples]` from 0.9.2 to 0.10.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.10.0/RELEASE_NOTES.md) - [Commits](frequenz-floss/frequenz-repo-config-python@v0.9.2...v0.10.0) --- updated-dependencies: - dependency-name: flake8 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: required - dependency-name: pydoclint dependency-type: direct:production update-type: version-update:semver-patch dependency-group: required - dependency-name: black 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: frequenz-repo-config[api] 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: pylint dependency-type: direct:production update-type: version-update:semver-patch dependency-group: required - dependency-name: pytest 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 5265439 commit daa28b0

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[api] == 0.9.2",
8+
"frequenz-repo-config[api] == 0.10.0",
99
# We need to pin the protobuf, grpcio and grpcio-tools dependencies to make
1010
# sure the code is generated using the minimum supported versions, as older
1111
# versions can't work with code that was generated with newer versions.
@@ -49,36 +49,36 @@ email = "[email protected]"
4949

5050
[project.optional-dependencies]
5151
dev-flake8 = [
52-
"flake8 == 7.1.0",
52+
"flake8 == 7.1.1",
5353
"flake8-docstrings == 1.7.0",
5454
"flake8-pyproject == 1.2.3", # For reading the flake8 config from pyproject.toml
55-
"pydoclint == 0.5.3",
55+
"pydoclint == 0.5.7",
5656
"pydocstyle == 6.3.0",
5757
]
58-
dev-formatting = ["black == 24.4.2", "isort == 5.13.2"]
58+
dev-formatting = ["black == 24.8.0", "isort == 5.13.2"]
5959
dev-mkdocs = [
6060
"mike == 1.1.2",
6161
"mkdocs-gen-files == 0.5.0",
6262
"mkdocs-literate-nav == 0.6.1",
63-
"mkdocs-material == 9.5.27",
64-
"mkdocstrings[python] == 0.25.1",
65-
"frequenz-repo-config[api] == 0.9.2",
63+
"mkdocs-material == 9.5.34",
64+
"mkdocstrings[python] == 0.26.1",
65+
"frequenz-repo-config[api] == 0.10.0",
6666
]
6767
dev-mypy = [
68-
"mypy == 1.10.1",
68+
"mypy == 1.11.2",
6969
"grpc-stubs == 1.53.0.5",
7070
# For checking the noxfile, docs/ script, and tests
7171
"frequenz-api-common[dev-mkdocs,dev-noxfile,dev-pytest]",
7272
]
73-
dev-noxfile = ["nox == 2024.4.15", "frequenz-repo-config[api] == 0.9.2"]
73+
dev-noxfile = ["nox == 2024.4.15", "frequenz-repo-config[api] == 0.10.0"]
7474
dev-pylint = [
75-
"pylint == 3.2.5",
75+
"pylint == 3.2.7",
7676
# For checking the noxfile, docs/ script, and tests
7777
"frequenz-api-common[dev-mkdocs,dev-noxfile,dev-pytest]",
7878
]
7979
dev-pytest = [
80-
"pytest == 8.2.2",
81-
"frequenz-repo-config[extra-lint-examples] == 0.9.2",
80+
"pytest == 8.3.3",
81+
"frequenz-repo-config[extra-lint-examples] == 0.10.0",
8282
]
8383
dev = [
8484
"frequenz-api-common[dev-mkdocs,dev-flake8,dev-formatting,dev-mkdocs,dev-mypy,dev-noxfile,dev-pylint,dev-pytest]",

0 commit comments

Comments
 (0)