diff --git a/poetry.lock b/poetry.lock index 3831ed33..03a7e7c7 100644 --- a/poetry.lock +++ b/poetry.lock @@ -59,17 +59,17 @@ lxml = ["lxml"] [[package]] name = "boto3" -version = "1.34.8" +version = "1.34.9" description = "The AWS SDK for Python" optional = false python-versions = ">= 3.8" files = [ - {file = "boto3-1.34.8-py3-none-any.whl", hash = "sha256:d6d254a467f6859f445de9ddb6bcbdd3d688f7e08b8dbe45ddd30367ec113722"}, - {file = "boto3-1.34.8.tar.gz", hash = "sha256:9b5136832118c3edd580d92d0529d62300ec8ecced0a0572e985e67b360770e4"}, + {file = "boto3-1.34.9-py3-none-any.whl", hash = "sha256:8e48343d52389041af053992decf651bc4fc7b2d65eca12acdcff62d446ecdf4"}, + {file = "boto3-1.34.9.tar.gz", hash = "sha256:18c386a55e461749e6c9c8a10627a230db18a20dd72f2950ce19546974f15cd5"}, ] [package.dependencies] -botocore = ">=1.34.8,<1.35.0" +botocore = ">=1.34.9,<1.35.0" jmespath = ">=0.7.1,<2.0.0" s3transfer = ">=0.10.0,<0.11.0" @@ -78,13 +78,13 @@ crt = ["botocore[crt] (>=1.21.0,<2.0a0)"] [[package]] name = "botocore" -version = "1.34.8" +version = "1.34.9" description = "Low-level, data-driven core of boto 3." optional = false python-versions = ">= 3.8" files = [ - {file = "botocore-1.34.8-py3-none-any.whl", hash = "sha256:75bedd4130978a5b6068ef36c1f9e3616f57696b736143c3f19d995cd842007a"}, - {file = "botocore-1.34.8.tar.gz", hash = "sha256:02a4026d713a2af1e33a77abd95ef83115efd3ea7bd01a2cffef35fef89acfe1"}, + {file = "botocore-1.34.9-py3-none-any.whl", hash = "sha256:b40f027f371a1bd211ef67a3727c74bc3713af5fc5d830d4587abda296ebb19e"}, + {file = "botocore-1.34.9.tar.gz", hash = "sha256:2cf43fa5b5438a95fc466c700f3098228b45df38e311103488554b2334b42ee3"}, ] [package.dependencies] @@ -1258,4 +1258,4 @@ zstd = ["zstandard (>=0.18.0)"] [metadata] lock-version = "2.0" python-versions = "^3.8.1" -content-hash = "69b12d40ee78c788563112cea88bb4a5419be8fa7841075fc7a3071574ef869f" +content-hash = "e7969db41dd6162937920498875e2e01b9be12ef34a1a1af4b3a26652cb58b75" diff --git a/pyproject.toml b/pyproject.toml index 0d12b270..dde6c893 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -9,7 +9,7 @@ license = "Apache-2.0" [tool.poetry.dependencies] python = "^3.8.1" resourcebundle = "^2.1.0" -boto3 = "^1.34.8" +boto3 = "^1.34.9" toml = "^0.10.2" [tool.poetry.group.dev.dependencies] @@ -24,7 +24,7 @@ psycopg-binary = "^3.1.16" mysql-connector-python = "^8.2.0" [tool.poetry.group.test.dependencies] -boto3 = "^1.34.8" +boto3 = "^1.34.9" coverage = "^7.3.4" debugpy = "^1.8.0" pydevd-pycharm = "^233.13135.95"