Skip to content

Commit a0cd124

Browse files
Bump the required group with 9 updates
Bumps the required group with 9 updates: | Package | From | To | | --- | --- | --- | | [flake8](https://github.com/pycqa/flake8) | `7.1.1` | `7.1.2` | | [pydoclint](https://github.com/jsh9/pydoclint) | `0.6.0` | `0.6.2` | | [isort](https://github.com/PyCQA/isort) | `6.0.0` | `6.0.1` | | [mkdocs-material](https://github.com/squidfunk/mkdocs-material) | `9.6.1` | `9.6.6` | | [frequenz-repo-config[lib]](https://github.com/frequenz-floss/frequenz-repo-config-python) | `0.12.2` | `0.12.3` | | [mypy](https://github.com/python/mypy) | `1.14.1` | `1.15.0` | | [frequenz-repo-config[extra-lint-examples]](https://github.com/frequenz-floss/frequenz-repo-config-python) | `0.12.2` | `0.12.3` | | [setuptools](https://github.com/pypa/setuptools) | `75.8.0` | `75.8.2` | | [setuptools-scm[toml]](https://github.com/pypa/setuptools-scm) | `8.1.0` | `8.2.0` | Updates `flake8` from 7.1.1 to 7.1.2 - [Commits](PyCQA/flake8@7.1.1...7.1.2) Updates `pydoclint` from 0.6.0 to 0.6.2 - [Release notes](https://github.com/jsh9/pydoclint/releases) - [Changelog](https://github.com/jsh9/pydoclint/blob/main/CHANGELOG.md) - [Commits](jsh9/pydoclint@0.6.0...0.6.2) Updates `isort` from 6.0.0 to 6.0.1 - [Release notes](https://github.com/PyCQA/isort/releases) - [Changelog](https://github.com/PyCQA/isort/blob/main/CHANGELOG.md) - [Commits](PyCQA/isort@6.0.0...6.0.1) Updates `mkdocs-material` from 9.6.1 to 9.6.6 - [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.1...9.6.6) Updates `frequenz-repo-config[lib]` from 0.12.2 to 0.12.3 - [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.12.2...v0.12.3) Updates `mypy` from 1.14.1 to 1.15.0 - [Changelog](https://github.com/python/mypy/blob/master/CHANGELOG.md) - [Commits](python/mypy@v1.14.1...v1.15.0) Updates `frequenz-repo-config[extra-lint-examples]` from 0.12.2 to 0.12.3 - [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.12.2...v0.12.3) Updates `setuptools` from 75.8.0 to 75.8.2 - [Release notes](https://github.com/pypa/setuptools/releases) - [Changelog](https://github.com/pypa/setuptools/blob/main/NEWS.rst) - [Commits](pypa/setuptools@v75.8.0...v75.8.2) Updates `setuptools-scm[toml]` from 8.1.0 to 8.2.0 - [Release notes](https://github.com/pypa/setuptools-scm/releases) - [Changelog](https://github.com/pypa/setuptools-scm/blob/main/CHANGELOG.md) - [Commits](pypa/setuptools-scm@v8.1.0...v8.2.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: isort dependency-type: direct:production update-type: version-update:semver-patch dependency-group: required - dependency-name: mkdocs-material dependency-type: direct:production update-type: version-update:semver-patch dependency-group: required - dependency-name: frequenz-repo-config[lib] dependency-type: direct:production update-type: version-update:semver-patch dependency-group: required - dependency-name: mypy 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-patch dependency-group: required - dependency-name: setuptools dependency-type: direct:production update-type: version-update:semver-patch dependency-group: required - dependency-name: setuptools-scm[toml] dependency-type: direct:production update-type: version-update:semver-minor dependency-group: required ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent 62b5045 commit a0cd124

File tree

1 file changed

+11
-11
lines changed

1 file changed

+11
-11
lines changed

pyproject.toml

+11-11
Original file line numberDiff line numberDiff line change
@@ -3,9 +3,9 @@
33

44
[build-system]
55
requires = [
6-
"setuptools == 75.8.0",
7-
"setuptools_scm[toml] == 8.1.0",
8-
"frequenz-repo-config[lib] == 0.12.2",
6+
"setuptools == 75.8.2",
7+
"setuptools_scm[toml] == 8.2.0",
8+
"frequenz-repo-config[lib] == 0.12.3",
99
]
1010
build-backend = "setuptools.build_meta"
1111

@@ -38,32 +38,32 @@ email = "[email protected]"
3838

3939
[project.optional-dependencies]
4040
dev-flake8 = [
41-
"flake8 == 7.1.1",
41+
"flake8 == 7.1.2",
4242
"flake8-docstrings == 1.7.0",
4343
"flake8-pyproject == 1.2.3", # For reading the flake8 config from pyproject.toml
44-
"pydoclint == 0.6.0",
44+
"pydoclint == 0.6.2",
4545
"pydocstyle == 6.3.0",
4646
]
47-
dev-formatting = ["black == 25.1.0", "isort == 6.0.0"]
47+
dev-formatting = ["black == 25.1.0", "isort == 6.0.1"]
4848
dev-mkdocs = [
4949
"Markdown == 3.7",
5050
"black == 25.1.0",
5151
"mike == 2.1.3",
5252
"mkdocs-gen-files == 0.5.0",
5353
"mkdocs-literate-nav == 0.6.1",
5454
"mkdocs-macros-plugin == 1.3.7",
55-
"mkdocs-material == 9.6.1",
56-
"frequenz-repo-config[lib] == 0.12.2",
55+
"mkdocs-material == 9.6.6",
56+
"frequenz-repo-config[lib] == 0.12.3",
5757
]
5858
dev-mypy = [
59-
"mypy == 1.14.1",
59+
"mypy == 1.15.0",
6060
"types-Markdown == 3.7.0.20241204",
6161
# For checking the noxfile, docs/ script, and tests
6262
"frequenz-reporting-python[dev-mkdocs,dev-noxfile,dev-pytest]",
6363
]
6464
dev-noxfile = [
6565
"nox == 2024.10.9",
66-
"frequenz-repo-config[lib] == 0.12.2",
66+
"frequenz-repo-config[lib] == 0.12.3",
6767
]
6868
dev-pylint = [
6969
# dev-pytest already defines a dependency to pylint because of the examples
@@ -73,7 +73,7 @@ dev-pylint = [
7373
dev-pytest = [
7474
"pytest == 8.3.4",
7575
"pylint == 3.3.4", # We need this to check for the examples
76-
"frequenz-repo-config[extra-lint-examples] == 0.12.2",
76+
"frequenz-repo-config[extra-lint-examples] == 0.12.3",
7777
"pytest-mock == 3.14.0",
7878
"pytest-asyncio == 0.25.3",
7979
"async-solipsism == 0.7",

0 commit comments

Comments
 (0)