diff --git a/poetry.lock b/poetry.lock index ce13d442..95a57da8 100644 --- a/poetry.lock +++ b/poetry.lock @@ -77,17 +77,17 @@ lxml = ["lxml"] [[package]] name = "boto3" -version = "1.34.99" +version = "1.34.100" description = "The AWS SDK for Python" optional = false python-versions = ">=3.8" files = [ - {file = "boto3-1.34.99-py3-none-any.whl", hash = "sha256:b54084d000483b578757df03ce39a819fbba47071c9aa98611beb8806bcecd45"}, - {file = "boto3-1.34.99.tar.gz", hash = "sha256:6f600b3fe0bda53476395c902d9af5a47294c93ec52a9cdc2b926a9dc705ce79"}, + {file = "boto3-1.34.100-py3-none-any.whl", hash = "sha256:bbe2bb0dfcd92380da2a2fa2c2f586ba06c118b796380b2d0f3d0ebd103ec28d"}, + {file = "boto3-1.34.100.tar.gz", hash = "sha256:016f6d66900bb1a835dea2063f1e91fc7057dbf7fb7df8add0706f0da9492631"}, ] [package.dependencies] -botocore = ">=1.34.99,<1.35.0" +botocore = ">=1.34.100,<1.35.0" jmespath = ">=0.7.1,<2.0.0" s3transfer = ">=0.10.0,<0.11.0" @@ -96,13 +96,13 @@ crt = ["botocore[crt] (>=1.21.0,<2.0a0)"] [[package]] name = "botocore" -version = "1.34.99" +version = "1.34.100" description = "Low-level, data-driven core of boto 3." optional = false python-versions = ">=3.8" files = [ - {file = "botocore-1.34.99-py3-none-any.whl", hash = "sha256:18c68bdeb0ffb73290912b0c96204fc36d3128f00a00b5cdc35ac34d66225f1c"}, - {file = "botocore-1.34.99.tar.gz", hash = "sha256:cafe569e2136cb33cb0e5dd32fb1c0e1503ddc1413d3be215df8ddf05e69137a"}, + {file = "botocore-1.34.100-py3-none-any.whl", hash = "sha256:ee516fb9e9e906d311f2a9921afaf79c594db239a5b4b626e89e6960401aad0b"}, + {file = "botocore-1.34.100.tar.gz", hash = "sha256:513bea60c6531af8e1ae1fdb2947e3ef99712f39c58f4656b5efef9cb6f75a13"}, ] [package.dependencies] @@ -1642,4 +1642,4 @@ testing = ["big-O", "jaraco.functools", "jaraco.itertools", "more-itertools", "p [metadata] lock-version = "2.0" python-versions = "^3.8.1" -content-hash = "ddd0bc35f262a6f95ae2ab28a6f6cd5c90ed2efe9208f35030a01093023aeb85" +content-hash = "e7692d9917299c784479c9843b822126570b59657da836d5c95ae0d5968d0a25" diff --git a/pyproject.toml b/pyproject.toml index bb2e497e..8d5063da 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -25,7 +25,7 @@ classifiers = [ [tool.poetry.dependencies] python = "^3.8.1" resourcebundle = "2.1.0" -boto3 = "^1.34.99" +boto3 = "^1.34.100" toml = "^0.10.2" aws-xray-sdk = "^2.13.0" types_aws_xray_sdk = "^2.13.0" @@ -44,7 +44,7 @@ psycopg-binary = "^3.1.18" mysql-connector-python = "^8.4.0" [tool.poetry.group.test.dependencies] -boto3 = "^1.34.99" +boto3 = "^1.34.100" coverage = "^7.5.1" debugpy = "^1.8.1" pydevd-pycharm = "^233.13763.5"