Skip to content

Commit 0b976fe

Browse files
Update pytest requirement from ~=8.3.3 to >=8.3.3,<8.5.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@8.3.3...8.4.1) --- updated-dependencies: - dependency-name: pytest dependency-version: 8.4.1 dependency-type: direct:production ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 2e724ce commit 0b976fe

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
@@ -43,7 +43,7 @@ dependencies = [
4343
[dependency-groups]
4444
dev = [
4545
"pre-commit~=3.8.0",
46-
"pytest~=8.3.3",
46+
"pytest>=8.3.3,<8.5.0",
4747
"pytest-cov~=5.0.0",
4848
"python-dotenv~=1.0.1",
4949
"pytest-asyncio~=0.24.0",

0 commit comments

Comments
 (0)