From be21226a595d328f0ec2f0f3deb45aeed62acd54 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 23 May 2023 06:11:43 +0000 Subject: [PATCH] Bump requests from 2.28.2 to 2.31.0 in /backend Bumps [requests](https://github.com/psf/requests) from 2.28.2 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.28.2...v2.31.0) --- updated-dependencies: - dependency-name: requests dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- backend/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/backend/requirements.txt b/backend/requirements.txt index 14810ec..5d94ea5 100644 --- a/backend/requirements.txt +++ b/backend/requirements.txt @@ -24,7 +24,7 @@ pandas==1.5.3 # Powerful data structures for data analysis, time series, and sta pillow==9.4.0 # Python Imaging Library (Fork) pip-system-certs==3.1 # Live patches pip to use system certs by default python-docx==0.8.11 # Create and update Microsoft Word .docx files -requests==2.28.2 # Python HTTP for Humans +requests==2.31.0 # Python HTTP for Humans slack_sdk==3.19.5 # The Slack API Platform SDK for Python xacro4sdf==2.1.0 # A simple XML macro script for SDF, like ros/xacro which is designed for URDF xlrd==2.0.1 # Library for developers to extract data from Microsoft Excel (tm) .xls spreadsheet files