From 7ad19e81f0b273aeb417ef049521a4319d340b37 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 17 Feb 2025 08:33:40 +0000 Subject: [PATCH] Bump cel-python from 0.1.5 to 0.2.0 Bumps [cel-python](https://github.com/cloud-custodian/cel-python) from 0.1.5 to 0.2.0. - [Release notes](https://github.com/cloud-custodian/cel-python/releases) - [Commits](https://github.com/cloud-custodian/cel-python/commits/v0.2) --- updated-dependencies: - dependency-name: cel-python dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- Pipfile | 2 +- Pipfile.lock | 37 ++++++++++++++++++++++++++++++------- 2 files changed, 31 insertions(+), 8 deletions(-) diff --git a/Pipfile b/Pipfile index d4bc551c..467b403b 100644 --- a/Pipfile +++ b/Pipfile @@ -4,7 +4,7 @@ verify_ssl = true name = "pypi" [packages] -cel-python = "==0.1.5" +cel-python = "==0.2.0" protobuf = "==5.*" [dev-packages] diff --git a/Pipfile.lock b/Pipfile.lock index eda7cf16..33206212 100644 --- a/Pipfile.lock +++ b/Pipfile.lock @@ -1,7 +1,7 @@ { "_meta": { "hash": { - "sha256": "ae59b4cba9b954ec5c1f7b7b7a3afd8c7414a796511e1eaa274a50e8885bc586" + "sha256": "e3faa8584ec169721f4548a42f7af081679b647d78d8a77e73c916964008cfca" }, "pipfile-spec": 6, "requires": { @@ -26,12 +26,12 @@ }, "cel-python": { "hashes": [ - "sha256:ac81fab8ba08b633700a45d84905be2863529c6a32935c9da7ef53fc06844f1a", - "sha256:d3911bb046bc3ed12792bd88ab453f72d98c66923b72a2fa016bcdffd96e2f98" + "sha256:478ff73def7b39d51e6982f95d937a57c2b088c491c578fe5cecdbd79f476f60", + "sha256:75de72a5cf223ec690b236f0cc24da267219e667bd3e7f8f4f20595fcc1c0c0f" ], "index": "pypi", - "markers": "python_version >= '3.7' and python_version < '4'", - "version": "==0.1.5" + "markers": "python_version >= '3.8' and python_version < '4.0'", + "version": "==0.2.0" }, "certifi": { "hashes": [ @@ -155,6 +155,13 @@ "markers": "python_version >= '3.7'", "version": "==1.0.1" }, + "lark": { + "hashes": [ + "sha256:7da76fcfddadabbbbfd949bbae221efd33938451d90b1fefbbc423c3cccf48ef", + "sha256:ed1d891cbcf5151ead1c1d14663bf542443e579e63a76ae175b01b899bd854ca" + ], + "version": "==0.12.0" + }, "lark-parser": { "hashes": [ "sha256:0eaf30cb5ba787fe404d73a7d6e61df97b21d5a63ac26c5008c78a494373c675", @@ -185,7 +192,7 @@ "sha256:37dd54208da7e1cd875388217d5e00ebd4179249f90fb72437e91a35459a0ad3", "sha256:a8b2bc7bffae282281c8140a97d3aa9c14da0b136dfe83f850eea9a5f7470427" ], - "markers": "python_version >= '2.7' and python_version not in '3.0, 3.1, 3.2'", + "markers": "python_version >= '2.7' and python_version not in '3.0, 3.1, 3.2, 3.3'", "version": "==2.9.0.post0" }, "pyyaml": { @@ -260,9 +267,25 @@ "sha256:4721f391ed90541fddacab5acf947aa0d3dc7d27b2e1e8eda2be8970586c3274", "sha256:ff70335d468e7eb6ec65b95b99d3a2836546063f63acc5171de367e834932a81" ], - "markers": "python_version >= '2.7' and python_version not in '3.0, 3.1, 3.2'", + "markers": "python_version >= '2.7' and python_version not in '3.0, 3.1, 3.2, 3.3'", "version": "==1.17.0" }, + "types-python-dateutil": { + "hashes": [ + "sha256:18f493414c26ffba692a72369fea7a154c502646301ebfe3d56a04b3767284cb", + "sha256:e248a4bc70a486d3e3ec84d0dc30eec3a5f979d6e7ee4123ae043eedbb987f53" + ], + "markers": "python_version >= '3.8'", + "version": "==2.9.0.20241206" + }, + "types-pyyaml": { + "hashes": [ + "sha256:7f07622dbd34bb9c8b264fe860a17e0efcad00d50b5f27e93984909d9363498c", + "sha256:fa4d32565219b68e6dee5f67534c722e53c00d1cfc09c435ef04d7353e1e96e6" + ], + "markers": "python_version >= '3.8'", + "version": "==6.0.12.20241230" + }, "urllib3": { "hashes": [ "sha256:1cee9ad369867bfdbbb48b7dd50374c0967a0bb7710050facf0dd6911440e3df",