Skip to content

Commit b76ff7a

Browse files
build(deps-dev): update pytest requirement from ~=7.3.1 to >=7.3.1,<7.5.0 (#551)
* build(deps-dev): update pytest requirement Updates the requirements on [pytest](https://github.com/pytest-dev/pytest) to permit the latest version. - [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.1...7.4.0) --- updated-dependencies: - dependency-name: pytest dependency-type: direct:production ... Signed-off-by: dependabot[bot] <[email protected]> * deps: use ~= for pytest --------- Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Pete Gadomski <[email protected]>
1 parent bfbd129 commit b76ff7a

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
@@ -50,7 +50,7 @@ dev = [
5050
"pytest-console-scripts~=1.4.0",
5151
"pytest-cov~=4.1.0",
5252
"pytest-recording~=0.12.2",
53-
"pytest~=7.3.1",
53+
"pytest~=7.4",
5454
"recommonmark~=0.7.1",
5555
"requests-mock~=1.11.0",
5656
"ruff==0.0.275",

0 commit comments

Comments
 (0)