Conversation
|
Copyright Validation Results ⏭️ Skipped (Excluded) Files
✅ All files have valid copyright headers! |
There was a problem hiding this comment.
Pull request overview
This PR updates the requests library from version ^2.32.4 to ^2.32.5 to ensure urllib3 2.6.0 is used instead of 2.5.0, addressing dependency requirements. The update was accomplished by running poetry update.
Key Changes:
- Bumped
requestsdependency to version^2.32.5 - Updated CODEOWNERS file to replace @anu3990 with @stevebio
Reviewed changes
Copilot reviewed 2 out of 3 changed files in this pull request and generated 1 comment.
| File | Description |
|---|---|
| pyproject.toml | Updated requests dependency version to ^2.32.5 |
| CODEOWNERS | Changed code owner from @anu3990 to @stevebio |
|
|
||
| # These owners will be the default owners for everything in the repo. | ||
| * @anu3990 @billfarber @rjrudin | ||
| * @stevebio @billfarber @rjrudin |
There was a problem hiding this comment.
The CODEOWNERS change appears unrelated to the stated purpose of this PR (bumping requests and urllib3 versions). Consider moving this change to a separate PR to maintain clear change history and make reviews more focused.
| * @stevebio @billfarber @rjrudin |
2930f4f to
27e7fa3
Compare
Just running "poetry update" seemed to do the trick for ensuring that urllib3 2.6.0 is used instead of 2.5.0. Bumped the patch version for requests since it was updated in August too.
27e7fa3 to
d3a34e4
Compare
Just running "poetry update" seemed to do the trick for ensuring that urllib3 2.6.0 is used instead of 2.5.0. Bumped the patch version for requests since it was updated in August too.