From 1d778f6d9c46fbcefc8ea22ddb07d97dba7ea4c7 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 22 May 2023 23:30:40 +0000 Subject: [PATCH] Bump requests from 2.23.0 to 2.31.0 in /sample/cycle_export Bumps [requests](https://github.com/psf/requests) from 2.23.0 to 2.31.0. - [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.23.0...v2.31.0) --- updated-dependencies: - dependency-name: requests dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- sample/cycle_export/requirements.txt | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/sample/cycle_export/requirements.txt b/sample/cycle_export/requirements.txt index ba46aea..6b4201e 100644 --- a/sample/cycle_export/requirements.txt +++ b/sample/cycle_export/requirements.txt @@ -1,3 +1,3 @@ -pandas +pandas PyExcelerate==0.9.0 -requests==2.23.0 +requests==2.31.0