Skip to content

Commit 93d4809

Browse files
Merge pull request #41 from frequenz-floss/dependabot/pip/patch-cf2f38b086
Bump the patch group with 6 updates
2 parents f18cded + e21e7f7 commit 93d4809

File tree

1 file changed

+8
-8
lines changed

1 file changed

+8
-8
lines changed

pyproject.toml

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

@@ -50,10 +50,10 @@ dev-mkdocs = [
5050
"black == 25.1.0",
5151
"mike == 2.1.3",
5252
"mkdocs-gen-files == 0.5.0",
53-
"mkdocs-literate-nav == 0.6.1",
53+
"mkdocs-literate-nav == 0.6.2",
5454
"mkdocs-macros-plugin == 1.3.7",
55-
"mkdocs-material == 9.6.6",
56-
"frequenz-repo-config[lib] == 0.13.0",
55+
"mkdocs-material == 9.6.11",
56+
"frequenz-repo-config[lib] == 0.13.2",
5757
]
5858
dev-mypy = [
5959
"mypy == 1.15.0",
@@ -63,17 +63,17 @@ dev-mypy = [
6363
]
6464
dev-noxfile = [
6565
"nox == 2025.2.9",
66-
"frequenz-repo-config[lib] == 0.13.0",
66+
"frequenz-repo-config[lib] == 0.13.2",
6767
]
6868
dev-pylint = [
6969
# dev-pytest already defines a dependency to pylint because of the examples
7070
# For checking the noxfile, docs/ script, and tests
7171
"frequenz-reporting-python[dev-mkdocs,dev-noxfile,dev-pytest]",
7272
]
7373
dev-pytest = [
74-
"pytest == 8.3.4",
75-
"pylint == 3.3.4", # We need this to check for the examples
76-
"frequenz-repo-config[extra-lint-examples] == 0.13.0",
74+
"pytest == 8.3.5",
75+
"pylint == 3.3.6", # We need this to check for the examples
76+
"frequenz-repo-config[extra-lint-examples] == 0.13.2",
7777
"pytest-mock == 3.14.0",
7878
"pytest-asyncio == 0.25.3",
7979
"async-solipsism == 0.7",

0 commit comments

Comments
 (0)