Skip to content

Bump treq from 22.2.0 to 26.7.0#916

Open
dependabot[bot] wants to merge 1 commit into
trunkfrom
dependabot/pip/treq-26.7.0
Open

Bump treq from 22.2.0 to 26.7.0#916
dependabot[bot] wants to merge 1 commit into
trunkfrom
dependabot/pip/treq-26.7.0

Conversation

@dependabot

@dependabot dependabot Bot commented on behalf of github Jul 6, 2026

Copy link
Copy Markdown
Contributor

Bumps treq from 22.2.0 to 26.7.0.

Release notes

Sourced from treq's releases.

Treq 26.7.0

Features

  • Document support for Python 3.14. (#427)
  • PyPy 3.11 is now supported, and PyPy 3.9 and 3.10, which are no longer well-supported by the ecosystem, have been dropped. (#429)

Bugfixes

  • treq no longer vendors the multipart library, now that it no longer has import conflicts with python-multipart. (#403)
  • Fix building documentation with Sphinx 9.1.0. (#423)

Deprecations and Removals

  • treq no longer depends on requests. Consequently, the cookies() method no longer returns a requests.cookies.RequestsCookieJar. Instead, it returns treq.cookies.IndexableCookieJar, which implements __getitem__ as a compatibility shim. We have not attempted to maintain full dict-interface compatibility with RequestsCookieJar, as many of its interface extensions are difficult to use securely because they obscure the relationship between cookies and domains. treq interfaces still accept a request.cookies.RequestsCookieJar as the cookies parameter, like any http.cookiejar.CookieJar subclass. (#325)
  • Support for Python 3.8, which has reached end of support, has been dropped. (#427)

Treq 25.5.0

Features

  • treq is packaged with Hatchling, and consequently no longer directly depends on setuptools. (twisted/treq#388)

Improved Documentation

Deprecations and Removals

  • Support for Python 3.8, which has reached end of support, is deprecated. This is the last release with support for Python 3.8. (twisted/treq#407)

Treq 24.9.1

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. (twisted/treq#399)

Treq 24.9.0

Features

  • treq now ships type annotations. (#366)

... (truncated)

Changelog

Sourced from treq's changelog.

26.7.0 (2026-07-01)

Features

  • Document support for Python 3.14. ([#427](https://github.com/twisted/treq/issues/427) <https://github.com/twisted/treq/issues/427>__)
  • PyPy 3.11 is now supported, and PyPy 3.9 and 3.10, which are no longer well-supported by the ecosystem, have been dropped. ([#429](https://github.com/twisted/treq/issues/429) <https://github.com/twisted/treq/issues/429>__)

Bugfixes

  • treq no longer vendors the multipart library, now that it no longer has import conflicts with python-multipart. ([#403](https://github.com/twisted/treq/issues/403) <https://github.com/twisted/treq/issues/403>__)
  • Fix building documentation with Sphinx 9.1.0. ([#423](https://github.com/twisted/treq/issues/423) <https://github.com/twisted/treq/issues/423>__)

Deprecations and Removals

  • treq no longer depends on requests. Consequently, the cookies() method no longer returns a requests.cookies.RequestsCookieJar <https://requests.readthedocs.io/en/latest/api/#requests.cookies.RequestsCookieJar>_. Instead, it returns treq.cookies.IndexableCookieJar, which implements __getitem__ as a compatibility shim. We have not attempted to maintain full dict-interface compatibility with RequestsCookieJar, as many of its interface extensions are difficult to use securely because they obscure the relationship between cookies and domains. treq interfaces still accept a request.cookies.RequestsCookieJar as the cookies parameter, like any http.cookiejar.CookieJar subclass. ([#325](https://github.com/twisted/treq/issues/325) <https://github.com/twisted/treq/issues/325>__)
  • Support for Python 3.8, which has reached end of support, has been dropped. ([#427](https://github.com/twisted/treq/issues/427) <https://github.com/twisted/treq/issues/427>__)

25.5.0 (2025-05-31)

Features

  • treq is packaged with Hatchling, and consequently no longer directly depends on setuptools. ([#388](https://github.com/twisted/treq/issues/388) <https://github.com/twisted/treq/issues/388>__)

Improved Documentation

  • Update documentation to use async/await syntax ([#409](https://github.com/twisted/treq/issues/409) <https://github.com/twisted/treq/issues/409>__)

Deprecations and Removals

  • Support for Python 3.8, which has reached end of support, is deprecated. This is the last release with support for Python 3.8. ([#407](https://github.com/twisted/treq/issues/407) <https://github.com/twisted/treq/issues/407>__)

24.9.1 (2024-09-19)

Bugfixes

... (truncated)

Commits

@dependabot dependabot Bot added the dependencies Pull requests that update a dependency file label Jul 6, 2026
@dependabot
dependabot Bot requested a review from a team as a code owner July 6, 2026 23:33
@dependabot
dependabot Bot force-pushed the dependabot/pip/treq-26.7.0 branch 6 times, most recently from 3d65c59 to ea9fe91 Compare July 24, 2026 21:07
@codecov

codecov Bot commented Jul 24, 2026

Copy link
Copy Markdown

Codecov Report

✅ All modified and coverable lines are covered by tests.
✅ Project coverage is 100.00%. Comparing base (b8512b7) to head (649e5b3).

Additional details and impacted files
@@            Coverage Diff            @@
##             trunk      #916   +/-   ##
=========================================
  Coverage   100.00%   100.00%           
=========================================
  Files           63        63           
  Lines         4857      4857           
  Branches       201       201           
=========================================
  Hits          4857      4857           

☔ View full report in Codecov by Harness.
📢 Have feedback on the report? Share it here.

🚀 New features to boost your workflow:
  • ❄️ Test Analytics: Detect flaky tests, report on failures, and find test suite problems.

Bumps [treq](https://github.com/twisted/treq) from 22.2.0 to 26.7.0.
- [Release notes](https://github.com/twisted/treq/releases)
- [Changelog](https://github.com/twisted/treq/blob/trunk/CHANGELOG.rst)
- [Commits](twisted/treq@release-22.2.0...treq-26.7.0)

---
updated-dependencies:
- dependency-name: treq
  dependency-version: 26.7.0
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot
dependabot Bot force-pushed the dependabot/pip/treq-26.7.0 branch from ea9fe91 to 649e5b3 Compare July 24, 2026 21:22
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

dependencies Pull requests that update a dependency file

Projects

None yet

Development

Successfully merging this pull request may close these issues.

0 participants