diff --git a/poetry.lock b/poetry.lock index 7586d3a3..a6452ae2 100644 --- a/poetry.lock +++ b/poetry.lock @@ -82,7 +82,7 @@ version = "1.42.48" description = "Type annotations for boto3 1.42.48 generated with mypy-boto3-builder 8.12.0" optional = false python-versions = ">=3.9" -groups = ["main"] +groups = ["dev"] files = [ {file = "boto3_stubs-1.42.48-py3-none-any.whl", hash = "sha256:8757768d1379283afebced52b1b8408ec9bcc7615f986086f3978f8415f98b00"}, {file = "boto3_stubs-1.42.48.tar.gz", hash = "sha256:99abf298a95ec4f5bef3da6b6211c032fe2bff7d3741bb5f6ae719730da9f799"}, @@ -539,7 +539,7 @@ version = "1.38.30" description = "Type annotations and code completion for botocore" optional = false python-versions = ">=3.8" -groups = ["main", "test"] +groups = ["dev", "test"] files = [ {file = "botocore_stubs-1.38.30-py3-none-any.whl", hash = "sha256:2efb8bdf36504aff596c670d875d8f7dd15205277c15c4cea54afdba8200c266"}, {file = "botocore_stubs-1.38.30.tar.gz", hash = "sha256:291d7bf39a316c00a8a55b7255489b02c0cea1a343482e7784e8d1e235bae995"}, @@ -2332,7 +2332,7 @@ version = "0.27.2" description = "Type annotations and code completion for awscrt" optional = false python-versions = ">=3.8" -groups = ["main", "test"] +groups = ["dev", "test"] files = [ {file = "types_awscrt-0.27.2-py3-none-any.whl", hash = "sha256:49a045f25bbd5ad2865f314512afced933aed35ddbafc252e2268efa8a787e4e"}, {file = "types_awscrt-0.27.2.tar.gz", hash = "sha256:acd04f57119eb15626ab0ba9157fc24672421de56e7bd7b9f61681fedee44e91"}, @@ -2793,7 +2793,7 @@ version = "0.13.0" description = "Type annotations and code completion for s3transfer" optional = false python-versions = ">=3.8" -groups = ["main", "test"] +groups = ["dev", "test"] files = [ {file = "types_s3transfer-0.13.0-py3-none-any.whl", hash = "sha256:79c8375cbf48a64bff7654c02df1ec4b20d74f8c5672fc13e382f593ca5565b3"}, {file = "types_s3transfer-0.13.0.tar.gz", hash = "sha256:203dadcb9865c2f68fb44bc0440e1dc05b79197ba4a641c0976c26c9af75ef52"}, @@ -2945,4 +2945,4 @@ type = ["pytest-mypy"] [metadata] lock-version = "2.1" python-versions = "^3.10.0" -content-hash = "5e61f8b2bbcd984dda9bf67a1b0c91ee524f62f13025da25cdb8cfbb176590e4" +content-hash = "70c8a0bfeaac239e1bebd7ed927ec679d842e5a9979c0990da8402437e782b05" diff --git a/pyproject.toml b/pyproject.toml index 3b7efdbd..39e44c73 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -32,7 +32,6 @@ types_aws_xray_sdk = "^2.13.0" opentelemetry-api = "^1.22.0" opentelemetry-sdk = "^1.22.0" requests = "^2.32.2" -boto3-stubs = ">=1.37.38,<1.43.0" [tool.poetry.group.dev.dependencies] mypy = "^1.9.0" @@ -46,6 +45,7 @@ psycopg-binary = "^3.3.1" mysql-connector-python = "^9.5.0" django = "^5.0" django-stubs = "^5.2.8" +boto3-stubs = ">=1.37.38,<1.43.0" [tool.poetry.group.test.dependencies] boto3 = "^1.34.111"