From c08667a81d8b62add0127ca48d54bd58ff424329 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 24 May 2023 22:16:36 -0700 Subject: [PATCH] Bump requests from 2.28.1 to 2.31.0 in /python/web (#1177) --- python/web/requirements-dev.txt | 2 +- python/web/requirements.txt | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/python/web/requirements-dev.txt b/python/web/requirements-dev.txt index 06ff7a82..fd2bb2a1 100644 --- a/python/web/requirements-dev.txt +++ b/python/web/requirements-dev.txt @@ -3,4 +3,4 @@ pytest-httpserver==1.0.6 black==22.8.0 flake8==5.0.4 watchdog==2.1.9 -requests==2.28.1 +requests==2.31.0 diff --git a/python/web/requirements.txt b/python/web/requirements.txt index e8bcea51..d5e01521 100644 --- a/python/web/requirements.txt +++ b/python/web/requirements.txt @@ -2,7 +2,7 @@ bjoern==3.2.2 Flask==2.3.2 Jinja2==3.1.2 protobuf==3.20.2 -requests==2.28.1 +requests==2.31.0 simplepam==0.1.5 flask_babel==2.0.0 ua-parser==0.16.1 \ No newline at end of file