diff --git a/test/integration-test/pyproject.toml b/test/integration-test/pyproject.toml index 0b5036e..139cfe0 100644 --- a/test/integration-test/pyproject.toml +++ b/test/integration-test/pyproject.toml @@ -5,10 +5,10 @@ description = "Integration tests for Apache httpd Datadog module" requires-python = ">=3.8" dependencies = [ "pytest>=7.4.4", - "requests>=2.31.0", + "requests>=2.33.1", "ddapm-test-agent>=1.50.0", - "aiohttp>=3.9.0", - "msgpack>=1.0.0", + "aiohttp>=3.13.5", + "msgpack>=1.0.8", ] [dependency-groups]