Skip to content

Commit b9fb87e

Browse files
chore(deps-dev): bump the patch group with 5 updates
Bumps the patch group with 5 updates: | Package | From | To | | --- | --- | --- | | [flake8-pyproject](https://github.com/john-hen/Flake8-pyproject) | `1.2.3` | `1.2.4` | | [frequenz-repo-config[lib]](https://github.com/frequenz-floss/frequenz-repo-config-python) | `0.13.6` | `0.13.7` | | [pandas-stubs](https://github.com/pandas-dev/pandas-stubs) | `2.3.2.250926` | `2.3.3.251201` | | [pylint](https://github.com/pylint-dev/pylint) | `4.0.2` | `4.0.4` | | [frequenz-repo-config[extra-lint-examples]](https://github.com/frequenz-floss/frequenz-repo-config-python) | `0.13.6` | `0.13.7` | Updates `flake8-pyproject` from 1.2.3 to 1.2.4 - [Release notes](https://github.com/john-hen/Flake8-pyproject/releases) - [Commits](john-hen/Flake8-pyproject@1.2.3...1.2.4) Updates `frequenz-repo-config[lib]` from 0.13.6 to 0.13.7 - [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.6...v0.13.7) Updates `pandas-stubs` from 2.3.2.250926 to 2.3.3.251201 - [Changelog](https://github.com/pandas-dev/pandas-stubs/blob/main/docs/release_procedure.md) - [Commits](pandas-dev/pandas-stubs@v2.3.2.250926...v2.3.3.251201) Updates `pylint` from 4.0.2 to 4.0.4 - [Release notes](https://github.com/pylint-dev/pylint/releases) - [Commits](pylint-dev/pylint@v4.0.2...v4.0.4) Updates `frequenz-repo-config[extra-lint-examples]` from 0.13.6 to 0.13.7 - [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.6...v0.13.7) --- updated-dependencies: - dependency-name: flake8-pyproject dependency-version: 1.2.4 dependency-type: direct:development update-type: version-update:semver-patch dependency-group: patch - dependency-name: frequenz-repo-config[lib] dependency-version: 0.13.7 dependency-type: direct:development update-type: version-update:semver-patch dependency-group: patch - dependency-name: pandas-stubs dependency-version: 2.3.3.251201 dependency-type: direct:development update-type: version-update:semver-patch dependency-group: patch - dependency-name: pylint dependency-version: 4.0.4 dependency-type: direct:development update-type: version-update:semver-patch dependency-group: patch - dependency-name: frequenz-repo-config[extra-lint-examples] dependency-version: 0.13.7 dependency-type: direct:development update-type: version-update:semver-patch dependency-group: patch ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent 7c75f50 commit b9fb87e

File tree

1 file changed

+7
-7
lines changed

1 file changed

+7
-7
lines changed

pyproject.toml

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

@@ -63,7 +63,7 @@ email = "[email protected]"
6363
dev-flake8 = [
6464
"flake8 == 7.3.0",
6565
"flake8-docstrings == 1.7.0",
66-
"flake8-pyproject == 1.2.3", # For reading the flake8 config from pyproject.toml
66+
"flake8-pyproject == 1.2.4", # For reading the flake8 config from pyproject.toml
6767
"pydoclint == 0.7.6",
6868
"pydocstyle == 6.3.0",
6969
]
@@ -78,26 +78,26 @@ dev-mkdocs = [
7878
"mkdocs-material == 9.6.23",
7979
"mkdocstrings[python] == 0.30.1",
8080
"mkdocstrings-python == 1.18.2",
81-
"frequenz-repo-config[lib] == 0.13.6",
81+
"frequenz-repo-config[lib] == 0.13.7",
8282
]
8383
dev-mypy = [
8484
"mypy == 1.18.2",
8585
"grpc-stubs == 1.53.0.6",
86-
"pandas-stubs == 2.3.2.250926",
86+
"pandas-stubs == 2.3.3.251201",
8787
"types-Markdown == 3.10.0.20251106",
8888
"types-protobuf == 6.32.1.20250918",
8989
# For checking the noxfile, docs/ script, and tests
9090
"frequenz-client-electricity-trading[dev-mkdocs,dev-noxfile,dev-pytest]",
9191
]
92-
dev-noxfile = ["nox == 2025.10.16", "frequenz-repo-config[lib] == 0.13.6"]
92+
dev-noxfile = ["nox == 2025.10.16", "frequenz-repo-config[lib] == 0.13.7"]
9393
dev-pylint = [
94-
"pylint == 4.0.2",
94+
"pylint == 4.0.4",
9595
# For checking the noxfile, docs/ script, and tests
9696
"frequenz-client-electricity-trading[dev-mkdocs,dev-noxfile,dev-pytest]",
9797
]
9898
dev-pytest = [
9999
"pytest == 8.4.2",
100-
"frequenz-repo-config[extra-lint-examples] == 0.13.6",
100+
"frequenz-repo-config[extra-lint-examples] == 0.13.7",
101101
"pytest-mock == 3.15.1",
102102
"pytest-asyncio == 1.2.0",
103103
"async-solipsism == 0.8",

0 commit comments

Comments
 (0)