Skip to content

Commit

Permalink
chore(internal): bump deps
Browse files Browse the repository at this point in the history
  • Loading branch information
RobertCraigie committed Oct 24, 2023
1 parent 13261d3 commit 34e0d94
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 3 deletions.
2 changes: 2 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,8 @@ __pycache__
dist

.venv
.idea

.env
.envrc
codegen.log
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ openai = "openai.cli:main"
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",
Expand Down
4 changes: 2 additions & 2 deletions requirements-dev.lock
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ httpx==0.23.0
idna==3.4
iniconfig==2.0.0
isort==5.10.1
mypy==1.4.1
mypy==1.6.1
mypy-extensions==1.0.0
nodeenv==1.8.0
nox==2023.4.22
Expand All @@ -39,7 +39,7 @@ pluggy==1.3.0
py==1.11.0
pydantic==2.4.2
pydantic-core==2.10.1
pyright==1.1.326
pyright==1.1.332
pytest==7.1.1
pytest-asyncio==0.21.1
python-dateutil==2.8.2
Expand Down

0 comments on commit 34e0d94

Please sign in to comment.