Skip to content

Commit a8652cd

Browse files
Bump the minor group with 3 updates
Bumps the minor group with 3 updates: [flake8](https://github.com/pycqa/flake8), [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 `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.135.20 - [Release notes](https://github.com/HypothesisWorks/hypothesis/releases) - [Commits](HypothesisWorks/hypothesis@hypothesis-python-6.132.0...hypothesis-python-6.135.20) --- 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: 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.135.20 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: minor ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent f5576e1 commit a8652cd

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

pyproject.toml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ email = "[email protected]"
4646

4747
[project.optional-dependencies]
4848
dev-flake8 = [
49-
"flake8 == 7.2.0",
49+
"flake8 == 7.3.0",
5050
"flake8-docstrings == 1.7.0",
5151
"flake8-pyproject == 1.2.3", # For reading the flake8 config from pyproject.toml
5252
"pydoclint == 0.6.6",
@@ -78,13 +78,13 @@ dev-pylint = [
7878
"frequenz-core[dev-mkdocs,dev-noxfile,dev-pytest]",
7979
]
8080
dev-pytest = [
81-
"pytest == 8.3.5",
81+
"pytest == 8.4.1",
8282
"pylint == 3.3.7", # We need this to check for the examples
8383
"frequenz-repo-config[extra-lint-examples] == 0.13.4",
8484
"pytest-mock == 3.14.1",
8585
"pytest-asyncio == 0.26.0",
8686
"async-solipsism == 0.7",
87-
"hypothesis == 6.132.0",
87+
"hypothesis == 6.135.20",
8888
]
8989
dev = [
9090
"frequenz-core[dev-mkdocs,dev-flake8,dev-formatting,dev-mkdocs,dev-mypy,dev-noxfile,dev-pylint,dev-pytest]",

0 commit comments

Comments
 (0)