pinecone-io / pinecone-python-client

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

Bump dependencies #365

Closed jhamon closed 1 month ago

jhamon commented 1 month ago

Problem

Dependabot has flagged several out of date dependency versions but the integration tests can't run on those PRs due to security limits imposed by github.

Solution

Run poetry update certifi pdoc urllib3 to update poetry.lock with up-to-date dependencies.

Type of Change

Test Plan

Should see tests still passing.