Skip to content

Commit 6b8e80b

Browse files
Bump pytest from 8.4.0 to 8.4.1
Bumps [pytest](https://github.com/pytest-dev/pytest) from 8.4.0 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.4.0...8.4.1) --- updated-dependencies: - dependency-name: pytest dependency-version: 8.4.1 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent edd1dad commit 6b8e80b

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.4",
11-
"pytest==8.4.0",
11+
"pytest==8.4.1",
1212
"flake8==7.2.0",
1313
"beautifulsoup4==4.13.4"
1414
]
1515

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

0 commit comments

Comments
 (0)