From a455e4696076a476cd73b58e75092ff3ea519b7a Mon Sep 17 00:00:00 2001 From: Vosjedev Date: Sat, 6 Dec 2025 09:23:57 +0100 Subject: Remove cheroot from deps, as pinning it to <11 is no longer needed https://github.com/cherrypy/cheroot/issues/769#issuecomment-3503822116 was fixed, so we don't need to pin cheroot anymore. --- poetry.lock | 10 +++++----- pyproject.toml | 1 - 2 files changed, 5 insertions(+), 6 deletions(-) diff --git a/poetry.lock b/poetry.lock index 7d4ead7..d25792a 100644 --- a/poetry.lock +++ b/poetry.lock @@ -14,14 +14,14 @@ files = [ [[package]] name = "cheroot" -version = "10.0.1" +version = "11.1.2" description = "Highly-optimized, pure-python HTTP server" optional = false -python-versions = ">=3.6" +python-versions = ">=3.8" groups = ["main"] files = [ - {file = "cheroot-10.0.1-py3-none-any.whl", hash = "sha256:6ea332f20bfcede14e66174d112b30e9807492320d737ca628badc924d997595"}, - {file = "cheroot-10.0.1.tar.gz", hash = "sha256:e0b82f797658d26b8613ec8eb563c3b08e6bd6a7921e9d5089bd1175ad1b1740"}, + {file = "cheroot-11.1.2-py3-none-any.whl", hash = "sha256:0f6c0ba05c00fbc869fb46b1de4ec2384e1d85418ae963d3bc10ae83b688dbfa"}, + {file = "cheroot-11.1.2.tar.gz", hash = "sha256:bfb70c49663f63b0440f2b54dbc6b0d1650e56dfe4e2641f59b2c6f727b44aca"}, ] [package.dependencies] @@ -337,4 +337,4 @@ test = ["zope.testing"] [metadata] lock-version = "2.1" python-versions = ">=3.12" -content-hash = "2a10bcadffb74659dfbc9d1627d1496717b7c422ed0faa733d34d97397f303f3" +content-hash = "e79f549a690fa4b7cb4f6648b6546975f10104b48cccf7bbf8234a06b04809ae" diff --git a/pyproject.toml b/pyproject.toml index 5a601e6..ae6103c 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -10,7 +10,6 @@ requires-python = ">=3.12" dependencies = [ "cherrypy (>=18.10.0,<19.0.0)", "imap-tools (>=1.11.0,<2.0.0)", - "cheroot (<11.0.0)", "mariadb (>=1.1.14,<2.0.0)", "pygments (>=2.19.2,<3.0.0)" ] -- cgit