Skip to content

Commit 9fc1f11

Browse files
Bump the minor group with 4 updates
Bumps the minor group with 4 updates: [grpcio](https://github.com/grpc/grpc), [flake8](https://github.com/pycqa/flake8), [pytest](https://github.com/pytest-dev/pytest) and [grpcio-tools](https://github.com/grpc/grpc). Updates `grpcio` from 1.72.1 to 1.73.1 - [Release notes](https://github.com/grpc/grpc/releases) - [Changelog](https://github.com/grpc/grpc/blob/master/doc/grpc_release_schedule.md) - [Commits](grpc/grpc@v1.72.1...v1.73.1) Updates `flake8` from 7.2.0 to 7.3.0 - [Commits](PyCQA/flake8@7.2.0...7.3.0) Updates `pytest` from 8.3.5 to 8.4.1 - [Release notes](https://github.com/pytest-dev/pytest/releases) - [Changelog](https://github.com/pytest-dev/pytest/blob/main/CHANGELOG.rst) - [Commits](pytest-dev/pytest@8.3.5...8.4.1) Updates `grpcio-tools` from 1.72.1 to 1.73.1 - [Release notes](https://github.com/grpc/grpc/releases) - [Changelog](https://github.com/grpc/grpc/blob/master/doc/grpc_release_schedule.md) - [Commits](grpc/grpc@v1.72.1...v1.73.1) --- updated-dependencies: - dependency-name: grpcio dependency-version: 1.73.1 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: minor - dependency-name: flake8 dependency-version: 7.3.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: minor - dependency-name: pytest dependency-version: 8.4.1 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: minor - dependency-name: grpcio-tools dependency-version: 1.73.1 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: minor ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent b0cf1a1 commit 9fc1f11

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

pyproject.toml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -11,8 +11,8 @@ requires = [
1111
# versions can't work with code that was generated with newer versions.
1212
# https://protobuf.dev/support/cross-version-runtime-guarantee/#backwards
1313
"protobuf == 6.31.1",
14-
"grpcio-tools == 1.72.1",
15-
"grpcio == 1.72.1",
14+
"grpcio-tools == 1.73.1",
15+
"grpcio == 1.73.1",
1616
]
1717
build-backend = "setuptools.build_meta"
1818

@@ -50,7 +50,7 @@ email = "[email protected]"
5050

5151
[project.optional-dependencies]
5252
dev-flake8 = [
53-
"flake8 == 7.2.0",
53+
"flake8 == 7.3.0",
5454
"flake8-docstrings == 1.7.0",
5555
"flake8-pyproject == 1.2.3", # For reading the flake8 config from pyproject.toml
5656
"pydoclint == 0.6.6",
@@ -78,7 +78,7 @@ dev-pylint = [
7878
"frequenz-api-common[dev-mkdocs,dev-noxfile,dev-pytest]",
7979
]
8080
dev-pytest = [
81-
"pytest == 8.3.5",
81+
"pytest == 8.4.1",
8282
"frequenz-repo-config[extra-lint-examples] == 0.13.5",
8383
]
8484
dev = [

0 commit comments

Comments
 (0)