From 19f23b23e24f80b47ba13c5da4a8de635ef42953 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 1 Apr 2024 09:00:26 +0000 Subject: [PATCH] Bump pycparser from 2.21 to 2.22 in /it/python Bumps [pycparser](https://github.com/eliben/pycparser) from 2.21 to 2.22. - [Release notes](https://github.com/eliben/pycparser/releases) - [Changelog](https://github.com/eliben/pycparser/blob/main/CHANGES) - [Commits](https://github.com/eliben/pycparser/compare/release_v2.21...release_v2.22) --- updated-dependencies: - dependency-name: pycparser 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 9e5d121244..334f6fddef 100644 --- a/it/python/requirements-dev.txt +++ b/it/python/requirements-dev.txt @@ -120,7 +120,7 @@ multidict==6.0.5 ; python_version >= '3.7' portalocker==2.8.2 ; python_version >= '3.5' and platform_system == 'Windows' -pycparser==2.21 +pycparser==2.22 pyjwt[crypto]==2.8.0 ; python_version >= '3.7'