Browse Source

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

David Burke 8 months ago
parent
commit
872ba6019a
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.130"
+version = "1.34.131"
 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.130-py3-none-any.whl", hash = "sha256:c163fb7135a94e7b8c8c478a44071c843f05e212fa4bec3105f8a437ecbf1bcb"},
-    {file = "boto3-1.34.130.tar.gz", hash = "sha256:b781d267dd5e7583966e05697f6bd45e2f46c01dc619ba0860b042963ee69296"},
+    {file = "boto3-1.34.131-py3-none-any.whl", hash = "sha256:05e388cb937e82be70bfd7eb0c84cf8011ff35cf582a593873ac21675268683b"},
+    {file = "boto3-1.34.131.tar.gz", hash = "sha256:dab8f72a6c4e62b4fd70da09e08a6b2a65ea2115b27dd63737142005776ef216"},
 ]
 ]
 
 
 [package.dependencies]
 [package.dependencies]
-botocore = ">=1.34.130,<1.35.0"
+botocore = ">=1.34.131,<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.130"
+version = "1.34.131"
 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.130-py3-none-any.whl", hash = "sha256:a3b36e9dac1ed31c4cb3a5c5e540a7d8a9b90ff1d17f87734e674154b41776d8"},
-    {file = "botocore-1.34.130.tar.gz", hash = "sha256:a242b3b0a836b14f308a309565cd63e88654cec238f9b73abbbd3c0526db4c81"},
+    {file = "botocore-1.34.131-py3-none-any.whl", hash = "sha256:13b011d7b206ce00727dcee26548fa3b550db9046d5a0e90ac25a6e6c8fde6ef"},
+    {file = "botocore-1.34.131.tar.gz", hash = "sha256:502ddafe1d627fcf1e4c007c86454e5dd011dba7c58bd8e8a5368a79f3e387dc"},
 ]
 ]
 
 
 [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 = "61687c70e794d26c74ab722072be612fa7924b563e8ece014e4d049ae245831b"
+content-hash = "f0120a5bb5c6d4938f94549a8bf04de991e8a99c11e007a922ac23890d8927fe"

+ 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.130"
+boto3 = "1.34.131"
 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"