Skip to content

Commit bdac62f

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), [hypothesis](https://github.com/HypothesisWorks/hypothesis) and [pytest](https://github.com/pytest-dev/pytest). 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.1 - [Changelog](https://github.com/python/mypy/blob/master/CHANGELOG.md) - [Commits](python/mypy@v1.16.1...v1.17.1) Updates `hypothesis` from 6.132.0 to 6.136.7 - [Release notes](https://github.com/HypothesisWorks/hypothesis/releases) - [Commits](HypothesisWorks/hypothesis@hypothesis-python-6.132.0...hypothesis-python-6.136.7) 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) --- 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.1 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: minor - dependency-name: hypothesis dependency-version: 6.136.7 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 ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent 483e9f2 commit bdac62f

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
@@ -37,7 +37,7 @@ email = "[email protected]"
3737

3838
[project.optional-dependencies]
3939
dev-flake8 = [
40-
"flake8 == 7.2.0",
40+
"flake8 == 7.3.0",
4141
"flake8-docstrings == 1.7.0",
4242
"flake8-pyproject == 1.2.3", # For reading the flake8 config from pyproject.toml
4343
"pydoclint == 0.6.6",
@@ -63,7 +63,7 @@ dev-mkdocs = [
6363
dev-mypy = [
6464
# For checking the noxfile, docs/ script, and tests
6565
"frequenz-channels[dev-mkdocs,dev-noxfile,dev-pytest]",
66-
"mypy == 1.16.1",
66+
"mypy == 1.17.1",
6767
"types-Markdown == 3.8.0.20250415",
6868
]
6969
dev-noxfile = ["nox == 2025.5.1", "frequenz-repo-config[lib] == 0.13.5"]
@@ -75,8 +75,8 @@ dev-pylint = [
7575
dev-pytest = [
7676
"async-solipsism == 0.7",
7777
"frequenz-repo-config[extra-lint-examples] == 0.13.5",
78-
"hypothesis == 6.132.0",
79-
"pytest == 8.3.5",
78+
"hypothesis == 6.136.7",
79+
"pytest == 8.4.1",
8080
"pytest-asyncio == 1.0.0",
8181
"pytest-mock == 3.14.1",
8282
]

0 commit comments

Comments
 (0)