Skip to content

Commit

Permalink
fix: bump pytest version to avoid warning issue docarray#942 (docarra…
Browse files Browse the repository at this point in the history
…y#1171)

* fix: bump pytest version to avoid warning issue docarray#942

Signed-off-by: agaraman0 <agaraman0@gmail.com>

* fix: poetry lock update

Signed-off-by: agaraman0 <agaraman0@gmail.com>

---------

Signed-off-by: agaraman0 <agaraman0@gmail.com>
  • Loading branch information
agaraman0 authored Feb 24, 2023
1 parent d134393 commit b5a9c64
Show file tree
Hide file tree
Showing 2 changed files with 24 additions and 21 deletions.
43 changes: 23 additions & 20 deletions poetry.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ web = ["fastapi"]
pandas = ["pandas"]

[tool.poetry.dev-dependencies]
pytest = ">=6.1"
pytest = ">=7.0"
pre-commit = ">=2.20.0"
jupyterlab = ">=3.5.0"
mypy = ">=1"
Expand Down

0 comments on commit b5a9c64

Please sign in to comment.