From 7b069794b03307a71a1b8aff181cf3f77ff3f4dc Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 2 Oct 2023 11:15:14 +0000 Subject: [PATCH] chore(deps): bump types-requests from 2.31.0.5 to 2.31.0.7 Bumps [types-requests](https://github.com/python/typeshed) from 2.31.0.5 to 2.31.0.7. - [Commits](https://github.com/python/typeshed/commits) --- updated-dependencies: - dependency-name: types-requests dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index 883398067..ae9a29a57 100644 --- a/setup.py +++ b/setup.py @@ -45,7 +45,7 @@ def get_version_file_path(): install_requires=[ "certifi", # we want the latest root certs for security "requests==2.31.0", - "types-requests==2.31.0.5", + "types-requests==2.31.0.7", "Jinja2==3.1.2", "MarkupSafe==2.1.3", "ruamel.yaml==0.17.21",