diff --git a/poetry.lock b/poetry.lock index 0181c348c..2bd064b7e 100644 --- a/poetry.lock +++ b/poetry.lock @@ -247,18 +247,18 @@ tests-mypy = ["mypy (>=1.11.1) ; platform_python_implementation == \"CPython\" a [[package]] name = "awscli" -version = "1.41.10" +version = "1.41.12" description = "Universal Command Line Environment for AWS." optional = false python-versions = ">=3.9" groups = ["main", "dev"] files = [ - {file = "awscli-1.41.10-py3-none-any.whl", hash = "sha256:f0bc5be2de554176343ef9ef9b8f7b9b8c6a9e48c5f5ce48473f2e532ae66e68"}, - {file = "awscli-1.41.10.tar.gz", hash = "sha256:e02fea77c3373abbf8239725fc8e8d25d520cf1a5275b70fd858594c3e5d2699"}, + {file = "awscli-1.41.12-py3-none-any.whl", hash = "sha256:4664a5136eb2356c6434988e254744a4e3412d336c147ff44f9f74d5da47c5b4"}, + {file = "awscli-1.41.12.tar.gz", hash = "sha256:4c678c91b688450420eabb70e642ef53059f910e359f9887db299a1b29d7b9a9"}, ] [package.dependencies] -botocore = "1.39.10" +botocore = "1.39.12" colorama = ">=0.2.5,<0.4.7" docutils = ">=0.18.1,<=0.19" PyYAML = ">=3.10,<6.1" @@ -497,18 +497,18 @@ testing = ["pytest (>=6,!=7.0.0)", "pytest-xdist (>=2)"] [[package]] name = "boto3" -version = "1.39.10" +version = "1.39.12" description = "The AWS SDK for Python" optional = false python-versions = ">=3.9" groups = ["main", "dev"] files = [ - {file = "boto3-1.39.10-py3-none-any.whl", hash = "sha256:5b2aa5b7d075491c7c6cb539255a44f0ebd70ffc540e32dfd56eb8a361390e5e"}, - {file = "boto3-1.39.10.tar.gz", hash = "sha256:62a1623c8c9495625c88778869b75b692a7ef226fcbb96ea58365b9f043a2ae2"}, + {file = "boto3-1.39.12-py3-none-any.whl", hash = "sha256:bbf7a8d374b513975c305883ae40e623cc261dbdc25ea86ae435647cae837a15"}, + {file = "boto3-1.39.12.tar.gz", hash = "sha256:1a715cb40ea9df6b666148b243b5b9adbfa5be50d28e2f660330c0581d94b639"}, ] [package.dependencies] -botocore = ">=1.39.10,<1.40.0" +botocore = ">=1.39.12,<1.40.0" jmespath = ">=0.7.1,<2.0.0" s3transfer = ">=0.13.0,<0.14.0" @@ -517,14 +517,14 @@ crt = ["botocore[crt] (>=1.21.0,<2.0a0)"] [[package]] name = "botocore" -version = "1.39.10" +version = "1.39.12" description = "Low-level, data-driven core of boto 3." optional = false python-versions = ">=3.9" groups = ["main", "dev"] files = [ - {file = "botocore-1.39.10-py3-none-any.whl", hash = "sha256:d279f252a37bfa7d8a628404ea745c0163ed6260e037d813ce0aef2996ffea28"}, - {file = "botocore-1.39.10.tar.gz", hash = "sha256:7fe00007304fe4627d7dd7b8605c6666a560651e91100f47391ae40a310dc092"}, + {file = "botocore-1.39.12-py3-none-any.whl", hash = "sha256:60bfa0f1e0eb03997e22254e2e6a0e3f7e02b8f845253a4bb235d9240d195c72"}, + {file = "botocore-1.39.12.tar.gz", hash = "sha256:d20b53a196af32ff153cbdbef3cb89e6a9065dc5e90ce23d009e03364601a266"}, ] [package.dependencies] @@ -1331,14 +1331,14 @@ pgp = ["gpg"] [[package]] name = "eventlet" -version = "0.40.1" +version = "0.40.2" description = "Highly concurrent networking library" optional = false python-versions = ">=3.9" groups = ["main"] files = [ - {file = "eventlet-0.40.1-py3-none-any.whl", hash = "sha256:378f36ac9b3f4d28f2e921fd8897ebc9797d017e34b96c259ac87c032d1c1bf3"}, - {file = "eventlet-0.40.1.tar.gz", hash = "sha256:aee74de74ac6634a1dac1ed58dc93b5dc2abaef3c7b5e76fd7f195f1662f25ef"}, + {file = "eventlet-0.40.2-py3-none-any.whl", hash = "sha256:590c67b982015bc6b753a5303f3ec7356bc7890a39efd65176179f0113f5d35e"}, + {file = "eventlet-0.40.2.tar.gz", hash = "sha256:42636c277f761d026905cd0ba0a11edec7600001be401d6ae7e9546559c8d8b0"}, ] [package.dependencies] @@ -5545,4 +5545,4 @@ cffi = ["cffi (>=1.11)"] [metadata] lock-version = "2.1" python-versions = "^3.12.9" -content-hash = "22349492b1a9f51489155a385d34be31490bba5d7a18dda853c556f4f4983829" +content-hash = "a9a28ff30cbc32319c2ed2bd386f3daad816b9731ed3abb373301b4a7962d1e7" diff --git a/pyproject.toml b/pyproject.toml index c6f720f14..111141050 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -25,7 +25,7 @@ click-didyoumean = "==0.3.1" click-plugins = "==1.1.1.2" click-repl = "==0.3.0" deprecated = "==1.2.18" -eventlet = "==0.40.1" +eventlet = "==0.40.2" expiringdict = "==1.2.2" flask = "~=3.1" flask-bcrypt = "==1.0.1"