Skip to content

Commit 82fcd40

Browse files
Bump the minor group with 2 updates
Bumps the minor group with 2 updates: [flake8](https://github.com/pycqa/flake8) 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 `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: 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 d75dde9 commit 82fcd40

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

pyproject.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,7 @@ email = "[email protected]"
6060
# TODO(cookiecutter): Remove and add more optional dependencies if appropriate
6161
[project.optional-dependencies]
6262
dev-flake8 = [
63-
"flake8 == 7.2.0",
63+
"flake8 == 7.3.0",
6464
"flake8-docstrings == 1.7.0",
6565
"flake8-pyproject == 1.2.3", # For reading the flake8 config from pyproject.toml
6666
"pydoclint == 0.6.6",
@@ -95,7 +95,7 @@ dev-pylint = [
9595
"frequenz-client-electricity-trading[dev-mkdocs,dev-noxfile,dev-pytest]",
9696
]
9797
dev-pytest = [
98-
"pytest == 8.3.5",
98+
"pytest == 8.4.1",
9999
"frequenz-repo-config[extra-lint-examples] == 0.13.5",
100100
"pytest-mock == 3.14.1",
101101
"pytest-asyncio == 0.26.0",

0 commit comments

Comments
 (0)