From 597be6639ad26ae43807098acf588ea7409e0639 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 10 Jun 2025 07:40:22 +0000 Subject: [PATCH] Bump the pip group across 2 directories with 2 updates Bumps the pip group with 1 update in the /sample-apps/blank-python/function directory: [jsonpickle](https://github.com/jsonpickle/jsonpickle). Bumps the pip group with 1 update in the /sample-apps/layer-python/layer directory: [requests](https://github.com/psf/requests). Updates `jsonpickle` from 1.3 to 1.5.0 - [Release notes](https://github.com/jsonpickle/jsonpickle/releases) - [Changelog](https://github.com/jsonpickle/jsonpickle/blob/main/CHANGES.rst) - [Commits](https://github.com/jsonpickle/jsonpickle/compare/v1.3...v1.5.0) Updates `requests` from 2.31.0 to 2.32.4 - [Release notes](https://github.com/psf/requests/releases) - [Changelog](https://github.com/psf/requests/blob/main/HISTORY.md) - [Commits](https://github.com/psf/requests/compare/v2.31.0...v2.32.4) --- updated-dependencies: - dependency-name: jsonpickle dependency-version: 1.5.0 dependency-type: direct:production dependency-group: pip - dependency-name: requests dependency-version: 2.32.4 dependency-type: direct:production dependency-group: pip ... Signed-off-by: dependabot[bot] --- sample-apps/blank-python/function/requirements.txt | 2 +- sample-apps/layer-python/layer/requirements.txt | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/sample-apps/blank-python/function/requirements.txt b/sample-apps/blank-python/function/requirements.txt index 455b40c7..e0370ea2 100644 --- a/sample-apps/blank-python/function/requirements.txt +++ b/sample-apps/blank-python/function/requirements.txt @@ -1,2 +1,2 @@ -jsonpickle==1.3 +jsonpickle==1.5.0 aws-xray-sdk==2.4.3 \ No newline at end of file diff --git a/sample-apps/layer-python/layer/requirements.txt b/sample-apps/layer-python/layer/requirements.txt index 2c24336e..bd6f2345 100644 --- a/sample-apps/layer-python/layer/requirements.txt +++ b/sample-apps/layer-python/layer/requirements.txt @@ -1 +1 @@ -requests==2.31.0 +requests==2.32.4