Skip to content

Commit 610b351

Browse files
authored
Merge pull request #52 from frequenz-floss/dependabot/pip/patch-2dd1010a7d
Bump the patch group across 1 directory with 7 updates
2 parents 29010a7 + 087a76e commit 610b351

File tree

1 file changed

+9
-9
lines changed

1 file changed

+9
-9
lines changed

pyproject.toml

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

@@ -68,11 +68,11 @@ dev-mkdocs = [
6868
"mike == 2.1.3",
6969
"mkdocs-gen-files == 0.5.0",
7070
"mkdocs-literate-nav == 0.6.2",
71-
"mkdocs-macros-plugin == 1.4.0",
72-
"mkdocs-material == 9.6.17",
73-
"mkdocstrings[python] == 0.30.0",
71+
"mkdocs-macros-plugin == 1.4.1",
72+
"mkdocs-material == 9.6.23",
73+
"mkdocstrings[python] == 0.30.1",
7474
"mkdocstrings-python == 1.18.2",
75-
"frequenz-repo-config[lib] == 0.13.5",
75+
"frequenz-repo-config[lib] == 0.13.6",
7676
]
7777
dev-mypy = [
7878
"mypy == 1.18.2",
@@ -82,16 +82,16 @@ dev-mypy = [
8282
# For checking the noxfile, docs/ script, and tests
8383
"frequenz-client-assets[dev-mkdocs,dev-noxfile,dev-pytest,cli]",
8484
]
85-
dev-noxfile = ["nox == 2025.5.1", "frequenz-repo-config[lib] == 0.13.5"]
85+
dev-noxfile = ["nox == 2025.5.1", "frequenz-repo-config[lib] == 0.13.6"]
8686
dev-pylint = [
8787
# dev-pytest already defines a dependency to pylint because of the examples
8888
# For checking the noxfile, docs/ script, and tests
8989
"frequenz-client-assets[dev-mkdocs,dev-noxfile,dev-pytest,cli]",
9090
]
9191
dev-pytest = [
92-
"pytest == 8.4.1",
92+
"pytest == 8.4.2",
9393
"pylint == 3.3.8", # We need this to check for the examples
94-
"frequenz-repo-config[extra-lint-examples] == 0.13.5",
94+
"frequenz-repo-config[extra-lint-examples] == 0.13.6",
9595
"pytest-mock == 3.15.1",
9696
"pytest-asyncio == 1.1.0",
9797
"async-solipsism == 0.8",

0 commit comments

Comments
 (0)