Skip to content
This repository has been archived by the owner on Apr 26, 2024. It is now read-only.

Bump treq from 22.2.0 to 23.11.0 #16623

Merged
merged 1 commit into from
Nov 13, 2023
Merged

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Nov 13, 2023

Bumps treq from 22.2.0 to 23.11.0.

Release notes

Sourced from treq's releases.

Treq 23.11.0

Features

  • When the collector passed to treq.collect(response, collector) throws an exception, that error will now be returned to the caller of collect() via the result Deferred, and the underlying HTTP transport will be closed. (#347)
  • Python 3.11 is now supported. (#364)
  • Python 3.12 is now supported. (#375)
  • PyPy 3.9 is now supported. (#365)
  • PyPy 3.10 is now supported. (#374)

Deprecations and Removals

  • The minimum supported Twisted version has increased to 22.10.0. Older versions are no longer tested in CI. (#374)
  • Support for Python 3.6, which has reached end of support, has been dropped. (#363)
  • Support for Python 3.7, which reaches end of support 2023-06-27, is deprecated. This is the last release with support for Python 3.7. (#361)
  • Support for PyPy 3.7, which has reached end of support, has been removed. (#365)
  • Support for PyPy 3.8, which has reached end of support, is deprecated. This is the last release with support for PyPy 3.8. (#374)

Misc

Changelog

Sourced from treq's changelog.

23.11.0 (2023-11-03)

Features

  • When the collector passed to treq.collect(response, collector) throws an exception, that error will now be returned to the caller of collect() via the result Deferred, and the underlying HTTP transport will be closed. ([#347](https://github.com/twisted/treq/issues/347) <https://github.com/twisted/treq/issues/347>__)
  • Python 3.11 is now supported. ([#364](https://github.com/twisted/treq/issues/364) <https://github.com/twisted/treq/issues/364>__)
  • Python 3.12 is now supported. ([#375](https://github.com/twisted/treq/issues/375) <https://github.com/twisted/treq/issues/375>__)
  • PyPy 3.9 is now supported. ([#365](https://github.com/twisted/treq/issues/365) <https://github.com/twisted/treq/issues/365>__)
  • PyPy 3.10 is now supported. ([#374](https://github.com/twisted/treq/issues/374) <https://github.com/twisted/treq/issues/374>__)

Deprecations and Removals

  • The minimum supported Twisted version has increased to 22.10.0. Older versions are no longer tested in CI. ([#374](https://github.com/twisted/treq/issues/374) <https://github.com/twisted/treq/issues/374>__)
  • Support for Python 3.6, which has reached end of support, has been dropped. ([#363](https://github.com/twisted/treq/issues/363) <https://github.com/twisted/treq/issues/363>__)
  • Support for Python 3.7, which reaches end of support 2023-06-27, is deprecated. This is the last release with support for Python 3.7. ([#361](https://github.com/twisted/treq/issues/361) <https://github.com/twisted/treq/issues/361>__)
  • Support for PyPy 3.7, which has reached end of support, has been removed. ([#365](https://github.com/twisted/treq/issues/365) <https://github.com/twisted/treq/issues/365>__)
  • Support for PyPy 3.8, which has reached end of support, is deprecated. This is the last release with support for PyPy 3.8. ([#374](https://github.com/twisted/treq/issues/374) <https://github.com/twisted/treq/issues/374>__)

Misc

  • [#349](https://github.com/twisted/treq/issues/349) <https://github.com/twisted/treq/issues/349>, [#350](https://github.com/twisted/treq/issues/350) <https://github.com/twisted/treq/issues/350>, [#352](https://github.com/twisted/treq/issues/352) <https://github.com/twisted/treq/issues/352>__
Commits
  • 16a7da1 Release 23.11.0
  • 9e64bee Merge pull request #374 from twisted/tx-2023.9
  • f009b38 Add release note for Python 3.12 support
  • 523d6da Don't run treq-required when cancelled
  • 0ff9c2b Add treq-required check
  • ae2da9e Update Twisted and Python support matrix
  • a0a277f Ignore parallel coverage files
  • 17cbdcb Run towncrier on Python 3.11
  • 773256b Merge pull request #370 from twisted/dependabot/github_actions/actions/cache-3
  • e000b6b Bump actions/cache from 2 to 3
  • Additional commits viewable in compare view

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 merge will merge this PR after your CI passes on it
  • @dependabot squash and merge will squash and merge this PR after your CI passes on it
  • @dependabot cancel merge will cancel a previously requested merge and block automerging
  • @dependabot reopen will reopen this PR if it is closed
  • @dependabot close will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
  • @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 23.11.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...release-23.11.0)

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

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot bot requested a review from a team as a code owner November 13, 2023 04:26
@dependabot dependabot bot added dependencies Pull requests from dependabot that update a dependency file python Pull requests that update Python code labels Nov 13, 2023
@DMRobertson DMRobertson merged commit 69d1ee3 into develop Nov 13, 2023
37 of 40 checks passed
@DMRobertson DMRobertson deleted the dependabot/pip/treq-23.11.0 branch November 13, 2023 11:08
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
dependencies Pull requests from dependabot that update a dependency file python Pull requests that update Python code
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant