diff --git a/poetry.lock b/poetry.lock index 103b4ed..412f87e 100644 --- a/poetry.lock +++ b/poetry.lock @@ -1,4 +1,4 @@ -# This file is automatically @generated by Poetry 1.8.3 and should not be changed by hand. +# This file is automatically @generated by Poetry 1.8.5 and should not be changed by hand. [[package]] name = "aiofiles" @@ -907,13 +907,13 @@ crt = ["awscrt (==0.22.0)"] [[package]] name = "botocore-stubs" -version = "1.35.51" +version = "1.36.12" description = "Type annotations and code completion for botocore" optional = false python-versions = ">=3.8" files = [ - {file = "botocore_stubs-1.35.51-py3-none-any.whl", hash = "sha256:08fe20889a7dfd9c503fb594a717a2cb7045a7fa3fa97b06cb52593f223fcb18"}, - {file = "botocore_stubs-1.35.51.tar.gz", hash = "sha256:6cde969dede1a6c58fb7023f1071708cf963884435892b1699e5668486bb4b00"}, + {file = "botocore_stubs-1.36.12-py3-none-any.whl", hash = "sha256:31d17381def93fa41d009e11ccfb0a846a878dcf84f97c229bfb7ceffad7a56a"}, + {file = "botocore_stubs-1.36.12.tar.gz", hash = "sha256:c1e7eac810e42de49b47cb23c118db206c0e719130e468ddedcb0eb82c21904c"}, ] [package.dependencies] @@ -2820,6 +2820,7 @@ files = [ {file = "psycopg2-2.9.10-cp311-cp311-win_amd64.whl", hash = "sha256:0435034157049f6846e95103bd8f5a668788dd913a7c30162ca9503fdf542cb4"}, {file = "psycopg2-2.9.10-cp312-cp312-win32.whl", hash = "sha256:65a63d7ab0e067e2cdb3cf266de39663203d38d6a8ed97f5ca0cb315c73fe067"}, {file = "psycopg2-2.9.10-cp312-cp312-win_amd64.whl", hash = "sha256:4a579d6243da40a7b3182e0430493dbd55950c493d8c68f4eec0b302f6bbf20e"}, + {file = "psycopg2-2.9.10-cp313-cp313-win_amd64.whl", hash = "sha256:91fd603a2155da8d0cfcdbf8ab24a2d54bca72795b90d2a3ed2b6da8d979dee2"}, {file = "psycopg2-2.9.10-cp39-cp39-win32.whl", hash = "sha256:9d5b3b94b79a844a986d029eee38998232451119ad653aea42bb9220a8c5066b"}, {file = "psycopg2-2.9.10-cp39-cp39-win_amd64.whl", hash = "sha256:88138c8dedcbfa96408023ea2b0c369eda40fe5d75002c0964c78f46f11fa442"}, {file = "psycopg2-2.9.10.tar.gz", hash = "sha256:12ec0b40b0273f95296233e8750441339298e6a572f7039da5b260e3c8b60e11"}, @@ -4301,4 +4302,4 @@ propcache = ">=0.2.0" [metadata] lock-version = "2.0" python-versions = "^3.11" -content-hash = "988f5466155cf40e0aa99b47cac7e0047b6aa5a76a066e5ba9baa1f755dff7e5" +content-hash = "fb2cfaef344334201f774aaf7234c26f644b15c3effb0a9bf55e0d418f56a03f" diff --git a/pyproject.toml b/pyproject.toml index 411c77f..19ad9fd 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -57,7 +57,7 @@ google-api-python-client-stubs = "^1.25.0" botocore = "^1.34.113" boto3 = "^1.34.103" boto3-stubs = "^1.35.39" -botocore-stubs = "^1.35.14" +botocore-stubs = "^1.36.12" asyncpg = "^0.30.0" psycopg = "^3.2.3" psycopg2 = "^2.9.10"