pinecone-io / pinecone-python-client

The Pinecone Python client
https://www.pinecone.io/docs
Apache License 2.0
306 stars 80 forks source link

Bump to pytest 7.2.0 to fix security issue #242

Closed jhamon closed 1 year ago

jhamon commented 1 year ago

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