From f052e7969db505a04f923d560c3ab92f1fab203a Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 1 Apr 2024 01:17:01 +0000 Subject: [PATCH] Bump pycparser from 2.21 to 2.22 in /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:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- python/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/python/requirements.txt b/python/requirements.txt index 41ee2a11..7ec79cc2 100644 --- a/python/requirements.txt +++ b/python/requirements.txt @@ -28,7 +28,7 @@ jmespath==1.0.1 # via # boto3 # botocore -pycparser==2.21 +pycparser==2.22 # via cffi python-dateutil==2.9.0 # via botocore