Skip to content

Commit 4015f1c

Browse files
Bump the minor group with 2 updates
Bumps the minor group with 2 updates: [pytest](https://github.com/pytest-dev/pytest) and [flake8](https://github.com/pycqa/flake8). 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 `flake8` from 7.2.0 to 7.3.0 - [Commits](PyCQA/flake8@7.2.0...7.3.0) --- updated-dependencies: - dependency-name: pytest dependency-version: 8.4.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 ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent 1a15f59 commit 4015f1c

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
@@ -68,7 +68,7 @@ extra-lint-examples = [
6868
"sybil >= 6.1.1, < 10",
6969
]
7070
dev-flake8 = [
71-
"flake8 == 7.2.0",
71+
"flake8 == 7.3.0",
7272
"flake8-docstrings == 1.7.0",
7373
"flake8-pyproject == 1.2.3", # For reading the flake8 config from pyproject.toml
7474
"pydoclint == 0.6.6",
@@ -104,7 +104,7 @@ dev-pylint = [
104104
"setuptools >= 67.6.0, < 81", # Should match the api dependency
105105
]
106106
dev-pytest = [
107-
"pytest == 8.3.5",
107+
"pytest == 8.4.1",
108108
"pylint == 3.3.7", # We need this to check for the examples
109109
"cookiecutter == 2.6.0", # For checking the cookiecutter scripts
110110
"jinja2 == 3.1.6", # For checking the cookiecutter scripts

0 commit comments

Comments
 (0)