diff --git a/poetry.lock b/poetry.lock index 1d14a62b4..4a16bda8b 100644 --- a/poetry.lock +++ b/poetry.lock @@ -321,18 +321,18 @@ dev = ["Sphinx (==4.3.2)", "black (==22.3.0)", "build (==0.8.0)", "flake8 (==4.0 [[package]] name = "boto3" -version = "1.26.133" +version = "1.26.135" description = "The AWS SDK for Python" category = "main" optional = false python-versions = ">= 3.7" files = [ - {file = "boto3-1.26.133-py3-none-any.whl", hash = "sha256:62285ecee7629a4388d55ae369536f759622d68d5b9a0ced7c58a0c1a409c0f7"}, - {file = "boto3-1.26.133.tar.gz", hash = "sha256:8ff0af0b25266a01616396abc19eb34dc3d44bd867fa4158985924128b9034fb"}, + {file = "boto3-1.26.135-py3-none-any.whl", hash = "sha256:ba7ca9215a1026620741273da10d0d3cceb9f7649f7c101e616a287071826f9d"}, + {file = "boto3-1.26.135.tar.gz", hash = "sha256:23523d5d6aa51bba2461d67f6eb458d83b6a52d18e3d953b1ce71209b66462ec"}, ] [package.dependencies] -botocore = ">=1.29.133,<1.30.0" +botocore = ">=1.29.135,<1.30.0" jmespath = ">=0.7.1,<2.0.0" s3transfer = ">=0.6.0,<0.7.0" @@ -341,14 +341,14 @@ crt = ["botocore[crt] (>=1.21.0,<2.0a0)"] [[package]] name = "botocore" -version = "1.29.133" +version = "1.29.135" description = "Low-level, data-driven core of boto 3." category = "main" optional = false python-versions = ">= 3.7" files = [ - {file = "botocore-1.29.133-py3-none-any.whl", hash = "sha256:b266185d7414a559952569005009a400de50af91fd3da44f05cf05b00946c4a7"}, - {file = "botocore-1.29.133.tar.gz", hash = "sha256:7b38e540f73c921d8cb0ac72794072000af9e10758c04ba7f53d5629cc52fa87"}, + {file = "botocore-1.29.135-py3-none-any.whl", hash = "sha256:06502a4473924ef60ac0de908385a5afab9caee6c5b49cf6a330fab0d76ddf5f"}, + {file = "botocore-1.29.135.tar.gz", hash = "sha256:0c61d4e5e04fe5329fa65da6b31492ef9d0d5174d72fc2af69de2ed0f87804ca"}, ] [package.dependencies] @@ -3849,4 +3849,4 @@ testing = ["coverage (>=5.0.3)", "zope.event", "zope.testing"] [metadata] lock-version = "2.0" python-versions = "^3.11" -content-hash = "6f5e1bc5d57a51c8d921a49a04a973901e018e21d42b932203c08d68084198eb" +content-hash = "ec43f84307b1d7f311d34ec1c989565bac12e571faba1f4e7c0bebeddffb30d9" diff --git a/pyproject.toml b/pyproject.toml index fd7f3ced0..3194c9bc2 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -19,7 +19,7 @@ certifi = "2023.5.7" elasticsearch = "7.16.2" celery = "5.2.7" stripe = "3.4.0" -boto3 = "1.26.133" +boto3 = "1.26.135" beautifulsoup4 = "4.12.2" bleach = "5.0.1" requests = "2.30.0"