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 cherrypy from 18.6.0 to 18.9.0 #28

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

Conversation

dependabot[bot]
Copy link

@dependabot dependabot bot commented on behalf of github Dec 14, 2023

Bumps cherrypy from 18.6.0 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.

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 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 [cherrypy](https://github.com/cherrypy/cherrypy) from 18.6.0 to 18.9.0.
- [Changelog](https://github.com/cherrypy/cherrypy/blob/main/CHANGES.rst)
- [Commits](cherrypy/cherrypy@v18.6.0...v18.9.0)

---
updated-dependencies:
- dependency-name: cherrypy
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

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 Dec 14, 2023
Copy link

Quality Gate Passed Quality Gate passed

Kudos, no new issues were introduced!

0 New issues
0 Security Hotspots
No data about Coverage
No data about Duplication

See analysis details on SonarCloud

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.

0 participants