Commit cab72a1
authored
Bump requests dev dependency to resolve dependabot issue (#352)
## 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](https://github.com/pinecone-io/pinecone-python-client/security/dependabot/17)
dependabot alert.
## Solution
- `poetry update requests`
## Type of Change
- [x] Bug fix (non-breaking change which fixes an issue)
- [x] None of the above: Dev-only security fix
## Test Plan
Tests should still pass.1 parent 1292853 commit cab72a1
1 file changed
+5
-5
lines changedSome generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.
0 commit comments