From 018dc556ca78dd016fba777992524513eb0cb6d0 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 12 Mar 2026 08:19:11 +0000 Subject: [PATCH] Bump wrapt from 2.1.0 to 2.1.1 Bumps [wrapt](https://github.com/GrahamDumpleton/wrapt) from 2.1.0 to 2.1.1. - [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/2.1.0...2.1.1) --- updated-dependencies: - dependency-name: wrapt dependency-version: 2.1.1 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index a4c7eec0..cf1fb3e6 100644 --- a/setup.py +++ b/setup.py @@ -58,7 +58,7 @@ def read(path: str) -> str: "prometheus_client==0.24.1", "aiohttp==3.13.3", "verlib2==0.3.1", - "wrapt==2.1.0", + "wrapt==2.1.2", "python-json-logger==4.0.0", "httpx==0.28.1", ],