diff --git a/poetry.lock b/poetry.lock index f0486115eb..d0756dab10 100644 --- a/poetry.lock +++ b/poetry.lock @@ -112,18 +112,18 @@ uvloop = ["uvloop (>=0.15.2)"] [[package]] name = "boto3" -version = "1.37.25" +version = "1.37.28" description = "The AWS SDK for Python" optional = false python-versions = ">=3.8" groups = ["main", "dev"] files = [ - {file = "boto3-1.37.25-py3-none-any.whl", hash = "sha256:00a025c621198508dc20c45224baaa7bd2a695323d999cce08b0d4deab5ada6f"}, - {file = "boto3-1.37.25.tar.gz", hash = "sha256:23e9cbad028ef3723567f4556411ee8d0f732594316b4c78c174a03ba3ca3159"}, + {file = "boto3-1.37.28-py3-none-any.whl", hash = "sha256:e584d9d33808633e73af3d962e22cf2cea91a38bc5a17577bb25618f8ded504f"}, + {file = "boto3-1.37.28.tar.gz", hash = "sha256:09ee85ba70a88286bba0d1bf5f0460a4b3bde52d162216accfe637b8bfac351b"}, ] [package.dependencies] -botocore = ">=1.37.25,<1.38.0" +botocore = ">=1.37.28,<1.38.0" jmespath = ">=0.7.1,<2.0.0" s3transfer = ">=0.11.0,<0.12.0" @@ -132,14 +132,14 @@ crt = ["botocore[crt] (>=1.21.0,<2.0a0)"] [[package]] name = "botocore" -version = "1.37.25" +version = "1.37.28" description = "Low-level, data-driven core of boto 3." optional = false python-versions = ">=3.8" groups = ["main", "dev"] files = [ - {file = "botocore-1.37.25-py3-none-any.whl", hash = "sha256:e35f10df0c3bcf42f4680439148462073fe6445d8938679f0576eb189fb034d7"}, - {file = "botocore-1.37.25.tar.gz", hash = "sha256:6f8cefd769df170809816d66bde2e12c43f557ca6cf18c807922003319b52991"}, + {file = "botocore-1.37.28-py3-none-any.whl", hash = "sha256:c26b645d7b125bf42ffc1671b862b47500ee658e3a1c95d2438cb689fc85df15"}, + {file = "botocore-1.37.28.tar.gz", hash = "sha256:69ea327f70f0607d174c4c2b1dcc87327b9c48e413c9d322179172b614b28e03"}, ] [package.dependencies] @@ -1793,4 +1793,4 @@ files = [ [metadata] lock-version = "2.1" python-versions = "^3.12" -content-hash = "df85d7080957a363b5c2469464294d7268156fcad1b6bf5ffbec6150985559b0" +content-hash = "f9323e8cea9677c893aec38ac2ecff27a5ef58c505a8f3c5a7ad2e0a96f2a62f" diff --git a/pyproject.toml b/pyproject.toml index e15db41da3..9431ec4afa 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -33,7 +33,7 @@ jsonpath-rw = "^1.4.0" semver = "^3.0.4" gitpython = "^3.1.44" requests = "^2.32.3" -boto3 = "^1.37.25" +boto3 = "^1.37.28" argparse = "^1.4.0" pre-commit = "^4.1.0" pytest = "^8.3.5"