Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Bump the required group across 1 directory with 13 updates #152

Open
wants to merge 1 commit into
base: v0.x.x
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
30 changes: 15 additions & 15 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -5,14 +5,14 @@
requires = [
"setuptools == 68.1.0",
"setuptools_scm[toml] == 7.1.0",
"frequenz-repo-config[api] == 0.10.0",
"frequenz-repo-config[api] == 0.12.3",
# We need to pin the protobuf, grpcio and grpcio-tools dependencies to make
# sure the code is generated using the minimum supported versions, as older
# versions can't work with code that was generated with newer versions.
# https://protobuf.dev/support/cross-version-runtime-guarantee/#backwards
"protobuf == 4.25.3",
"grpcio-tools == 1.51.1",
"grpcio == 1.51.1",
"grpcio-tools == 1.68.1",
"grpcio == 1.68.1",
]
build-backend = "setuptools.build_meta"

Expand Down Expand Up @@ -51,10 +51,10 @@ email = "[email protected]"

[project.optional-dependencies]
dev-flake8 = [
"flake8 == 7.0.0",
"flake8 == 7.1.2",
"flake8-docstrings == 1.7.0",
"flake8-pyproject == 1.2.3", # For reading the flake8 config from pyproject.toml
"pydoclint == 0.3.2",
"pydoclint == 0.6.2",
"pydocstyle == 6.3.0",
]
dev-formatting = ["black == 24.4.2", "isort == 5.12.0"]
Expand All @@ -64,31 +64,31 @@ dev-mkdocs = [
"mike == 2.1.3",
"mkdocs-gen-files == 0.5.0",
"mkdocs-literate-nav == 0.6.1",
"mkdocs-macros-plugin == 1.0.4",
"mkdocs-material == 9.4.4",
"mkdocstrings[python] == 0.27.0",
"mkdocstrings-python == 1.10.8",
"frequenz-repo-config[api] == 0.10.0",
"mkdocs-macros-plugin == 1.3.7",
"mkdocs-material == 9.6.8",
"mkdocstrings[python] == 0.29.0",
"mkdocstrings-python == 1.16.5",
"frequenz-repo-config[api] == 0.12.3",
]
dev-mypy = [
"mypy == 1.5.1",
"mypy == 1.15.0",
"grpc-stubs == 1.53.0.5",
"types-Markdown == 3.7.0.20241204",
# For checking the noxfile, docs/ script, and tests
"frequenz-api-weather[dev-mkdocs,dev-noxfile,dev-pytest]",
]
dev-noxfile = [
"nox == 2024.4.15",
"frequenz-repo-config[api] == 0.10.0",
"frequenz-repo-config[api] == 0.12.3",
]
dev-pylint = [
"pylint == 3.0.2",
"pylint == 3.3.4",
# For checking the noxfile, docs/ script, and tests
"frequenz-api-weather[dev-mkdocs,dev-noxfile,dev-pytest]",
]
dev-pytest = [
"pytest == 8.3.3",
"frequenz-repo-config[extra-lint-examples] == 0.10.0",
"pytest == 8.3.5",
"frequenz-repo-config[extra-lint-examples] == 0.12.3",
]
dev = [
"frequenz-api-weather[dev-mkdocs,dev-flake8,dev-formatting,dev-mkdocs,dev-mypy,dev-noxfile,dev-pylint,dev-pytest]",
Expand Down
Loading