Skip to content

Commit f9abb9d

Browse files
Bump pytest from 7.3.2 to 7.4.0
Bumps [pytest](https://github.com/pytest-dev/pytest) from 7.3.2 to 7.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@7.3.2...7.4.0) --- updated-dependencies: - dependency-name: pytest dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent a3a8ac2 commit f9abb9d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,7 @@ format = ["black == 23.3.0", "isort == 5.12.0"]
6060
nox = ["nox == 2023.4.22", "toml == 0.10.2"]
6161
examples = [ "polars == 0.18.4" ]
6262
pytest = [
63-
"pytest == 7.3.2",
63+
"pytest == 7.4.0",
6464
"pytest-cov == 4.1.0",
6565
"pytest-mock == 3.11.1",
6666
"pytest-asyncio == 0.21.0",

0 commit comments

Comments
 (0)