Skip to content

Commit ad45bf1

Browse files
Bump pytest from 8.4.1 to 8.4.2
Bumps [pytest](https://github.com/pytest-dev/pytest) from 8.4.1 to 8.4.2. - [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.4.1...8.4.2) --- updated-dependencies: - dependency-name: pytest dependency-version: 8.4.2 dependency-type: direct:development update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent a664a35 commit ad45bf1

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -52,5 +52,5 @@ dependencies = [
5252
optional-dependencies.dev = [
5353
"black == 25.1.0",
5454
"pylint == 3.3.8",
55-
"pytest == 8.4.1",
55+
"pytest == 8.4.2",
5656
]

requirements_dev.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,5 +12,5 @@ pathspec == 0.12.1
1212
platformdirs == 4.4.0
1313
pluggy == 1.6.0
1414
pylint == 3.3.8
15-
pytest == 8.4.1
15+
pytest == 8.4.2
1616
tomlkit == 0.13.3

0 commit comments

Comments
 (0)