Skip to content

Commit 46228c3

Browse files
authored
[spruce] Bump to pytest 7.2.0 to fix security issue (pinecone-io#241)
## Problem Dependabot shows a vulnerability in one of our dev dependencies https://github.com/pinecone-io/pinecone-python-client/security/dependabot/7 ## Solution Bump to a version with the fix, pytest 7.2.0, and confirm tests still run. ## Type of Change - [x] Infrastructure change (CI configs, etc)
1 parent f636a79 commit 46228c3

File tree

2 files changed

+30
-38
lines changed

2 files changed

+30
-38
lines changed

poetry.lock

+29-37
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

pyproject.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -69,7 +69,7 @@ protobuf = { version = "~=3.20.0", optional = true }
6969
[tool.poetry.group.dev.dependencies]
7070
numpy = ">=1.22"
7171
pdoc = "^14.1.0"
72-
pytest = "6.2.4"
72+
pytest = "7.2.0"
7373
pytest-asyncio = "0.15.1"
7474
pytest-cov = "2.10.1"
7575
pytest-mock = "3.6.1"

0 commit comments

Comments
 (0)