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

pip-python39(deps): bump cheroot from 10.0.0 to 10.0.1 in /components/runtimes/python/python39 #939

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Apr 29, 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:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot bot requested a review from pPrecel as a code owner April 29, 2024 07:48
@dependabot dependabot bot added the area/dependency Issues or PRs related to dependency changes label Apr 29, 2024
@dependabot dependabot bot requested a review from dbadura as a code owner April 29, 2024 07:48
@dependabot dependabot bot added the kind/chore Categorizes issue or PR as related to a chore. label Apr 29, 2024
@kyma-bot kyma-bot added cla: yes Indicates the PR's author has signed the CLA. size/XS Denotes a PR that changes 0-9 lines, ignoring generated files. labels Apr 29, 2024
@kyma-bot kyma-bot added the lgtm Looks good to me! label May 2, 2024
@kyma-bot kyma-bot merged commit fc62e38 into main May 2, 2024
22 of 23 checks passed
@dependabot dependabot bot deleted the dependabot/pip/components/runtimes/python/python39/cheroot-10.0.1 branch May 2, 2024 11:35
kwiatekus pushed a commit to kwiatekus/serverless-manager that referenced this pull request May 6, 2024
…/runtimes/python/python39 (kyma-project#939)

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
area/dependency Issues or PRs related to dependency changes cla: yes Indicates the PR's author has signed the CLA. kind/chore Categorizes issue or PR as related to a chore. lgtm Looks good to me! size/XS Denotes a PR that changes 0-9 lines, ignoring generated files.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants