From e0f687a334f086adf11c27ef241880d87378df4d Mon Sep 17 00:00:00 2001
From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com>
Date: Wed, 3 Jan 2024 23:04:10 +0000
Subject: [PATCH] build(deps-dev): bump types-requests from 2.31.0.10 to
 2.31.0.20231231

Bumps [types-requests](https://github.com/python/typeshed) from 2.31.0.10 to 2.31.0.20231231.
- [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 331a117b..f8d701ff 100644
--- a/requirements-dev.txt
+++ b/requirements-dev.txt
@@ -21,7 +21,7 @@ flake8-use-fstring==1.4
 mypy==1.8.0
 pep8-naming==0.13.3
 safety==2.3.5
-types-requests==2.31.0.10
+types-requests==2.31.0.20231231
 types-pkg-resources==0.1.3
 
 # Code formatting tools