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 requests dev dependency to resolve dependabot issue #352

Closed jhamon closed 3 months ago

jhamon commented 3 months ago

Problem

Dependabot opened PR #348 to bump our version of requests, which is only used as a development dependency. Tests on that PR failed due to the dependabot PR not being able to read secrets. This should resolve a moderate severity dependabot alert.

Solution

Type of Change

Test Plan

Tests should still pass.