Update dependency CherryPy to v18.10.0 #34
+2
−2
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
This PR contains the following updates:
==18.1.1
->==18.10.0
==18.1.1
->==18.10.0
Release Notes
cherrypy/cherrypy (CherryPy)
v18.10.0
Compare Source
cgi
deprecated in Python 3.11-- by :user:
radez
.changes <https://github.com/cherrypy/cherrypy/compare/v18.9.0...7104cfb3cfc6e6582f0773529142d777b1aff1bd>
_.v18.9.0
Compare Source
changes <https://github.com/cherrypy/cherrypy/compare/v18.8.0...v18.9.0>
_.v18.8.0
Compare Source
1974
: Dangerous characters received in a host headerencoded 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
Compare Source
1923
: Drop support for Python 3.5.1945
: Fixed compatibility on Python 3.11.v18.6.1
Compare Source
:issue:
1849
via :pr:1879
: Fixed XLF flag in gzip headeremitted by gzip compression tool per
:rfc:
1952#section-2.3.1
-- by :user:webknjaz
.:issue:
1874
: Restricted depending on pywin32 only underCPython 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
Compare Source
1776
via :pr:1851
: Add support for UTF-8 encoded attachmentfile names in
Content-Disposition
header via :rfc:6266#appendix-D
.v18.5.0
Compare Source
:issue:
1827
: Fixed issue where bytes values in aHeaderMap
would be converted to strings.
:pr:
1826
: Rely onjaraco.collections <https://pypi.org/project/jaraco.collections>
_for its case-insensitive dictionary support.
v18.4.0
Compare Source
:pr:
1715
: Fixed issue in cpstats where thedata/
endpointwould fail with encoding errors on Python 3.
:pr:
1821
: Simplify the passthrough of parameters toCPWebCase.getPage
to cheroot. CherryPy now requirescheroot 8.2.1 or later.
v18.3.0
Compare Source
1806
: Support handling multiple exceptions when processing hooks asreported in :issue:
1770
.v18.2.0
Compare Source
File-based sessions no longer attempt to remove the lock files
when releasing locks, instead deferring to the default behavior
of zc.lockfile. Fixes :issue:
1391
and :issue:1779
.:pr:
1794
: Add native support for308 Permanent Redirect
usable via
raise cherrypy.HTTPRedirect('/new_uri', 308)
.v18.1.2
Compare Source
1377
via :pr:1785
: Restore a native WSGI-lessHTTP server support.
1769
: Reduce log level for non-error events in win32.pyConfiguration
📅 Schedule: Branch creation - "after 5am on saturday" (UTC), Automerge - At any time (no schedule defined).
🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.
♻ Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.
🔕 Ignore: Close this PR and you won't be reminded about these updates again.
This PR has been generated by Renovate Bot.