Skip to content

Commit

Permalink
Bump the required group across 1 directory with 8 updates (#114)
Browse files Browse the repository at this point in the history
  • Loading branch information
llucax authored Dec 2, 2024
2 parents 35c6e5f + b4ae9e4 commit 29603ed
Showing 1 changed file with 10 additions and 10 deletions.
20 changes: 10 additions & 10 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
requires = [
"setuptools == 75.6.0",
"setuptools_scm[toml] == 8.1.0",
"frequenz-repo-config[lib] == 0.10.0",
"frequenz-repo-config[lib] == 0.11.0",
]
build-backend = "setuptools.build_meta"

Expand Down Expand Up @@ -69,9 +69,9 @@ dev-mkdocs = [
"mkdocs-gen-files == 0.5.0",
"mkdocs-literate-nav == 0.6.1",
"mkdocs-macros-plugin == 1.3.7",
"mkdocs-material == 9.5.43",
"mkdocstrings[python] == 0.26.2",
"frequenz-repo-config[lib] == 0.10.0",
"mkdocs-material == 9.5.47",
"mkdocstrings[python] == 0.27.0",
"frequenz-repo-config[lib] == 0.11.0",
]
dev-mypy = [
"mypy == 1.13.0",
Expand All @@ -82,21 +82,21 @@ dev-mypy = [
"types-protobuf == 5.28.3.20241030",
"types-python-dateutil == 2.9.0.20241003",
]
dev-noxfile = ["nox == 2024.10.9", "frequenz-repo-config[lib] == 0.10.0"]
dev-noxfile = ["nox == 2024.10.9", "frequenz-repo-config[lib] == 0.11.0"]
dev-pylint = [
"pylint == 3.3.1",
"pylint == 3.3.2",
# For checking the noxfile, docs/ script, and tests
"frequenz-client-dispatch[cli,dev-mkdocs,dev-noxfile,dev-pytest]",
"frequenz-api-dispatch == 1.0.0-rc1",
]
dev-pytest = [
"pytest == 8.3.3",
"frequenz-repo-config[extra-lint-examples] == 0.10.0",
"pytest == 8.3.4",
"frequenz-repo-config[extra-lint-examples] == 0.11.0",
"pytest-mock == 3.14.0",
"pytest-asyncio == 0.24.0",
"async-solipsism == 0.7",
"time-machine == 2.15.0",
"hypothesis == 6.116.0",
"time-machine == 2.16.0",
"hypothesis == 6.122.1",
"frequenz-client-dispatch[cli]",
]
dev = [
Expand Down

0 comments on commit 29603ed

Please sign in to comment.