Update some requirements to their latest versions#1309
Conversation
There was a problem hiding this comment.
Code Review
This pull request updates a wide range of dependencies across multiple environment files, including core packages like requests, mypy, and urllib3, as well as various type stubs. Feedback indicates that the version of types-requests is out of sync with the updated requests package and notes an incorrect dependency attribution for urllib3 in the metadata.
| types-requests==2.33.0.20260513 | ||
| # via -r deps/mypy.txt |
There was a problem hiding this comment.
The version of types-requests (2.33.0) is out of sync with the updated requests version (2.34.2). Additionally, the dependency graph at line 260 incorrectly attributes the runtime package urllib3 to types-requests. These inconsistencies suggest that the selected version of types-requests is either outdated or contains incorrect metadata. Since this PR aims to update dependencies to their latest versions, please ensure that compatible and correctly-specified type stubs are used to avoid type-checking inaccuracies.
This replaces the recent Dependabot PRs
with a single PR that also updates all the transitive dependencies by running the re-pip-compile script.