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

build(deps-dev): bump cheroot from 10.0.0 to 10.0.1 #310

Merged
merged 1 commit into from
Oct 4, 2024

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Apr 26, 2024

Bumps cheroot from 10.0.0 to 10.0.1.

Changelog

Sourced from cheroot's changelog.

v10.0.1

(2024-04-22)

Bug fixes

  • Fixed a flaw where internally unhandled exceptions could crash the worker threads and eventually starve the server of its processing resources. It is no longer and issue and the unhandled errors are now logged and suppressed except for a few expected exceptions that are used for normal interruption requests.

    -- by :user:cameronbrunner and :user:webknjaz

    Related issues and pull requests on GitHub: :issue:310, :issue:346, :issue:354, :issue:358, :issue:365, :issue:375, :issue:599, :issue:641, :issue:649.

  • Fixed compatibility with Python 3.8 in the built-in TLS adapter that relies on :py:mod:python:ssl.

    Modern Python versions communicate specialized exceptions :py:exc:ssl.SSLEOFError and :py:exc:ssl.SSLZeroReturnError where the older versions errored out in a very generic way.

    -- by :user:toppk and :user:webknjaz

    Related issues and pull requests on GitHub: :issue:517, :issue:518.

Packaging updates and notes for downstreams

  • Started signing the package distribution artifacts in CI/CD with Sigstore and uploading them to GitHub Releases -- by :user:webknjaz.

    Related commits on GitHub: :commit:27a3c944, :commit:c45f184e.

  • The changelog management is now implemented through the :std:doc:Towncrier <towncrier:index> tool -- by :user:webknjaz.

    The contributors are now expected to :std:ref:`include

... (truncated)

Commits
  • 1391e71 Generate a change log entry for v10.0.1
  • c00f21b Revert "📝 Add a change note for PR #628"
  • 78a5e42 🧪 Make flaky tests on PyPy 3.6 + Ubuntu as xfail
  • 0da426b 📝🔥 Drop the Python 3.6 support drop change note
  • 7184939 🧪 Make Sphinx not fail on warnings
  • a9b77d3 🧪 Drop ubuntu 20.04 + pypy 3.6 from CI matrix
  • 935395b 🧪 Fix test compatibility with Python 3.6
  • 688fc83 Revert "Merge pull request #633 from cherrypy/debt/drop-py37"
  • 3591a1c 💅 Keep empty line separators next to YAML marks
  • 140f2cb 📝 Link the Towncrier docs via intersphinx
  • 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 [cheroot](https://github.com/cherrypy/cheroot) from 10.0.0 to 10.0.1.
- [Release notes](https://github.com/cherrypy/cheroot/releases)
- [Changelog](https://github.com/cherrypy/cheroot/blob/main/CHANGES.rst)
- [Commits](cherrypy/cheroot@v10.0.0...v10.0.1)

---
updated-dependencies:
- dependency-name: cheroot
  dependency-type: direct:development
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot bot added dependencies Pull requests that update a dependency file python Pull requests that update Python code labels Apr 26, 2024
@Yelinz Yelinz merged commit c6cd37a into main Oct 4, 2024
6 checks passed
@dependabot dependabot bot deleted the dependabot/pip/cheroot-10.0.1 branch October 4, 2024 13: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 python Pull requests that update Python code
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant