Skip to content

Conversation

@rjrudin
Copy link
Contributor

@rjrudin rjrudin commented Dec 8, 2025

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.

Copilot AI review requested due to automatic review settings December 8, 2025 12:41
@github-actions
Copy link

github-actions bot commented Dec 8, 2025

Copyright Validation Results
Total: 6 | Passed: 0 | Failed: 0 | Skipped: 6 | at: 2025-12-08 13:30:31 UTC | commit: d3a34e4

⏭️ Skipped (Excluded) Files

  • .copyrightconfig
  • CODEOWNERS
  • Jenkinsfile
  • poetry.lock
  • pyproject.toml
  • test-app/build.gradle

✅ All files have valid copyright headers!

Copy link

Copilot AI left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

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 requests dependency 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
Copy link

Copilot AI Dec 8, 2025

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

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.

Suggested change
* @stevebio @billfarber @rjrudin

Copilot uses AI. Check for mistakes.
@rjrudin rjrudin force-pushed the feature/bump-urllib branch from 2930f4f to 27e7fa3 Compare December 8, 2025 12:43
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.
@rjrudin rjrudin force-pushed the feature/bump-urllib branch from 27e7fa3 to d3a34e4 Compare December 8, 2025 13:30
@rjrudin rjrudin merged commit d12ea62 into develop Dec 8, 2025
3 checks passed
@rjrudin rjrudin deleted the feature/bump-urllib branch December 8, 2025 13:35
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants