diff --git a/poetry.lock b/poetry.lock
index b9e3f936f..cedcfdb04 100644
--- a/poetry.lock
+++ b/poetry.lock
@@ -703,13 +703,13 @@ pyyaml = "*"
 
 [[package]]
 name = "requests"
-version = "2.31.0"
+version = "2.32.0"
 description = "Python HTTP for Humans."
 optional = false
-python-versions = ">=3.7"
+python-versions = ">=3.8"
 files = [
-    {file = "requests-2.31.0-py3-none-any.whl", hash = "sha256:58cd2187c01e70e6e26505bca751777aa9f2ee0b7f4300988b709f44e013003f"},
-    {file = "requests-2.31.0.tar.gz", hash = "sha256:942c5a758f98d790eaed1a29cb6eefc7ffb0d1cf7af05c3d2791656dbd6ad1e1"},
+    {file = "requests-2.32.0-py3-none-any.whl", hash = "sha256:f2c3881dddb70d056c5bd7600a4fae312b2a300e39be6a118d30b90bd27262b5"},
+    {file = "requests-2.32.0.tar.gz", hash = "sha256:fa5490319474c82ef1d2c9bc459d3652e3ae4ef4c4ebdd18a21145a47ca4b6b8"},
 ]
 
 [package.dependencies]
@@ -831,4 +831,4 @@ testing = ["big-O", "jaraco.functools", "jaraco.itertools", "more-itertools", "p
 [metadata]
 lock-version = "2.0"
 python-versions = ">=3.8"
-content-hash = "41b260517a31d3527e86b06597904b419538fed0d91adbcb11c303e265a59fa4"
+content-hash = "4f7753f0ce00e6cae3695af204b5e86a5fff433803440dfcb302c218dccbf316"
diff --git a/pyproject.toml b/pyproject.toml
index 088bbeba5..db37ba427 100644
--- a/pyproject.toml
+++ b/pyproject.toml
@@ -26,7 +26,7 @@ mkdocs-gen-files = "^0.5.0"
 mkdocs-macros-plugin = "^1.0.1"
 mkdocs-minify-plugin = "^0.6.4"
 pymdown-extensions = "^10.0.1"
-requests = {extras = ["security"], version = "^2.31.0"}
+requests = {extras = ["security"], version = "^2.32.0"}
 
 [build-system]
 requires = ["poetry-core"]