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 compatibility score

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


Dependabot commands and options

You can trigger Dependabot actions by commenting on this PR:

  • @dependabot rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @dependabot ignore this major version will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this minor version will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)

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 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
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