From 90adfea01e332235589381a6e455b63cecc01938 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Thu, 19 Sep 2024 10:27:16 +0000 Subject: [PATCH] feat(Dependencies): Update dependency pycparser to v2.22 | datasource | package | from | to | | ---------- | --------- | ---- | ---- | | pypi | pycparser | 2.21 | 2.22 | --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index c0189d6..caec305 100644 --- a/requirements.txt +++ b/requirements.txt @@ -31,7 +31,7 @@ os-service-types==1.7.0 pbr==6.0.0; python_version >= '2.6' pendulum==2.1.2; python_version >= '2.7' and python_version not in '3.0, 3.1, 3.2, 3.3, 3.4' prometheus-client==0.19.0 -pycparser==2.21; python_version >= '2.7' and python_version not in '3.0, 3.1, 3.2, 3.3' +pycparser==2.22; python_version >= '2.7' and python_version not in '3.0, 3.1, 3.2, 3.3' python-dateutil==2.9.0.post0; python_version >= '2.7' and python_version not in '3.0, 3.1, 3.2, 3.3' pytz-deprecation-shim==0.1.0.post0; python_version >= '2.7' and python_version not in '3.0, 3.1, 3.2, 3.3, 3.4, 3.5' pytz==2023.3.post1