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 dependency treq to v24 #402

Merged
merged 2 commits into from
Oct 14, 2024
Merged

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Sep 23, 2024

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
treq ^22.2.0 || ^23.0.0 -> ^22.2.0 || ^23.0.0 || ^24.0.0 age adoption passing confidence

Release Notes

twisted/treq (treq)

v24.9.1

Compare Source

===================

Bugfixes

  • treq has vendored its dependency on the multipart library to avoid import
    conflicts with python-multipart; it should now be installable alongside
    that library. (#&#8203;399 <https://github.com/twisted/treq/issues/399>__)

v24.9.0

Compare Source

===================

Features

  • treq now ships type annotations. (#&#8203;366 <https://github.com/twisted/treq/issues/366>__)
  • The new :mod:treq.cookies module provides helper functions for working with http.cookiejar.Cookie and CookieJar objects. (#&#8203;384 <https://github.com/twisted/treq/issues/384>__)
  • Python 3.13 is now supported. (#&#8203;391 <https://github.com/twisted/treq/issues/391>__)

Bugfixes

  • :mod:treq.content.text_content() no longer generates deprecation warnings due to use of the cgi module. (#&#8203;355 <https://github.com/twisted/treq/issues/355>__)

Deprecations and Removals

  • Mixing the json argument with files or data now raises TypeError. (#&#8203;297 <https://github.com/twisted/treq/issues/297>__)
  • Passing non-string (str or bytes) values as part of a dict to the headers argument now results in a TypeError, as does passing any collection other than a dict or Headers instance. (#&#8203;302 <https://github.com/twisted/treq/issues/302>__)
  • Support for Python 3.7 and PyPy 3.8, which have reached end of support, has been dropped. (#&#8203;378 <https://github.com/twisted/treq/issues/378>__)

Misc

  • #&#8203;336 <https://github.com/twisted/treq/issues/336>, #&#8203;382 <https://github.com/twisted/treq/issues/382>, #&#8203;395 <https://github.com/twisted/treq/issues/395>__

Configuration

📅 Schedule: Branch creation - "every weekday" (UTC), Automerge - At any time (no schedule defined).

🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.

Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.

🔕 Ignore: Close this PR and you won't be reminded about this update again.


  • If you want to rebase/retry this PR, check this box

This PR was generated by Mend Renovate. View the repository job log.

Signed-off-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
@gridhead gridhead self-requested a review October 14, 2024 02:30
@gridhead gridhead self-assigned this Oct 14, 2024
@gridhead gridhead enabled auto-merge (squash) October 14, 2024 02:30
Copy link
Contributor Author

renovate bot commented Oct 14, 2024

Edited/Blocked Notification

Renovate will not automatically rebase this PR, because it does not recognize the last commit author and assumes somebody else may have edited the PR.

You can manually request rebase by checking the rebase/retry box above.

⚠️ Warning: custom changes will be lost.

@gridhead gridhead merged commit 446940c into develop Oct 14, 2024
14 checks passed
@gridhead gridhead deleted the renovate/treq-24.x branch October 14, 2024 02:35
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant