chore(deps): pytest 9 + urllib3 2.7 + dependabot config#513
Closed
stuartc wants to merge 1 commit into
Closed
Conversation
Bump pytest 8.4.2 -> 9.0.3 and urllib3 2.6.3 -> 2.7.0; closes 7 Dependabot alerts (urllib3 #32/#43/#44/#57/#99, pytest #91/#96). Add .github/dependabot.yml (pip + github-actions, weekly, grouped minor/patch) so future updates arrive as PRs rather than silent alerts. Stacked on deps/pinecone-aiohttp. Only pytest and urllib3 changed in the lock; pinecone/aiohttp/langchain held firm. Unit tests 9/9 green on pytest 9.
This was referenced Jun 8, 2026
Collaborator
|
Done in release 1.3.0 |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Short Description
Bumps pytest (8.4.2 → 9.0.3) and urllib3 (2.6.3 → 2.7.0), and adds a
.github/dependabot.ymlso updates start coming through as PRs instead of just silent alerts.Closes Dependabot alerts: urllib3 #32, #43, #44, #57, #99; pytest #91, #96.
Implementation Details
Two low-risk bumps:
1.26.20lock entry, which on its own cleared Move important code out of util #32/Don't include node in the the docker image #43/New Server #44/Bump tqdm from 4.66.2 to 4.66.3 #57 (all fixed by 2.6.3). This just takes it the last step to 2.7.0 to close Search: optimize embeddings chunks #99 (the cross-origin header leak in proxied redirects).The new
dependabot.ymlcovers bothpip(our Poetry deps) andgithub-actions, weekly, with minor/patch grouped into a single PR per ecosystem so it doesn't get noisy.Only pytest and urllib3 moved in the lock — pinecone/aiohttp/langchain all held firm. Unit suite is 9/9 on pytest 9.
This is PR 2 of 3 in a stack — base is
deps/pinecone-aiohttp(#512), and #514 builds on top of this. Merge order: #512 → this → #514.AI Usage
Please disclose how you've used AI in this work (it's cool, we just want to know!):
Put together with Claude Code — agent workflows did the bumps, the dependabot config, and the test run.
You can read more details in our Responsible AI Policy