Merge pull request #1034 from GSA/dependabot/pip/requests-2.32.3

Bump requests from 2.32.2 to 2.32.3
This commit is contained in:
Carlo Costino
2024-05-29 18:05:24 -04:00
committed by GitHub
2 changed files with 5 additions and 5 deletions

8
poetry.lock generated
View File

@@ -3756,13 +3756,13 @@ files = [
[[package]]
name = "requests"
version = "2.32.2"
version = "2.32.3"
description = "Python HTTP for Humans."
optional = false
python-versions = ">=3.8"
files = [
{file = "requests-2.32.2-py3-none-any.whl", hash = "sha256:fc06670dd0ed212426dfeb94fc1b983d917c4f9847c863f313c9dfaaffb7c23c"},
{file = "requests-2.32.2.tar.gz", hash = "sha256:dd951ff5ecf3e3b3aa26b40703ba77495dab41da839ae72ef3c8e5d8e2433289"},
{file = "requests-2.32.3-py3-none-any.whl", hash = "sha256:70761cfe03c773ceb22aa2f671b4757976145175cdfca038c02654d061d6dcc6"},
{file = "requests-2.32.3.tar.gz", hash = "sha256:55365417734eb18255590a9ff9eb97e9e1da868d4ccd6402399eaf68af20a760"},
]
[package.dependencies]
@@ -4755,4 +4755,4 @@ multidict = ">=4.0"
[metadata]
lock-version = "2.0"
python-versions = "^3.12.2"
content-hash = "81af59750dfe335204a44033903f180f6b00f07511057404b14398ebc0a48cb8"
content-hash = "8a5e73b31c415f7aecb2a329a6b2cc9124bb51c4f55956d6e257c60be4253be3"

View File

@@ -77,7 +77,7 @@ webencodings = "^0.5.1"
itsdangerous = "^2.2.0"
jinja2 = "^3.1.4"
redis = "^5.0.4"
requests = "^2.32.2"
requests = "^2.32.3"
[tool.poetry.group.dev.dependencies]