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

urllib3 upgrade from 2.0.3 to 2.3.0 #8447

Open
wants to merge 2 commits into
base: master
Choose a base branch
from
Open

urllib3 upgrade from 2.0.3 to 2.3.0 #8447

wants to merge 2 commits into from

Conversation

Archaeopteryx
Copy link
Collaborator

The expected default encoding changed from latin1 to utf-8 which can cause changes to parsing and yield e.g. different line numbers: urllib3/urllib3#3053

Andra @esanuandra , could you re-record the betamax cassettes which cause the failures of test_common_behaviour.py and test_engineer_traction.py?

dependabot bot and others added 2 commits January 15, 2025 09:54
Bumps [urllib3](https://github.com/urllib3/urllib3) from 2.0.3 to 2.3.0.
- [Release notes](https://github.com/urllib3/urllib3/releases)
- [Changelog](https://github.com/urllib3/urllib3/blob/main/CHANGES.rst)
- [Commits](urllib3/urllib3@2.0.3...2.3.0)

---
updated-dependencies:
- dependency-name: urllib3
  dependency-type: direct:development
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <[email protected]>
The expected default encoding switched from latin1 to utf.-8 which can trigger
a different interpretation of unicode characters:
urllib3/urllib3#3053
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.

1 participant