From 5831426eed4f6a3590eb137be8c4d2fd282fa4d5 Mon Sep 17 00:00:00 2001
From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com>
Date: Thu, 10 Feb 2022 17:21:15 +0000
Subject: [PATCH] build(deps-dev): bump types-requests from 2.27.8 to 2.27.9

Bumps [types-requests](https://github.com/python/typeshed) from 2.27.8 to 2.27.9.
- [Release notes](https://github.com/python/typeshed/releases)
- [Commits](https://github.com/python/typeshed/commits)

---
updated-dependencies:
- dependency-name: types-requests
  dependency-type: direct:development
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
---
 requirements-dev.txt | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/requirements-dev.txt b/requirements-dev.txt
index ba5a4cd2..e98c5953 100644
--- a/requirements-dev.txt
+++ b/requirements-dev.txt
@@ -18,7 +18,7 @@ flake8-use-fstring==1.3
 mypy==0.931
 pep8-naming==0.12.1
 safety==1.10.3
-types-requests==2.27.8
+types-requests==2.27.9
 
 # Code formatting tools
 autopep8==1.6.0