Skip to content

Commit 34e0d94

Browse files
committed
chore(internal): bump deps
1 parent 13261d3 commit 34e0d94

File tree

3 files changed

+5
-3
lines changed

3 files changed

+5
-3
lines changed

.gitignore

+2
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,8 @@ __pycache__
77
dist
88

99
.venv
10+
.idea
1011

1112
.env
13+
.envrc
1214
codegen.log

pyproject.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ openai = "openai.cli:main"
3131
managed = true
3232
dev-dependencies = [
3333
"pyright==1.1.332",
34-
"mypy==1.4.1",
34+
"mypy==1.6.1",
3535
"black==23.3.0",
3636
"respx==0.19.2",
3737
"pytest==7.1.1",

requirements-dev.lock

+2-2
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ httpx==0.23.0
2525
idna==3.4
2626
iniconfig==2.0.0
2727
isort==5.10.1
28-
mypy==1.4.1
28+
mypy==1.6.1
2929
mypy-extensions==1.0.0
3030
nodeenv==1.8.0
3131
nox==2023.4.22
@@ -39,7 +39,7 @@ pluggy==1.3.0
3939
py==1.11.0
4040
pydantic==2.4.2
4141
pydantic-core==2.10.1
42-
pyright==1.1.326
42+
pyright==1.1.332
4343
pytest==7.1.1
4444
pytest-asyncio==0.21.1
4545
python-dateutil==2.8.2

0 commit comments

Comments
 (0)