- Notifications
You must be signed in to change notification settings - Fork673
chore(deps): update dependency requests to v2.31.0 [security]#2627
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 ourterms of service andprivacy statement. We’ll occasionally send you account related emails.
Already on GitHub?Sign in to your account
Uh oh!
There was an error while loading.Please reload this page.
Conversation
723afdf
tocc7718c
Compareurllib3>=2 now checks for expected content length. Also codes 204 and304 are set to expect a content length of 0 [1]So in the unit tests stop setting content to return in thesesituations.[1]https://github.com/urllib3/urllib3/blob/88a707290b655394aade060a8b7eaee83152dc8b/src/urllib3/response.py#L691-L693
cc7718c
to1dd85ec
CompareJohnVillalovos commentedAug 2, 2023 • edited
Loading Uh oh!
There was an error while loading.Please reload this page.
edited
Uh oh!
There was an error while loading.Please reload this page.
@nejch When you have some time would appreciate a review on this. Will fix some of the problems we are seeing where the automated dependency updates are failing. |
Also update dependency `responses==0.23.3` as it provides support for`urllib3>=2`Closes:#2626
1dd85ec
to053b030
Compare
Thanks a lot@JohnVillalovos! Weird about the upstream discussions.. I was pretty sure GitLab actually had |
Uh oh!
There was an error while loading.Please reload this page.
At the moment need to pinurllib3<2
as unit tests break.Closes:#2626