diff --git a/poetry.lock b/poetry.lock index a06e777cd..5d75997e2 100644 --- a/poetry.lock +++ b/poetry.lock @@ -204,17 +204,17 @@ tests-no-zope = ["attrs[tests-mypy]", "cloudpickle", "hypothesis", "pympler", "p [[package]] name = "awscli" -version = "1.32.113" +version = "1.32.114" description = "Universal Command Line Environment for AWS." optional = false python-versions = ">=3.8" files = [ - {file = "awscli-1.32.113-py3-none-any.whl", hash = "sha256:755f98d8b24c64d4368a6df308ff2a6600b214d5e164eb68c19c5c28e0d5a5cd"}, - {file = "awscli-1.32.113.tar.gz", hash = "sha256:f24d485e16738927cd28f04718815cd2b47c7410c2cfd46b107f6f056492d6f8"}, + {file = "awscli-1.32.114-py3-none-any.whl", hash = "sha256:965d75c65ced8e1ab90a29164657c0e213f43a866ca00c6bcbcda4bbbbe50018"}, + {file = "awscli-1.32.114.tar.gz", hash = "sha256:1fbebc83213c250aedda6623d65d7d60489f821eb6900be3b34fa67c8860c652"}, ] [package.dependencies] -botocore = "1.34.113" +botocore = "1.34.114" colorama = ">=0.2.5,<0.4.7" docutils = ">=0.10,<0.17" PyYAML = ">=3.10,<6.1" @@ -422,13 +422,13 @@ crt = ["botocore[crt] (>=1.21.0,<2.0a0)"] [[package]] name = "botocore" -version = "1.34.113" +version = "1.34.114" description = "Low-level, data-driven core of boto 3." optional = false python-versions = ">=3.8" files = [ - {file = "botocore-1.34.113-py3-none-any.whl", hash = "sha256:8ca87776450ef41dd25c327eb6e504294230a5756940d68bcfdedc4a7cdeca97"}, - {file = "botocore-1.34.113.tar.gz", hash = "sha256:449912ba3c4ded64f21d09d428146dd9c05337b2a112e15511bf2c4888faae79"}, + {file = "botocore-1.34.114-py3-none-any.whl", hash = "sha256:606d1e55984d45e41a812badee292755f4db0233eed9cca63ea3bb8f5755507f"}, + {file = "botocore-1.34.114.tar.gz", hash = "sha256:5705f74fda009656a218ffaf4afd81228359160f2ab806ab8222d07e9da3a73b"}, ] [package.dependencies] @@ -4751,4 +4751,4 @@ multidict = ">=4.0" [metadata] lock-version = "2.0" python-versions = "^3.12.2" -content-hash = "f4158e6cdf133c0ccc91f4cff03aa5464aeda9465db40cc8f74ab64a5c87a1c7" +content-hash = "7947161f7632dbd166cc0a05887e77a2260bbac30c38ba9e82745c521159ac9a" diff --git a/pyproject.toml b/pyproject.toml index d0d4d4ff1..360f6e1fc 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -12,7 +12,7 @@ alembic = "==1.13.1" amqp = "==5.2.0" beautifulsoup4 = "==4.12.3" boto3 = "^1.34.108" -botocore = "^1.34.113" +botocore = "^1.34.114" cachetools = "==5.3.3" celery = {version = "==5.4.0", extras = ["redis"]} certifi = ">=2022.12.7"