From 5e17a776fc4d21ebaccf98a9b4a4a8a4b10f090e Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 22 Oct 2024 19:24:10 +0000 Subject: [PATCH] Bump the pip group across 2 directories with 2 updates Bumps the pip group with 1 update in the /samples/python/17.multilingual-bot directory: [requests](https://github.com/psf/requests). Bumps the pip group with 1 update in the /samples/python/23.facebook-events directory: [jsonpickle](https://github.com/jsonpickle/jsonpickle). Updates `requests` from 2.31.0 to 2.32.2 - [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.2) Updates `jsonpickle` from 1.2 to 1.5.0 - [Changelog](https://github.com/jsonpickle/jsonpickle/blob/main/CHANGES.rst) - [Commits](https://github.com/jsonpickle/jsonpickle/compare/v1.2...v1.5.0) --- updated-dependencies: - dependency-name: requests dependency-type: direct:production dependency-group: pip - dependency-name: jsonpickle dependency-type: direct:production dependency-group: pip ... Signed-off-by: dependabot[bot] --- samples/python/17.multilingual-bot/requirements.txt | 2 +- samples/python/23.facebook-events/requirements.txt | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/samples/python/17.multilingual-bot/requirements.txt b/samples/python/17.multilingual-bot/requirements.txt index fb8a226dd2..c6b393d532 100644 --- a/samples/python/17.multilingual-bot/requirements.txt +++ b/samples/python/17.multilingual-bot/requirements.txt @@ -1,2 +1,2 @@ -requests==2.31.0 +requests==2.32.2 botbuilder-integration-aiohttp>=4.15.0 diff --git a/samples/python/23.facebook-events/requirements.txt b/samples/python/23.facebook-events/requirements.txt index cf01269071..5821613649 100644 --- a/samples/python/23.facebook-events/requirements.txt +++ b/samples/python/23.facebook-events/requirements.txt @@ -1,3 +1,3 @@ -jsonpickle==1.2 +jsonpickle==1.5.0 botbuilder-integration-aiohttp>=4.15.0 botbuilder-dialogs>=4.15.0 \ No newline at end of file