Skip to content

Commit da20e41

Browse files
authored
update requests to 2.32.4 (#19728)
1 parent 83a85b8 commit da20e41

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

poetry.lock

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -2999,20 +2999,20 @@ files = [
29992999

30003000
[[package]]
30013001
name = "requests"
3002-
version = "2.32.3"
3002+
version = "2.32.4"
30033003
description = "Python HTTP for Humans."
30043004
optional = true
30053005
python-versions = ">=3.8"
30063006
groups = ["main"]
30073007
markers = "sys_platform == \"linux\" and extra == \"dev\""
30083008
files = [
3009-
{file = "requests-2.32.3-py3-none-any.whl", hash = "sha256:70761cfe03c773ceb22aa2f671b4757976145175cdfca038c02654d061d6dcc6"},
3010-
{file = "requests-2.32.3.tar.gz", hash = "sha256:55365417734eb18255590a9ff9eb97e9e1da868d4ccd6402399eaf68af20a760"},
3009+
{file = "requests-2.32.4-py3-none-any.whl", hash = "sha256:27babd3cda2a6d50b30443204ee89830707d396671944c998b5975b031ac2b2c"},
3010+
{file = "requests-2.32.4.tar.gz", hash = "sha256:27d0316682c8a29834d3264820024b62a36942083d52caf2f14c0591336d3422"},
30113011
]
30123012

30133013
[package.dependencies]
30143014
certifi = ">=2017.4.17"
3015-
charset-normalizer = ">=2,<4"
3015+
charset_normalizer = ">=2,<4"
30163016
idna = ">=2.5,<4"
30173017
urllib3 = ">=1.21.1,<3"
30183018

0 commit comments

Comments
 (0)