aws-deadline / deadline-cloud-worker-agent

The AWS Deadline Cloud worker agent can be used to run a worker in an AWS Deadline Cloud fleet.
Apache License 2.0
15 stars 21 forks source link

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

Closed ddneilson closed 3 weeks ago

ddneilson commented 3 weeks ago

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.

sonarcloud[bot] commented 3 weeks ago

Quality Gate Passed Quality Gate passed

Issues
0 New issues
0 Accepted issues

Measures
0 Security Hotspots
0.0% Coverage on New Code
0.0% Duplication on New Code

See analysis details on SonarCloud