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

Bump treq from 22.2.0 to 23.11.0 #694

Open
wants to merge 1 commit into
base: trunk
Choose a base branch
from

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Nov 6, 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

You can trigger a rebase of this PR 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)

Note
Automatic rebases have been disabled on this pull request as it has been open for over 30 days.

@dependabot dependabot bot requested a review from a team as a code owner November 6, 2023 23:39
@dependabot dependabot bot added the dependencies Pull requests that update a dependency file label Nov 6, 2023
@dependabot dependabot bot force-pushed the dependabot/pip/treq-23.11.0 branch from 8ce7bd0 to 0001b24 Compare November 14, 2023 00:19
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 force-pushed the dependabot/pip/treq-23.11.0 branch from 0001b24 to b99a396 Compare December 5, 2023 01:15
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.

None yet

0 participants