diff --git a/poetry.lock b/poetry.lock index c64ea2af..3700b0fe 100644 --- a/poetry.lock +++ b/poetry.lock @@ -59,17 +59,17 @@ lxml = ["lxml"] [[package]] name = "boto3" -version = "1.34.9" +version = "1.34.11" description = "The AWS SDK for Python" optional = false python-versions = ">= 3.8" files = [ - {file = "boto3-1.34.9-py3-none-any.whl", hash = "sha256:8e48343d52389041af053992decf651bc4fc7b2d65eca12acdcff62d446ecdf4"}, - {file = "boto3-1.34.9.tar.gz", hash = "sha256:18c386a55e461749e6c9c8a10627a230db18a20dd72f2950ce19546974f15cd5"}, + {file = "boto3-1.34.11-py3-none-any.whl", hash = "sha256:1af021e0c6e3040e8de66d403e963566476235bb70f9a8e3f6784813ac2d8026"}, + {file = "boto3-1.34.11.tar.gz", hash = "sha256:31c130a40ec0631059b77d7e87f67ad03ff1685a5b37638ac0c4687026a3259d"}, ] [package.dependencies] -botocore = ">=1.34.9,<1.35.0" +botocore = ">=1.34.11,<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.9" +version = "1.34.11" description = "Low-level, data-driven core of boto 3." optional = false python-versions = ">= 3.8" files = [ - {file = "botocore-1.34.9-py3-none-any.whl", hash = "sha256:b40f027f371a1bd211ef67a3727c74bc3713af5fc5d830d4587abda296ebb19e"}, - {file = "botocore-1.34.9.tar.gz", hash = "sha256:2cf43fa5b5438a95fc466c700f3098228b45df38e311103488554b2334b42ee3"}, + {file = "botocore-1.34.11-py3-none-any.whl", hash = "sha256:1ff1398b6ea670e1c01ac67a33af3da854f8e700d3528289c04f319c330d8250"}, + {file = "botocore-1.34.11.tar.gz", hash = "sha256:51905c3d623c60df5dc5794387de7caf886d350180a01a3dfa762e903edb45a9"}, ] [package.dependencies] @@ -1258,4 +1258,4 @@ zstd = ["zstandard (>=0.18.0)"] [metadata] lock-version = "2.0" python-versions = "^3.8.1" -content-hash = "6b6c91b8303519ba08c37367ce4d874f7aa8e006a3f2e8010a2d914930e0e1bf" +content-hash = "3c6931afdd5da640631f16a697b6a73f68ec18745d09a392aefd1ed560acc0a5" diff --git a/pyproject.toml b/pyproject.toml index 7dcb67c6..3787c432 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.9" +boto3 = "^1.34.11" 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.9" +boto3 = "^1.34.11" coverage = "^7.4.0" debugpy = "^1.8.0" pydevd-pycharm = "^233.13135.95"