Skip to content

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Oct 1, 2025

Updates the requirements on cheroot to permit the latest version.

Release notes

Sourced from cheroot's releases.

v11.0.0

📝 Release notes

📦 PyPI page: https://pypi.org/project/cheroot/11.0.0

🌱 v11.0.0 is marked as a stable release.

🔗 This release has been produced by the following workflow run: https://github.com/cherrypy/cheroot/actions/runs/17894178348

v11.0.0

(2025-09-21)

Features

  • When load is too high, Cheroot now responds with a 503 Service Unavailable HTTP error. Previously it silently closed the connection.

    -- by @​itamarst

    Related issues and pull requests on GitHub: #745.

Removals and backward incompatible breaking changes

Packaging updates and notes for downstreams

  • Declared Python 3.12 and Python 3.13 as supported officially -- by @​webknjaz.

    Related issues and pull requests on GitHub: #696.

    Related commits on GitHub: cherrypy/cheroot@5db4f634.

  • The minimum version of the setuptools-scm build dependency has been set to 7. The Git archives are now produced by it natively, instead of

... (truncated)

Changelog

Sourced from cheroot's changelog.

v11.0.0

(2025-09-21)

Features

  • When load is too high, Cheroot now responds with a 503 Service Unavailable HTTP error. Previously it silently closed the connection.

    -- by :user:itamarst

    Related issues and pull requests on GitHub: :issue:745.

Removals and backward incompatible breaking changes

  • Cheroot dropped support for Python 3.6 and 3.7. It now requires Python 3.8 or later.

    -- by :user:jaraco

    Related issues and pull requests on GitHub: :issue:565, :issue:633.

    Related commits on GitHub: :commit:437863ee.

Packaging updates and notes for downstreams

  • Declared Python 3.12 and Python 3.13 as supported officially -- by :user:webknjaz.

    Related issues and pull requests on GitHub: :issue:696.

    Related commits on GitHub: :commit:5db4f634.

  • The minimum version of the setuptools-scm build dependency has been set to 7. The Git archives are now produced by it natively, instead of relying on a third party plugin which is no longer being used.

... (truncated)

Commits
  • 50b1f1d Generate a change log entry for v11.0.0
  • 4e9b36b Merge pull request #759 from cherrypy/maintenance/pip-tools-constraint-lockfiles
  • b4a28ae Update tox-pypy311-pp311-win32-amd64 constraints
  • a9fd2ba Update tox-pypy311-pp311-linux-x86_64 constraints
  • 27a9115 Update tox-pypy311-pp311-linux-aarch64 constraints
  • 5fdcdd6 Update tox-pypy311-pp311-darwin-x86_64 constraints
  • c1cbafc Update tox-pypy311-pp311-darwin-arm64 constraints
  • 93faa53 Update tox-py39-cp39-win32-amd64 constraints
  • 36482bb Update tox-py39-cp39-linux-x86_64 constraints
  • a1b2a20 Update tox-py39-cp39-linux-aarch64 constraints
  • Additional commits viewable in compare view

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)

Updates the requirements on [cheroot](https://github.com/cherrypy/cheroot) to permit the latest version.
- [Release notes](https://github.com/cherrypy/cheroot/releases)
- [Changelog](https://github.com/cherrypy/cheroot/blob/main/CHANGES.rst)
- [Commits](cherrypy/cheroot@4.0.0beta...v11.0.0)

---
updated-dependencies:
- dependency-name: cheroot
  dependency-version: 11.0.0
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot added dependencies Pull requests that update a dependency file python Pull requests that update Python code labels Oct 1, 2025
Copy link

codecov bot commented Oct 1, 2025

Codecov Report

✅ All modified and coverable lines are covered by tests.
✅ Project coverage is 91.00%. Comparing base (c3e26d9) to head (3494593).
✅ All tests successful. No failed tests found.

Additional details and impacted files
@@           Coverage Diff           @@
##             main    #1380   +/-   ##
=======================================
  Coverage   91.00%   91.00%           
=======================================
  Files         222      222           
  Lines        7512     7512           
=======================================
  Hits         6836     6836           
  Misses        676      676           

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

@zimeg
Copy link
Member

zimeg commented Oct 2, 2025

#1374

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 python Pull requests that update Python code
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants