Skip to content

Commit b7de16b

Browse files
authored
Merge pull request #24 from frequenz-floss/dependabot/pip/optional-d9a263f734
Bump the optional group with 7 updates
2 parents d3f81f4 + 5bc679c commit b7de16b

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
@@ -5,7 +5,7 @@
55
requires = [
66
"setuptools == 68.1.0",
77
"setuptools_scm[toml] == 7.1.0",
8-
"frequenz-repo-config[lib] == 0.9.0",
8+
"frequenz-repo-config[lib] == 0.9.1",
99
]
1010
build-backend = "setuptools.build_meta"
1111

@@ -60,9 +60,9 @@ dev-mkdocs = [
6060
"mkdocs-gen-files == 0.5.0",
6161
"mkdocs-literate-nav == 0.6.1",
6262
"mkdocs-macros-plugin == 1.0.5",
63-
"mkdocs-material == 9.5.10",
64-
"mkdocstrings[python] == 0.24.0",
65-
"frequenz-repo-config[lib] == 0.9.0",
63+
"mkdocs-material == 9.5.12",
64+
"mkdocstrings[python] == 0.24.1",
65+
"frequenz-repo-config[lib] == 0.9.1",
6666
]
6767
dev-mypy = [
6868
"mypy == 1.8.0",
@@ -73,21 +73,21 @@ dev-mypy = [
7373
]
7474
dev-noxfile = [
7575
"nox == 2023.4.22",
76-
"frequenz-repo-config[lib] == 0.9.0",
76+
"frequenz-repo-config[lib] == 0.9.1",
7777
]
7878
dev-pylint = [
79-
"pylint == 3.0.3",
79+
"pylint == 3.1.0",
8080
# For checking the noxfile, docs/ script, and tests
8181
"frequenz-dispatch-client[dev-mkdocs,dev-noxfile,dev-pytest]",
8282
"frequenz-api-dispatch @ git+https://github.com/frequenz-floss/frequenz-api-dispatch.git@223315c",
8383
]
8484
dev-pytest = [
85-
"pytest == 8.0.1",
86-
"frequenz-repo-config[extra-lint-examples] == 0.9.0",
85+
"pytest == 8.1.0",
86+
"frequenz-repo-config[extra-lint-examples] == 0.9.1",
8787
"pytest-mock == 3.12.0",
8888
"pytest-asyncio == 0.23.5",
8989
"async-solipsism == 0.5",
90-
"hypothesis == 6.98.9",
90+
"hypothesis == 6.98.17",
9191
]
9292
dev = [
9393
"frequenz-dispatch-client[dev-mkdocs,dev-flake8,dev-formatting,dev-mkdocs,dev-mypy,dev-noxfile,dev-pylint,dev-pytest]",

0 commit comments

Comments
 (0)