Skip to content

Commit 0f20946

Browse files
authored
Merge pull request #144 from frequenz-floss/dependabot/pip/patch-1e9bcec937
Bump the patch group across 1 directory with 5 updates
2 parents da8b18e + b1c95d9 commit 0f20946

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.8",
99
]
1010
build-backend = "setuptools.build_meta"
1111

@@ -48,7 +48,7 @@ email = "[email protected]"
4848
dev-flake8 = [
4949
"flake8 == 7.3.0",
5050
"flake8-docstrings == 1.7.0",
51-
"flake8-pyproject == 1.2.3", # For reading the flake8 config from pyproject.toml
51+
"flake8-pyproject == 1.2.4", # For reading the flake8 config from pyproject.toml
5252
"pydoclint == 0.7.6",
5353
"pydocstyle == 6.3.0",
5454
]
@@ -62,23 +62,23 @@ dev-mkdocs = [
6262
"mkdocs-material == 9.7.0",
6363
"mkdocstrings[python] == 0.30.1",
6464
"mkdocstrings-python == 1.18.2",
65-
"frequenz-repo-config[lib] == 0.13.6",
65+
"frequenz-repo-config[lib] == 0.13.8",
6666
]
6767
dev-mypy = [
68-
"mypy == 1.19.0",
68+
"mypy == 1.19.1",
6969
"types-Markdown == 3.10.0.20251106",
7070
# For checking the noxfile, docs/ script, and tests
7171
"flake8-numbers[dev-mkdocs,dev-noxfile,dev-pytest]",
7272
]
73-
dev-noxfile = ["nox == 2025.11.12", "frequenz-repo-config[lib] == 0.13.6"]
73+
dev-noxfile = ["nox == 2025.11.12", "frequenz-repo-config[lib] == 0.13.8"]
7474
dev-pylint = [
75-
"pylint == 4.0.2",
75+
"pylint == 4.0.4",
7676
# For checking the noxfile, docs/ script, and tests
7777
"flake8-numbers[dev-mkdocs,dev-noxfile,dev-pytest]",
7878
]
7979
dev-pytest = [
8080
"pytest == 8.4.2",
81-
"frequenz-repo-config[extra-lint-examples] == 0.13.6",
81+
"frequenz-repo-config[extra-lint-examples] == 0.13.8",
8282
"pytest-mock == 3.15.1",
8383
"pytest-asyncio == 1.3.0",
8484
"async-solipsism == 0.8",

0 commit comments

Comments
 (0)