diff --git a/poetry.lock b/poetry.lock index be3d792..048af2a 100644 --- a/poetry.lock +++ b/poetry.lock @@ -16,17 +16,17 @@ cryptography = "*" [[package]] name = "boto3" -version = "1.35.72" +version = "1.35.76" description = "The AWS SDK for Python" optional = false python-versions = ">=3.8" files = [ - {file = "boto3-1.35.72-py3-none-any.whl", hash = "sha256:410bb4ec676c57ee9c3c7824b7b1a3721584f18f8ee8ccc8e8ecdf285136b77f"}, - {file = "boto3-1.35.72.tar.gz", hash = "sha256:f9fc94413a959c388b1654c6687a5193293f3c69f8d0af3b86fd48b4096a23f3"}, + {file = "boto3-1.35.76-py3-none-any.whl", hash = "sha256:69458399f41f57a50770c8974796d96978bcca44915c260319696bb43e47dffd"}, + {file = "boto3-1.35.76.tar.gz", hash = "sha256:31ddcdb6f15dace2b68f6a0f11bdb58dd3ae79b8a3ccb174ff811ef0bbf938e0"}, ] [package.dependencies] -botocore = ">=1.35.72,<1.36.0" +botocore = ">=1.35.76,<1.36.0" jmespath = ">=0.7.1,<2.0.0" s3transfer = ">=0.10.0,<0.11.0" @@ -35,13 +35,13 @@ crt = ["botocore[crt] (>=1.21.0,<2.0a0)"] [[package]] name = "botocore" -version = "1.35.72" +version = "1.35.76" description = "Low-level, data-driven core of boto 3." optional = false python-versions = ">=3.8" files = [ - {file = "botocore-1.35.72-py3-none-any.whl", hash = "sha256:7412877c3f766a1bfd09236e225ce1f0dc2c35e47949ae423e56e2093c8fa23a"}, - {file = "botocore-1.35.72.tar.gz", hash = "sha256:6b5fac38ef7cfdbc7781a751e0f78833ccb9149ba815bc238b1dbb75c90fbae5"}, + {file = "botocore-1.35.76-py3-none-any.whl", hash = "sha256:b4729d12d00267b3185628f83543917b6caae292385230ab464067621aa086af"}, + {file = "botocore-1.35.76.tar.gz", hash = "sha256:a75a42ae53395796b8300c5fefb2d65a8696dc40dc85e49cf3a769e0c0202b13"}, ] [package.dependencies] @@ -679,4 +679,4 @@ socks = ["PySocks (>=1.5.6,!=1.5.7,<2.0)"] [metadata] lock-version = "2.0" python-versions = "^3.9" -content-hash = "df81b1ff2d70ebf9558c9377f0d67f5bb7c8c6f0691d042096dcb3d2ce28e914" +content-hash = "f6cf2242fdd631697d840a4d9afb40150f18baf0fbf2fc4b1d0083db781d0f90" diff --git a/pyproject.toml b/pyproject.toml index 7cc7171..a09097c 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -11,7 +11,7 @@ click = "^8.1.7" gcn-kafka = "^0.3.3" python = "^3.9" prometheus-client = "^0.21.0" -boto3 = "^1.35.72" +boto3 = "^1.35.76" # workaround for: https://github.com/python-poetry/poetry-plugin-export/issues/183 urllib3 = ">=1.25.4,<1.27" pytest = "^8.3.4"