Skip to content

Commit 62456c7

Browse files
Bump the optional group with 4 updates
Bumps the optional group with 4 updates: [black](https://github.com/psf/black), [frequenz-repo-config[api]](https://github.com/frequenz-floss/frequenz-repo-config-python), [mypy](https://github.com/python/mypy) and [frequenz-repo-config[extra-lint-examples]](https://github.com/frequenz-floss/frequenz-repo-config-python). Updates `black` from 23.10.1 to 23.11.0 - [Release notes](https://github.com/psf/black/releases) - [Changelog](https://github.com/psf/black/blob/main/CHANGES.md) - [Commits](psf/black@23.10.1...23.11.0) Updates `frequenz-repo-config[api]` from 0.7.4 to 0.7.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.7.4...v0.7.5) Updates `mypy` from 1.6.1 to 1.7.0 - [Changelog](https://github.com/python/mypy/blob/master/CHANGELOG.md) - [Commits](python/mypy@v1.6.1...v1.7.0) Updates `frequenz-repo-config[extra-lint-examples]` from 0.7.4 to 0.7.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.7.4...v0.7.5) --- updated-dependencies: - dependency-name: black dependency-type: direct:production update-type: version-update:semver-minor dependency-group: optional - dependency-name: frequenz-repo-config[api] dependency-type: direct:production update-type: version-update:semver-patch dependency-group: optional - dependency-name: mypy dependency-type: direct:production update-type: version-update:semver-minor dependency-group: optional - dependency-name: frequenz-repo-config[extra-lint-examples] dependency-type: direct:production update-type: version-update:semver-patch dependency-group: optional ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent 2ab871a commit 62456c7

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

pyproject.toml

Lines changed: 6 additions & 6 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.7.4",
8+
"frequenz-repo-config[api] == 0.7.5",
99
]
1010
build-backend = "setuptools.build_meta"
1111

@@ -43,24 +43,24 @@ dev-flake8 = [
4343
"pydoclint == 0.3.8",
4444
"pydocstyle == 6.3.0",
4545
]
46-
dev-formatting = ["black == 23.10.1", "isort == 5.12.0"]
46+
dev-formatting = ["black == 23.11.0", "isort == 5.12.0"]
4747
dev-mkdocs = [
4848
"mike == 1.1.2",
4949
"mkdocs-gen-files == 0.5.0",
5050
"mkdocs-literate-nav == 0.6.1",
5151
"mkdocs-material == 9.4.8",
5252
"mkdocstrings[python] == 0.23.0",
53-
"frequenz-repo-config[api] == 0.7.4",
53+
"frequenz-repo-config[api] == 0.7.5",
5454
]
5555
dev-mypy = [
56-
"mypy == 1.6.1",
56+
"mypy == 1.7.0",
5757
"grpc-stubs == 1.53.0.3",
5858
# For checking the noxfile, docs/ script, and tests
5959
"frequenz-api-common[dev-mkdocs,dev-noxfile,dev-pytest]",
6060
]
6161
dev-noxfile = [
6262
"nox == 2023.4.22",
63-
"frequenz-repo-config[api] == 0.7.4",
63+
"frequenz-repo-config[api] == 0.7.5",
6464
]
6565
dev-pylint = [
6666
"pylint == 3.0.2",
@@ -69,7 +69,7 @@ dev-pylint = [
6969
]
7070
dev-pytest = [
7171
"pytest == 7.4.3",
72-
"frequenz-repo-config[extra-lint-examples] == 0.7.4",
72+
"frequenz-repo-config[extra-lint-examples] == 0.7.5",
7373
]
7474
dev = [
7575
"frequenz-api-common[dev-mkdocs,dev-flake8,dev-formatting,dev-mkdocs,dev-mypy,dev-noxfile,dev-pylint,dev-pytest]",

0 commit comments

Comments
 (0)