Skip to content

Commit 30fe5d2

Browse files
chore(deps): bump mypy to v1.7.1 (#199)
1 parent eea4426 commit 30fe5d2

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

pyproject.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@ Repository = "https://github.com/Finch-API/finch-api-python"
4747
managed = true
4848
dev-dependencies = [
4949
"pyright==1.1.332",
50-
"mypy==1.6.1",
50+
"mypy==1.7.1",
5151
"black==23.3.0",
5252
"respx==0.19.2",
5353
"pytest==7.1.1",

requirements-dev.lock

+2-1
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ httpx==0.23.0
2626
idna==3.4
2727
iniconfig==2.0.0
2828
isort==5.10.1
29-
mypy==1.6.1
29+
mypy==1.7.1
3030
mypy-extensions==1.0.0
3131
nodeenv==1.8.0
3232
nox==2023.4.22
@@ -41,6 +41,7 @@ pyright==1.1.332
4141
pytest==7.1.1
4242
pytest-asyncio==0.21.1
4343
python-dateutil==2.8.2
44+
pytz==2023.3.post1
4445
respx==0.19.2
4546
rfc3986==1.5.0
4647
ruff==0.0.282

0 commit comments

Comments
 (0)