From bac72098b695698245a12cbf52a9f15d648635d2 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 29 Sep 2023 08:37:21 +0000 Subject: [PATCH] Bump cffi from 1.15.1 to 1.16.0 in /it/python Bumps [cffi](https://github.com/python-cffi/cffi) from 1.15.1 to 1.16.0. - [Release notes](https://github.com/python-cffi/cffi/releases) - [Commits](https://github.com/python-cffi/cffi/compare/v1.15.1...v1.16.0) --- updated-dependencies: - dependency-name: cffi 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 8244ab176b..f70b153992 100644 --- a/it/python/requirements-dev.txt +++ b/it/python/requirements-dev.txt @@ -80,7 +80,7 @@ azure-core==1.29.4 ; python_version >= '3.7' azure-identity==1.14.0 -cffi==1.15.1 +cffi==1.16.0 cryptography==41.0.4 ; python_version >= '3.7'