Browse Source

chore(deps): update dependency boto3 to v1.34.123

David Burke 9 months ago
parent
commit
23d01211dd
2 changed files with 9 additions and 9 deletions
  1. 8 8
      poetry.lock
  2. 1 1
      pyproject.toml

+ 8 - 8
poetry.lock

@@ -288,17 +288,17 @@ files = [
 
 
 [[package]]
 [[package]]
 name = "boto3"
 name = "boto3"
-version = "1.34.122"
+version = "1.34.123"
 description = "The AWS SDK for Python"
 description = "The AWS SDK for Python"
 optional = false
 optional = false
 python-versions = ">=3.8"
 python-versions = ">=3.8"
 files = [
 files = [
-    {file = "boto3-1.34.122-py3-none-any.whl", hash = "sha256:b2d7400ff84fa547e53b3d9acfa3c95d65d45b5886ba1ede1f7df4768d1cc0b1"},
-    {file = "boto3-1.34.122.tar.gz", hash = "sha256:56840d8ce91654d182f1c113f0791fa2113c3aa43230c50b4481f235348a6037"},
+    {file = "boto3-1.34.123-py3-none-any.whl", hash = "sha256:56bec52d485d5670ce96d53ae7b2cd4ae4e8a705fb2298a21093cdd77d642331"},
+    {file = "boto3-1.34.123.tar.gz", hash = "sha256:42b140fc850cf261ee4b1e8ef527fa071b1f1592a6d6a68d34b29f37cc46b4dd"},
 ]
 ]
 
 
 [package.dependencies]
 [package.dependencies]
-botocore = ">=1.34.122,<1.35.0"
+botocore = ">=1.34.123,<1.35.0"
 jmespath = ">=0.7.1,<2.0.0"
 jmespath = ">=0.7.1,<2.0.0"
 s3transfer = ">=0.10.0,<0.11.0"
 s3transfer = ">=0.10.0,<0.11.0"
 
 
@@ -307,13 +307,13 @@ crt = ["botocore[crt] (>=1.21.0,<2.0a0)"]
 
 
 [[package]]
 [[package]]
 name = "botocore"
 name = "botocore"
-version = "1.34.122"
+version = "1.34.123"
 description = "Low-level, data-driven core of boto 3."
 description = "Low-level, data-driven core of boto 3."
 optional = false
 optional = false
 python-versions = ">=3.8"
 python-versions = ">=3.8"
 files = [
 files = [
-    {file = "botocore-1.34.122-py3-none-any.whl", hash = "sha256:6d75df3af831b62f0c7baa109728d987e0a8d34bfadf0476eb32e2f29a079a36"},
-    {file = "botocore-1.34.122.tar.gz", hash = "sha256:9374e16a36f1062c3e27816e8599b53eba99315dfac71cc84fc3aee3f5d3cbe3"},
+    {file = "botocore-1.34.123-py3-none-any.whl", hash = "sha256:8c34ada2a708c82e7174bff700611643db7ce2cb18f1130c35045c24310d299d"},
+    {file = "botocore-1.34.123.tar.gz", hash = "sha256:a8577f6574600c4d159b5cd103ee05744a443d77f7778304e17307940b369c4f"},
 ]
 ]
 
 
 [package.dependencies]
 [package.dependencies]
@@ -4308,4 +4308,4 @@ testing = ["coverage (>=5.0.3)", "zope.event", "zope.testing"]
 [metadata]
 [metadata]
 lock-version = "2.0"
 lock-version = "2.0"
 python-versions = "^3.10"
 python-versions = "^3.10"
-content-hash = "c77298552e971df83421340f81e218d101090f301a7b5ed2f735562f9dbf32fb"
+content-hash = "73aee27a5a8284d76fa995b387a0a7351941c2adeb09a0db444564078c956ccb"

+ 1 - 1
pyproject.toml

@@ -42,7 +42,7 @@ django-import-export = "~4.0.3"
 psycopg = {extras = ["c"], version = "^3.1.12"}
 psycopg = {extras = ["c"], version = "^3.1.12"}
 uvicorn = "^0.30.0"
 uvicorn = "^0.30.0"
 gunicorn = "^22.0.0"
 gunicorn = "^22.0.0"
-boto3 = "1.34.122"
+boto3 = "1.34.123"
 django-ninja = "^1.0.1"
 django-ninja = "^1.0.1"
 orjson = "^3.9.9"
 orjson = "^3.9.9"
 celery-batches = "^0.9"
 celery-batches = "^0.9"