Skip to content

Commit 79b5745

Browse files
Bump pytest from 8.3.5 to 8.4.0
Bumps [pytest](https://github.com/pytest-dev/pytest) from 8.3.5 to 8.4.0. - [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.0) --- updated-dependencies: - dependency-name: pytest dependency-version: 8.4.0 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 139f579 commit 79b5745

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
@@ -8,14 +8,14 @@ dependencies = [
88
"bs4==0.0.2",
99
"csvtomd==0.3.0",
1010
"requests==2.32.3",
11-
"pytest==8.3.5",
11+
"pytest==8.4.0",
1212
"flake8==7.2.0",
1313
"beautifulsoup4==4.13.4"
1414
]
1515

1616
[dependency-groups]
1717
dev = [
18-
"pytest==8.3.5",
18+
"pytest==8.4.0",
1919
"pytest-html==4.1.1",
2020
]
2121

0 commit comments

Comments
 (0)