Skip to content

Commit f4c0c4b

Browse files
Merge pull request #6 from pythonicrahul/dependabot/pip/requests-gte-2.33.1-and-lt-3.0
build(deps-dev): update requests requirement from <3.0,>=2.28 to >=2.33.1,<3.0
2 parents ed8fd86 + 54cfa07 commit f4c0c4b

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.
33
pytest>=9.0,<10.0
4-
requests>=2.28,<3.0
4+
requests>=2.33.1,<3.0
55
ruff>=0.11,<1.0

0 commit comments

Comments
 (0)