diff --git a/poetry.lock b/poetry.lock index 061037836..4d5a81a65 100644 --- a/poetry.lock +++ b/poetry.lock @@ -2180,13 +2180,13 @@ rpds-py = ">=0.7.0" [[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] @@ -3329,4 +3329,4 @@ test = ["zope.testing"] [metadata] lock-version = "2.0" python-versions = ">=3.9,<3.11" -content-hash = "4843559ef1968050357563471aba29c2397cc88135972b38397bb663d34a30f8" +content-hash = "a85a3ac2fa13b95ca42c7f41d23d364b727b271025a0e0d3bacb961952240c44" diff --git a/pyproject.toml b/pyproject.toml index d8d2e3c09..94f81820d 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -74,7 +74,7 @@ pillow = "10.3.0" urllib3 = "1.26.19" idna = "3.7" gunicorn = "22.0.0" -requests = "2.32.2" +requests = "2.32.3" azure-identity = "1.16.1" [tool.poetry.dev-dependencies]