Skip to content

Commit a08d25d

Browse files
authored
Bump the patch group across 1 directory with 5 updates (#254)
2 parents 17fef0e + 494a4d1 commit a08d25d

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

@@ -64,7 +64,7 @@ cli = [
6464
dev-flake8 = [
6565
"flake8 == 7.3.0",
6666
"flake8-docstrings == 1.7.0",
67-
"flake8-pyproject == 1.2.3", # For reading the flake8 config from pyproject.toml
67+
"flake8-pyproject == 1.2.4", # For reading the flake8 config from pyproject.toml
6868
"pydoclint == 0.8.3",
6969
"pydocstyle == 6.3.0",
7070
]
@@ -79,7 +79,7 @@ dev-mkdocs = [
7979
"mkdocs-macros-plugin == 1.5.0",
8080
"mkdocs-material == 9.7.0",
8181
"mkdocstrings[python] == 1.0.0",
82-
"frequenz-repo-config[lib] == 0.13.6",
82+
"frequenz-repo-config[lib] == 0.13.8",
8383
]
8484
dev-mypy = [
8585
"mypy == 1.19.0",
@@ -90,21 +90,21 @@ dev-mypy = [
9090
"types-protobuf == 6.32.1.20251105",
9191
"types-python-dateutil == 2.9.0.20251115",
9292
]
93-
dev-noxfile = ["nox == 2025.11.12", "frequenz-repo-config[lib] == 0.13.6"]
93+
dev-noxfile = ["nox == 2025.11.12", "frequenz-repo-config[lib] == 0.13.8"]
9494
dev-pylint = [
95-
"pylint == 4.0.2",
95+
"pylint == 4.0.4",
9696
# For checking the noxfile, docs/ script, and tests
9797
"frequenz-client-dispatch[cli,dev-mkdocs,dev-noxfile,dev-pytest]",
9898
"frequenz-api-dispatch == 1.0.0",
9999
]
100100
dev-pytest = [
101101
"pytest == 8.4.2",
102-
"frequenz-repo-config[extra-lint-examples] == 0.13.6",
102+
"frequenz-repo-config[extra-lint-examples] == 0.13.8",
103103
"pytest-mock == 3.15.1",
104104
"pytest-asyncio == 1.3.0",
105105
"async-solipsism == 0.8",
106106
"time-machine == 3.1.0",
107-
"hypothesis == 6.148.6",
107+
"hypothesis == 6.148.7",
108108
"frequenz-client-dispatch[cli]",
109109
]
110110
dev = [

0 commit comments

Comments
 (0)