From 7cb0a185dbb8d2c187f7fdcbee9dd180b30ee198 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 13 Jan 2023 11:07:22 +0000 Subject: [PATCH] Update requests requirement from ~=2.28.1 to ~=2.28.2 Updates the requirements on [requests](https://github.com/psf/requests) to permit the latest version. - [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.1...v2.28.2) --- updated-dependencies: - dependency-name: requests dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index 93f7d91..e715333 100644 --- a/requirements.txt +++ b/requirements.txt @@ -4,6 +4,6 @@ ask-smapi-model~=1.14.7 peewee~=3.15.1 gunicorn~=20.1.0 Flask-WTF~=1.0.1 -requests~=2.28.1 +requests~=2.28.2 Babel~=2.10.3 psycopg2~=2.9.3