Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

chore(deps): update requests and types-requests to 2.32 #456

Merged
merged 1 commit into from
Oct 29, 2024

Conversation

ddneilson
Copy link
Contributor

What was the problem/requirement? (What/Why)

There are new versions of requests & types-requests, but the dependabot updates for these aren't passing CI.

What was the solution? (How)

Update them together. types-requests on python 3.10 and lower requires urllib3>2 for some reason, despite requests not requiring that, so I made the types-requests update conditional.

What is the impact of this change?

Updated dep

How was this change tested?

Running tests & linting.

Was this change documented?

N/A

Is this a breaking change?

No


By submitting this pull request, I confirm that you can use, modify, copy, and redistribute this contribution, under the terms of your choice.

@ddneilson ddneilson force-pushed the update_requests_lib branch from 897f2e0 to c8c3f54 Compare October 29, 2024 16:07
Copy link

@ddneilson ddneilson marked this pull request as ready for review October 29, 2024 16:13
@ddneilson ddneilson requested a review from a team as a code owner October 29, 2024 16:13
@ddneilson ddneilson enabled auto-merge (squash) October 29, 2024 16:14
@ddneilson ddneilson merged commit 4937200 into mainline Oct 29, 2024
15 checks passed
@ddneilson ddneilson deleted the update_requests_lib branch October 29, 2024 16:15
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.

3 participants