From 14ebe6965246531e5c222f898ade0e017aa1eb88 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 4 Aug 2026 08:33:15 +0000 Subject: [PATCH] build(deps-dev): bump wrapt from 2.2.2 to 2.3.0 in /it/python Bumps [wrapt](https://github.com/GrahamDumpleton/wrapt) from 2.2.2 to 2.3.0. - [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.2.2...2.3.0) --- updated-dependencies: - dependency-name: wrapt dependency-version: 2.3.0 dependency-type: direct:development update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- it/python/requirements-dev.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/it/python/requirements-dev.txt b/it/python/requirements-dev.txt index 84d9374ee4..c9720c27e2 100644 --- a/it/python/requirements-dev.txt +++ b/it/python/requirements-dev.txt @@ -60,7 +60,7 @@ typing-extensions==4.16.0 ; python_version >= '3.7' urllib3==2.7.0 ; python_version >= '3.7' -wrapt==2.2.2 ; python_version < '3.11' +wrapt==2.3.0 ; python_version < '3.11' yapf==0.43.0