From bbcf0225c8fdb3e087cf3df4b75a50000748046d Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 9 Jun 2026 21:49:29 +0000 Subject: [PATCH] Update wrapt requirement from >=1.0.0 to >=2.2.1 Updates the requirements on [wrapt](https://github.com/GrahamDumpleton/wrapt) to permit the latest version. - [Release notes](https://github.com/GrahamDumpleton/wrapt/releases) - [Changelog](https://github.com/GrahamDumpleton/wrapt/blob/develop/docs/changes.rst) - [Commits](https://github.com/GrahamDumpleton/wrapt/compare/1.0.0...2.2.1) --- updated-dependencies: - dependency-name: wrapt dependency-version: 2.2.1 dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 7eb995b2..5ec5190b 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -33,7 +33,7 @@ dependencies = [ "opentelemetry-instrumentation-system-metrics==0.63b1", "opentelemetry-semantic-conventions==0.63b1", "protobuf>=6.33.5", # not our direct dep, prevents installing vulnerable proto versions (CVE‑2025‑4565, CVE-2026-0994) - "wrapt>=1.0.0", + "wrapt>=2.2.1", ] [project.optional-dependencies]