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 cherrypy from 8.9.1 to 18.9.0 in /components/runtimes/python39/kubeless #643

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Jan 24, 2024

Bumps cherrypy from 8.9.1 to 18.9.0.

Changelog

Sourced from cherrypy's changelog.

v18.9.0

  • Various changes <https://github.com/cherrypy/cherrypy/compare/v18.8.0...v18.9.0>_.

v18.8.0

  • :issue:1974: Dangerous characters received in a host header encoded using RFC 2047 are now elided by default. Currently, dangerous characters are defined as CR and LF. The original value is still available as cherrypy.request.headers['Host'].raw if needed.

v18.7.0

  • :pr:1923: Drop support for Python 3.5.
  • :pr:1945: Fixed compatibility on Python 3.11.

v18.6.1

  • :issue:1849 via :pr:1879: Fixed XLF flag in gzip header emitted by gzip compression tool per :rfc:1952#section-2.3.1 -- by :user:webknjaz.

  • :issue:1874: Restricted depending on pywin32 only under CPython so that it won't get pulled-in under PyPy -- by :user:webknjaz.

  • :issue:1920: Bumped minimum version of PyWin32 to 227. Block pywin32 install on Python 3.10 and later.

v18.6.0

  • :issue:1776 via :pr:1851: Add support for UTF-8 encoded attachment file names in Content-Disposition header via :rfc:6266#appendix-D.

v18.5.0

  • :issue:1827: Fixed issue where bytes values in a HeaderMap would be converted to strings.

  • :pr:1826: Rely on jaraco.collections <https://pypi.org/project/jaraco.collections>_ for its case-insensitive dictionary support.

... (truncated)

Commits
  • 8946187 Remove setuptools pin. Fixes failure during build. Ref #1995.
  • 71d5bb5 Update changelog. Ref #1995.
  • 0050ed1 Add security disclosure doc. Closes #1941.
  • c4bd17a 📦 Enable secretless GHA publishing to (Test)PyPI
  • 4febc2c Merge pull request #1992 from chiatchiat/utc-time-in-LazyRfc3339UtcTime
  • f119a4a Move import statement to top of the file
  • 0e1e074 Update cherrypy/test/test_logging.py
  • 35d341b Merge branch 'cherrypy:main' into utc-time-in-LazyRfc3339UtcTime
  • 556cd32 Update cherrypy/_cplogging.py
  • 1f2366f Merge pull request #1977 from avm/typofix
  • 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 <dependency name> major version will close this group update PR and stop Dependabot creating any more for the specific dependency's major version (unless you unignore this specific dependency's major version or upgrade to it yourself)
  • @dependabot ignore <dependency name> minor version will close this group update PR and stop Dependabot creating any more for the specific dependency's minor version (unless you unignore this specific dependency's minor version or upgrade to it yourself)
  • @dependabot ignore <dependency name> will close this group update PR and stop Dependabot creating any more for the specific dependency (unless you unignore this specific dependency or upgrade to it yourself)
  • @dependabot unignore <dependency name> will remove all of the ignore conditions of the specified dependency
  • @dependabot unignore <dependency name> <ignore condition> will remove the ignore condition of the specified dependency and ignore conditions

@dependabot dependabot bot added the area/dependency Issues or PRs related to dependency changes label Jan 24, 2024
@dependabot dependabot bot requested a review from Cortey as a code owner January 24, 2024 08:58
@dependabot dependabot bot added the kind/chore Categorizes issue or PR as related to a chore. label Jan 24, 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 Jan 24, 2024
@halamix2
Copy link
Member

/retest

Bumps [cherrypy](https://github.com/cherrypy/cherrypy) from 8.9.1 to 18.9.0.
- [Changelog](https://github.com/cherrypy/cherrypy/blob/main/CHANGES.rst)
- [Commits](cherrypy/cherrypy@v8.9.1...v18.9.0)

---
updated-dependencies:
- dependency-name: cherrypy
  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/components/runtimes/python39/kubeless/cherrypy-18.9.0 branch from 80499d4 to 44e5250 Compare January 24, 2024 11:36
@halamix2
Copy link
Member

/retest

@halamix2
Copy link
Member

Cherrypy was split and the HTTP server is now named cheroot https://pypi.org/project/cheroot/

@kyma-bot
Copy link
Contributor

@dependabot[bot]: The following tests failed, say /retest to rerun all failed tests or /retest-required to rerun all mandatory failed tests:

Test name Commit Details Required Rerun command
pre-serverless-operator-verify 44e5250 link true /test pre-serverless-operator-verify
pre-serverless-git-auth-integration-k3s 44e5250 link true /test pre-serverless-git-auth-integration-k3s
pre-serverless-integration-k3s 44e5250 link true /test pre-serverless-integration-k3s

Full PR test history. Your PR dashboard.

Instructions for interacting with me using PR comments are available here. If you have questions or suggestions related to my behavior, please file an issue against the kubernetes/test-infra repository. I understand the commands that are listed here.

@halamix2
Copy link
Member

@halamix2 halamix2 closed this Jan 24, 2024
Copy link
Contributor Author

dependabot bot commented on behalf of github Jan 24, 2024

OK, I won't notify you again about this release, but will get in touch when a new version is available. If you'd rather skip all updates until the next major or minor version, let me know by commenting @dependabot ignore this major version or @dependabot ignore this minor version. You can also ignore all major, minor, or patch releases for a dependency by adding an ignore condition with the desired update_types to your config file.

If you change your mind, just re-open this PR and I'll resolve any conflicts on it.

@dependabot dependabot bot deleted the dependabot/pip/components/runtimes/python39/kubeless/cherrypy-18.9.0 branch January 24, 2024 12:39
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. 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