diff --git a/pyproject.toml b/pyproject.toml index 6350228602..4ff04bd5f2 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -12,7 +12,7 @@ ci = [ "tox>=4.58.0,<5", ] dev = [ - "boto3-stubs[boto3,cloudwatch,essential,logs,s3]>=1.43.54,<2", + "boto3-stubs[boto3,cloudwatch,essential,logs,s3]>=1.43.56,<2", "freezegun>=1.5.0,<1.6", "google-api-python-client-stubs>=1.39.0,<2", "Jinja2>=3.1.2,<4", diff --git a/uv.lock b/uv.lock index f2a143c382..88e7729753 100644 --- a/uv.lock +++ b/uv.lock @@ -248,29 +248,29 @@ wheels = [ [[package]] name = "boto3" -version = "1.43.55" +version = "1.43.56" source = { registry = "https://pypi.org/simple" } dependencies = [ { name = "botocore" }, { name = "jmespath" }, { name = "s3transfer" }, ] -sdist = { url = "https://files.pythonhosted.org/packages/63/62/9a6795d2e85b04615a18bf25d39e9cfea243f7bd532f420eeee17045f157/boto3-1.43.55.tar.gz", hash = "sha256:ab2d18d00fd0ceb7110c3659176b9306e009a313dbc5fcc5bd8734253f115157", size = 112686, upload-time = "2026-07-23T19:29:59.448Z" } +sdist = { url = "https://files.pythonhosted.org/packages/53/05/23e1aa8c9e4b0399a61e7fd65c4f9cc0625121f24760e37471f776404abb/boto3-1.43.56.tar.gz", hash = "sha256:57c90df9fb026f2e6ae22530861198130203733c5c9ec4e5cca3a4037f5a8db4", size = 112673, upload-time = "2026-07-24T19:31:48.606Z" } wheels = [ - { url = "https://files.pythonhosted.org/packages/f0/b4/354b0a469e7b215efe4ec9b4ef942ae14becedbfd14bf3f87bf72fb7350a/boto3-1.43.55-py3-none-any.whl", hash = "sha256:c8f23355b4eff538a9c04e09666c6defb5013051de23ca826559906787253188", size = 140026, upload-time = "2026-07-23T19:29:57.897Z" }, + { url = "https://files.pythonhosted.org/packages/b8/57/3a960c9f581c00f2a591901b46e035ff79ab3956d16607f12306b3b8d483/boto3-1.43.56-py3-none-any.whl", hash = "sha256:feb699d4ab241ef5c1b80bb58277be2aaad365cd4b672d7817e0bc59ee45131b", size = 140026, upload-time = "2026-07-24T19:31:47.155Z" }, ] [[package]] name = "boto3-stubs" -version = "1.43.55" +version = "1.43.56" source = { registry = "https://pypi.org/simple" } dependencies = [ { name = "botocore-stubs" }, { name = "types-s3transfer" }, ] -sdist = { url = "https://files.pythonhosted.org/packages/0e/cb/687986860a838ab80e80c3bd5fe772eedb551a52cc54d792a12accafc2f0/boto3_stubs-1.43.55.tar.gz", hash = "sha256:a37249dcd19341e42c873025cf33fa82d3f1bac5f708a5a43f01bea064162df7", size = 103222, upload-time = "2026-07-23T19:58:49.637Z" } +sdist = { url = "https://files.pythonhosted.org/packages/fb/bc/1f2beda73136f950fc8b5596633803a82b482d793a4a85bdde926bc818b9/boto3_stubs-1.43.56.tar.gz", hash = "sha256:fe3d8049eb74dd7756dadd42f5a73b0f85ec3ed15f75b6e583f893f4563a0d2f", size = 103223, upload-time = "2026-07-24T20:10:25.771Z" } wheels = [ - { url = "https://files.pythonhosted.org/packages/e0/86/723a9c08c8b4217960cbf4c46189cc148415cd5838ec472a514006fdf9ce/boto3_stubs-1.43.55-py3-none-any.whl", hash = "sha256:5ed616c65231a56866cd6a0355c8d9135be0b10cf3f924845ecebac6f5768a9d", size = 70961, upload-time = "2026-07-23T19:58:46.307Z" }, + { url = "https://files.pythonhosted.org/packages/a0/62/2ba9e5d2378be5b3e1cfc8b444ee9a1b5d826493feb15df15cf47eae5c69/boto3_stubs-1.43.56-py3-none-any.whl", hash = "sha256:8d3529082b3330e8718986a6a05cc0cd8319f8fddd10104eb7624e1c94b20fd2", size = 70962, upload-time = "2026-07-24T20:10:21.149Z" }, ] [package.optional-dependencies] @@ -2217,7 +2217,7 @@ ci = [ { name = "tox-uv", specifier = ">=1.35.2,<2" }, ] dev = [ - { name = "boto3-stubs", extras = ["boto3", "cloudwatch", "essential", "logs", "s3"], specifier = ">=1.43.54,<2" }, + { name = "boto3-stubs", extras = ["boto3", "cloudwatch", "essential", "logs", "s3"], specifier = ">=1.43.56,<2" }, { name = "freezegun", specifier = ">=1.5.0,<1.6" }, { name = "google-api-python-client-stubs", specifier = ">=1.39.0,<2" }, { name = "jinja2", specifier = ">=3.1.2,<4" },