Skip to content

Commit 4856ea5

Browse files
authored
Bump the patch group with 5 updates (#152)
2 parents 3827dd3 + d306e60 commit 4856ea5

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.1.0",
77
"setuptools_scm[toml] == 8.2.0",
8-
"frequenz-repo-config[lib] == 0.13.2",
8+
"frequenz-repo-config[lib] == 0.13.3",
99
]
1010
build-backend = "setuptools.build_meta"
1111

@@ -55,7 +55,7 @@ email = "[email protected]"
5555
[project.optional-dependencies]
5656
cli = [
5757
"asyncclick == 8.1.8",
58-
"prompt-toolkit == 3.0.50",
58+
"prompt-toolkit == 3.0.51",
5959
"parsedatetime == 2.6",
6060
"tzlocal == 5.3.1",
6161
]
@@ -75,9 +75,9 @@ dev-mkdocs = [
7575
"mkdocs-gen-files == 0.5.0",
7676
"mkdocs-literate-nav == 0.6.2",
7777
"mkdocs-macros-plugin == 1.3.7",
78-
"mkdocs-material == 9.6.11",
78+
"mkdocs-material == 9.6.12",
7979
"mkdocstrings[python] == 0.29.1",
80-
"frequenz-repo-config[lib] == 0.13.2",
80+
"frequenz-repo-config[lib] == 0.13.3",
8181
]
8282
dev-mypy = [
8383
"mypy == 1.15.0",
@@ -88,7 +88,7 @@ dev-mypy = [
8888
"types-protobuf == 5.29.1.20250403",
8989
"types-python-dateutil == 2.9.0.20241206",
9090
]
91-
dev-noxfile = ["nox == 2025.2.9", "frequenz-repo-config[lib] == 0.13.2"]
91+
dev-noxfile = ["nox == 2025.2.9", "frequenz-repo-config[lib] == 0.13.3"]
9292
dev-pylint = [
9393
"pylint == 3.3.6",
9494
# For checking the noxfile, docs/ script, and tests
@@ -97,12 +97,12 @@ dev-pylint = [
9797
]
9898
dev-pytest = [
9999
"pytest == 8.3.5",
100-
"frequenz-repo-config[extra-lint-examples] == 0.13.2",
100+
"frequenz-repo-config[extra-lint-examples] == 0.13.3",
101101
"pytest-mock == 3.14.0",
102102
"pytest-asyncio == 0.26.0",
103103
"async-solipsism == 0.7",
104104
"time-machine == 2.16.0",
105-
"hypothesis == 6.131.0",
105+
"hypothesis == 6.131.9",
106106
"frequenz-client-dispatch[cli]",
107107
]
108108
dev = [

0 commit comments

Comments
 (0)