Skip to content

Commit 0f9dd3b

Browse files
chore(deps-dev): update pytest requirement from ~=8.3 to ~=8.4 (#1134)
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.0...8.4.0) --- updated-dependencies: - dependency-name: pytest dependency-version: 8.4.0 dependency-type: direct:development ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent a1b33c3 commit 0f9dd3b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Pipfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ verify_ssl = true
77
httpretty = "~=1.1"
88
mock = "~=5.2"
99
pre-commit = "~=4.2"
10-
pytest = "~=8.3"
10+
pytest = "~=8.4"
1111
pytest-cov = "~=5.0"
1212
python-dateutil = "~=2.9"
1313
ruff = "~=0.11.12"

0 commit comments

Comments
 (0)