diff --git a/api/poetry.lock b/api/poetry.lock
index ed2a64fb58c5001bceb8646bca7478e368f8564f..6dca9d6ba0ffb939ee76a481e28582ab8264112b 100644
--- a/api/poetry.lock
+++ b/api/poetry.lock
@@ -234,14 +234,14 @@ webencodings = "*"
 
 [[package]]
 name = "boto3"
-version = "1.21.0"
+version = "1.21.1"
 description = "The AWS SDK for Python"
 category = "main"
 optional = false
 python-versions = ">= 3.6"
 
 [package.dependencies]
-botocore = ">=1.24.0,<1.25.0"
+botocore = ">=1.24.1,<1.25.0"
 jmespath = ">=0.7.1,<1.0.0"
 s3transfer = ">=0.5.0,<0.6.0"
 
@@ -250,7 +250,7 @@ crt = ["botocore[crt] (>=1.21.0,<2.0a0)"]
 
 [[package]]
 name = "botocore"
-version = "1.24.0"
+version = "1.24.1"
 description = "Low-level, data-driven core of boto 3."
 category = "main"
 optional = false
@@ -2088,7 +2088,7 @@ testing = ["coverage (>=5.0.3)", "zope.event", "zope.testing"]
 [metadata]
 lock-version = "1.1"
 python-versions = "^3.7"
-content-hash = "8440cf2c1dbee00b081e2c11f04add6f2e04f8090cf792152996aa5dd1e204ec"
+content-hash = "9754aecef2dac5d92716eae1f9824b1bc56f2d0eb4d6f497f2b5ede713cc5f25"
 
 [metadata.files]
 aiohttp = [
@@ -2254,12 +2254,12 @@ bleach = [
     {file = "bleach-4.1.0.tar.gz", hash = "sha256:0900d8b37eba61a802ee40ac0061f8c2b5dee29c1927dd1d233e075ebf5a71da"},
 ]
 boto3 = [
-    {file = "boto3-1.21.0-py3-none-any.whl", hash = "sha256:25a76b7b530a124d9e526c62ff2b7da5782315195badb9a6273714898d689820"},
-    {file = "boto3-1.21.0.tar.gz", hash = "sha256:cc40566dec3f48611a82ace07b29489848e9bd35a51e3e992d1902a3c037e9fc"},
+    {file = "boto3-1.21.1-py3-none-any.whl", hash = "sha256:d83e0f2dad07441c8d56542f5140e8cf264b05936e7bf64c88805ebda605cab9"},
+    {file = "boto3-1.21.1.tar.gz", hash = "sha256:9ce450f97e0368cf2535acfbc562b6684ca2ef4c9f58e36dda3ab0bac91f2b5e"},
 ]
 botocore = [
-    {file = "botocore-1.24.0-py3-none-any.whl", hash = "sha256:2bf4463513bd89817aa5d7341ed81c7c76d906e6c70672c8762d64ecf3275771"},
-    {file = "botocore-1.24.0.tar.gz", hash = "sha256:47723cef6112f451630bf2446cfd6be2782cc1d6b1b92acb12ff00797588c5f3"},
+    {file = "botocore-1.24.1-py3-none-any.whl", hash = "sha256:fbeb774c4542f4e85a3348c1e9928a31da4f9d743669686fbd5290bf94e8cc03"},
+    {file = "botocore-1.24.1.tar.gz", hash = "sha256:913542189e1df4487e354df942b9013ded7a5dc6c4e9f11af996a6c7d4aa6334"},
 ]
 cached-property = [
     {file = "cached-property-1.5.2.tar.gz", hash = "sha256:9fa5755838eecbb2d234c3aa390bd80fbd3ac6b6869109bfc1b499f7bd89a130"},
diff --git a/api/pyproject.toml b/api/pyproject.toml
index 6904f94c9bfcddfac94eadf911a5cf7a43045940..5d232e16995f32dca92901973ab022e28f35dede 100644
--- a/api/pyproject.toml
+++ b/api/pyproject.toml
@@ -42,7 +42,7 @@ PyLD = "==2.0.3"
 aiohttp = "==3.8.1"
 django-oauth-toolkit = "==1.7.0"
 django-storages = "==1.12.3"
-boto3 = "==1.21.0"
+boto3 = "==1.21.1"
 unicode-slugify = "==0.1.5"
 django-cacheops = "==6.0"
 service-identity = "==21.1.0"