Skip to content

Commit 5bbeed1

Browse files
chore(deps): bump mypy to v1.7.1 (#891)
1 parent e141837 commit 5bbeed1

File tree

2 files changed

+8
-8
lines changed

2 files changed

+8
-8
lines changed

pyproject.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@ openai = "openai.cli:main"
4949
managed = true
5050
dev-dependencies = [
5151
"pyright==1.1.332",
52-
"mypy==1.6.1",
52+
"mypy==1.7.1",
5353
"black==23.3.0",
5454
"respx==0.19.2",
5555
"pytest==7.1.1",

requirements-dev.lock

+7-7
Original file line numberDiff line numberDiff line change
@@ -16,10 +16,10 @@ azure-identity==1.15.0
1616
black==23.3.0
1717
certifi==2023.7.22
1818
cffi==1.16.0
19-
charset-normalizer==3.3.1
19+
charset-normalizer==3.3.2
2020
click==8.1.7
2121
colorlog==6.7.0
22-
cryptography==41.0.5
22+
cryptography==41.0.7
2323
dirty-equals==0.6.0
2424
distlib==0.3.7
2525
distro==1.8.0
@@ -31,15 +31,15 @@ httpx==0.23.0
3131
idna==3.4
3232
iniconfig==2.0.0
3333
isort==5.10.1
34-
msal==1.24.1
34+
msal==1.25.0
3535
msal-extensions==1.0.0
36-
mypy==1.6.1
36+
mypy==1.7.1
3737
mypy-extensions==1.0.0
3838
nodeenv==1.8.0
3939
nox==2023.4.22
40-
numpy==1.26.1
40+
numpy==1.26.2
4141
packaging==23.2
42-
pandas==2.1.1
42+
pandas==2.1.3
4343
pandas-stubs==2.1.1.230928
4444
pathspec==0.11.2
4545
platformdirs==3.11.0
@@ -68,7 +68,7 @@ types-pytz==2023.3.1.1
6868
types-tqdm==4.66.0.2
6969
typing-extensions==4.8.0
7070
tzdata==2023.3
71-
urllib3==2.0.7
71+
urllib3==2.1.0
7272
virtualenv==20.24.5
7373
# The following packages are considered to be unsafe in a requirements file:
7474
setuptools==68.2.2

0 commit comments

Comments
 (0)