From 354308f5a4b70e109fb8b0ff7f32b61b167de095 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 2 Feb 2026 11:17:33 +0000 Subject: [PATCH] build(deps-dev): bump wrapt from 2.0.1 to 2.1.0 in /it/python Bumps [wrapt](https://github.com/GrahamDumpleton/wrapt) from 2.0.1 to 2.1.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.0.1...2.1.0) --- updated-dependencies: - dependency-name: wrapt dependency-version: 2.1.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 ca6857336c..9785d7f41e 100644 --- a/it/python/requirements-dev.txt +++ b/it/python/requirements-dev.txt @@ -60,7 +60,7 @@ typing-extensions==4.15.0 ; python_version >= '3.7' urllib3==2.6.3 ; python_version >= '3.7' -wrapt==2.0.1 ; python_version < '3.11' +wrapt==2.1.0 ; python_version < '3.11' yapf==0.43.0