Skip to content

Commit d8be4cc

Browse files
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@9.0.0...9.0.3) --- updated-dependencies: - dependency-name: pytest dependency-version: 9.0.3 dependency-type: direct:development ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent f4c0c4b commit d8be4cc

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

requirements-dev.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
# Development and CI dependencies.
22
# Runtime dependencies (requests, urllib3) are bundled with the Datadog Agent.
3-
pytest>=9.0,<10.0
3+
pytest>=9.0.3,<10.0
44
requests>=2.33.1,<3.0
55
ruff>=0.11,<1.0

0 commit comments

Comments
 (0)