Skip to content

Commit f67ae68

Browse files
Update pytest requirement from <8.2.0,>=7.4.4 to >=7.4.4,<8.3.0
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.4.4...8.2.0) --- updated-dependencies: - dependency-name: pytest dependency-type: direct:production ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent eea3fbc commit f67ae68

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pyproject.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ zulip = [
3333
"zulip~=0.9.0"
3434
]
3535
tests = [
36-
"pytest>=7.4.4,<8.2.0",
36+
"pytest>=7.4.4,<8.3.0",
3737
"types-PyYAML~=6.0.12",
3838
"mypy>=1.8,<1.10"
3939
]

0 commit comments

Comments
 (0)