Skip to content

Commit

Permalink
Bump the required group across 1 directory with 7 updates (#123)
Browse files Browse the repository at this point in the history
  • Loading branch information
llucax authored Jan 2, 2025
2 parents 3804ea3 + f1fa2bc commit 4aae6d3
Showing 1 changed file with 7 additions and 7 deletions.
14 changes: 7 additions & 7 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@ dev-flake8 = [
"flake8 == 7.1.1",
"flake8-docstrings == 1.7.0",
"flake8-pyproject == 1.2.3", # For reading the flake8 config from pyproject.toml
"pydoclint == 0.5.9",
"pydoclint == 0.5.14",
"pydocstyle == 6.3.0",
]
dev-formatting = ["black == 24.10.0", "isort == 5.13.2"]
Expand All @@ -70,22 +70,22 @@ dev-mkdocs = [
"mkdocs-gen-files == 0.5.0",
"mkdocs-literate-nav == 0.6.1",
"mkdocs-macros-plugin == 1.3.7",
"mkdocs-material == 9.5.47",
"mkdocs-material == 9.5.49",
"mkdocstrings[python] == 0.27.0",
"frequenz-repo-config[lib] == 0.11.0",
]
dev-mypy = [
"mypy == 1.13.0",
"mypy == 1.14.1",
"types-Markdown == 3.7.0.20241204",
# For checking the noxfile, docs/ script, and tests
"frequenz-client-dispatch[cli,dev-mkdocs,dev-noxfile,dev-pytest]",
"grpc-stubs == 1.53.0.5",
"types-protobuf == 5.28.3.20241030",
"types-protobuf == 5.29.1.20241207",
"types-python-dateutil == 2.9.0.20241206",
]
dev-noxfile = ["nox == 2024.10.9", "frequenz-repo-config[lib] == 0.11.0"]
dev-pylint = [
"pylint == 3.3.2",
"pylint == 3.3.3",
# 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",
Expand All @@ -94,10 +94,10 @@ dev-pytest = [
"pytest == 8.3.4",
"frequenz-repo-config[extra-lint-examples] == 0.11.0",
"pytest-mock == 3.14.0",
"pytest-asyncio == 0.24.0",
"pytest-asyncio == 0.25.1",
"async-solipsism == 0.7",
"time-machine == 2.16.0",
"hypothesis == 6.122.1",
"hypothesis == 6.123.2",
"frequenz-client-dispatch[cli]",
]
dev = [
Expand Down

0 comments on commit 4aae6d3

Please sign in to comment.