From e2ef4f4defb6eab187ddb15ef32f6d88103cada5 Mon Sep 17 00:00:00 2001 From: Stainless Bot <107565488+stainless-bot@users.noreply.github.com> Date: Fri, 20 Oct 2023 16:39:11 +0100 Subject: [PATCH] chore(internal): bump mypy (#24) --- pyproject.toml | 2 +- requirements-dev.lock | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/pyproject.toml b/pyproject.toml index a450101..cbdaaaf 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -29,7 +29,7 @@ Repository = "https://github.com/anthropics/anthropic-bedrock-python" managed = true dev-dependencies = [ "pyright==1.1.332", - "mypy==1.4.1", + "mypy==1.6.1", "black==23.3.0", "respx==0.19.2", "pytest==7.1.1", diff --git a/requirements-dev.lock b/requirements-dev.lock index 784e394..c8cd625 100644 --- a/requirements-dev.lock +++ b/requirements-dev.lock @@ -33,7 +33,7 @@ idna==3.4 iniconfig==2.0.0 isort==5.10.1 jmespath==1.0.1 -mypy==1.4.1 +mypy==1.6.1 mypy-extensions==1.0.0 nodeenv==1.8.0 nox==2023.4.22