Skip to content

Commit 73301db

Browse files
Bump the minor group across 1 directory with 4 updates
Bumps the minor group with 4 updates in the / directory: [flake8](https://github.com/pycqa/flake8), [mypy](https://github.com/python/mypy), [pytest](https://github.com/pytest-dev/pytest) and [hypothesis](https://github.com/HypothesisWorks/hypothesis). Updates `flake8` from 7.2.0 to 7.3.0 - [Commits](PyCQA/flake8@7.2.0...7.3.0) Updates `mypy` from 1.16.1 to 1.17.0 - [Changelog](https://github.com/python/mypy/blob/master/CHANGELOG.md) - [Commits](python/mypy@v1.16.1...v1.17.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 `hypothesis` from 6.132.0 to 6.136.3 - [Release notes](https://github.com/HypothesisWorks/hypothesis/releases) - [Commits](HypothesisWorks/hypothesis@hypothesis-python-6.132.0...hypothesis-python-6.136.3) --- updated-dependencies: - dependency-name: flake8 dependency-version: 7.3.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: minor - dependency-name: mypy dependency-version: 1.17.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: hypothesis dependency-version: 6.136.3 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: minor ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 4c09b3a commit 73301db

1 file changed

Lines changed: 4 additions & 4 deletions

File tree

pyproject.toml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ email = "floss@frequenz.com"
3939

4040
[project.optional-dependencies]
4141
dev-flake8 = [
42-
"flake8 == 7.2.0",
42+
"flake8 == 7.3.0",
4343
"flake8-docstrings == 1.7.0",
4444
"flake8-pyproject == 1.2.3", # For reading the flake8 config from pyproject.toml
4545
"pydoclint == 0.6.6",
@@ -61,7 +61,7 @@ dev-mkdocs = [
6161
"frequenz-client-base",
6262
]
6363
dev-mypy = [
64-
"mypy == 1.16.1",
64+
"mypy == 1.17.0",
6565
"types-Markdown == 3.8.0.20250415",
6666
"types-protobuf == 6.30.2.20250516",
6767
"grpc-stubs == 1.53.0.6", # This dependency introduces breaking changes in patch releases
@@ -75,12 +75,12 @@ dev-pylint = [
7575
"frequenz-client-base[dev-mkdocs,dev-noxfile,dev-pytest]",
7676
]
7777
dev-pytest = [
78-
"pytest == 8.3.5",
78+
"pytest == 8.4.1",
7979
"frequenz-repo-config[extra-lint-examples] == 0.13.5",
8080
"pytest-mock == 3.14.1",
8181
"pytest-asyncio == 1.0.0",
8282
"async-solipsism == 0.7",
83-
"hypothesis == 6.132.0",
83+
"hypothesis == 6.136.3",
8484
"frequenz-client-base",
8585
]
8686
dev = [

0 commit comments

Comments
 (0)