Skip to content

Commit

Permalink
chore(deps): bump mypy to v1.7.1 (#256)
Browse files Browse the repository at this point in the history
  • Loading branch information
stainless-bot committed Nov 28, 2023
1 parent 8920f8d commit 7649c17
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ Repository = "https://github.com/anthropics/anthropic-sdk-python"
managed = true
dev-dependencies = [
"pyright==1.1.332",
"mypy==1.6.1",
"mypy==1.7.1",
"black==23.3.0",
"respx==0.19.2",
"pytest==7.1.1",
Expand Down
6 changes: 3 additions & 3 deletions requirements-dev.lock
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ argcomplete==3.1.2
attrs==23.1.0
black==23.3.0
certifi==2023.7.22
charset-normalizer==3.3.1
charset-normalizer==3.3.2
click==8.1.7
colorlog==6.7.0
dirty-equals==0.6.0
Expand All @@ -29,7 +29,7 @@ huggingface-hub==0.16.4
idna==3.4
iniconfig==2.0.0
isort==5.10.1
mypy==1.6.1
mypy==1.7.1
mypy-extensions==1.0.0
nodeenv==1.8.0
nox==2023.4.22
Expand Down Expand Up @@ -57,7 +57,7 @@ tokenizers==0.14.0
tomli==2.0.1
tqdm==4.66.1
typing-extensions==4.8.0
urllib3==2.0.7
urllib3==2.1.0
virtualenv==20.24.5
# The following packages are considered to be unsafe in a requirements file:
setuptools==68.2.2

0 comments on commit 7649c17

Please sign in to comment.