Skip to content

chore(deps-dev): update cherrypy requirement from <19,>=18 to >=18.10.0,<19#1536

Merged
WilliamBergamin merged 2 commits into
mainfrom
dependabot/pip/cherrypy-gte-18.10.0-and-lt-19
Jun 30, 2026
Merged

chore(deps-dev): update cherrypy requirement from <19,>=18 to >=18.10.0,<19#1536
WilliamBergamin merged 2 commits into
mainfrom
dependabot/pip/cherrypy-gte-18.10.0-and-lt-19

Conversation

@dependabot

@dependabot dependabot Bot commented on behalf of github Jun 30, 2026

Copy link
Copy Markdown
Contributor

Updates the requirements on cherrypy to permit the latest version.

Changelog

Sourced from cherrypy's changelog.

v18.10.0

  • Removed the use of :mod:cgi deprecated in Python 3.11 -- by :user:radez.
  • Various changes <https://github.com/cherrypy/cherrypy/compare/v18.9.0...7104cfb3cfc6e6582f0773529142d777b1aff1bd>_.

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

... (truncated)

Commits
  • d1eb64e Update changelog
  • 5619475 Merge pull request #2021 from radez/cgi_copy
  • 975e3d4 Replace explanation with link to more detailed explanation.
  • 9740750 Moved header parsing to lib/headers.
  • 7104cfb Merge pull request #2030 from radez/fix_dist
  • cb4c100 Update GHA sdist name to lowercase for new setuptools
  • 1073610 Merge pull request #2023 from fabaff/patch-1
  • 8a19dd5 Replace distutils.spawn.find_executable with shutil.which
  • fe764cb 🔧 Stop using the cgi stdlib module
  • 657366e 🔥📝 Drop the in-repo security policy
  • Additional commits viewable in compare view

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 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)

Updates the requirements on [cherrypy](https://github.com/cherrypy/cherrypy) to permit the latest version.
- [Changelog](https://github.com/cherrypy/cherrypy/blob/main/CHANGES.rst)
- [Commits](cherrypy/cherrypy@v18.0.0...v18.10.0)

---
updated-dependencies:
- dependency-name: cherrypy
  dependency-version: 18.10.0
  dependency-type: direct:development
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot Bot added dependencies Pull requests that update a dependency file python Pull requests that update Python code labels Jun 30, 2026
@dependabot dependabot Bot requested a review from a team as a code owner June 30, 2026 19:19
@dependabot dependabot Bot added dependencies Pull requests that update a dependency file python Pull requests that update Python code labels Jun 30, 2026
@codecov

codecov Bot commented Jun 30, 2026

Copy link
Copy Markdown

Codecov Report

✅ All modified and coverable lines are covered by tests.
✅ Project coverage is 91.37%. Comparing base (8028f00) to head (4252457).
✅ All tests successful. No failed tests found.

Additional details and impacted files
@@           Coverage Diff           @@
##             main    #1536   +/-   ##
=======================================
  Coverage   91.37%   91.37%           
=======================================
  Files         228      228           
  Lines        7285     7285           
=======================================
  Hits         6657     6657           
  Misses        628      628           

☔ View full report in Codecov by Harness.
📢 Have feedback on the report? Share it here.

@WilliamBergamin WilliamBergamin merged commit 3978707 into main Jun 30, 2026
16 checks passed
@WilliamBergamin WilliamBergamin deleted the dependabot/pip/cherrypy-gte-18.10.0-and-lt-19 branch June 30, 2026 21:40
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