From e82e0b110a0c26a0c9088147e15247b90e0deb49 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 3 Apr 2024 11:11:27 +0300 Subject: [PATCH] Bump pycparser from 2.21 to 2.22 in /python (#403) 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] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- 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