From 507bb1b922be4f9094180bb43c752fc86aa6c06e Mon Sep 17 00:00:00 2001 From: "red-hat-konflux[bot]" <126015336+red-hat-konflux[bot]@users.noreply.github.com> Date: Sat, 23 Nov 2024 20:10:57 +0000 Subject: [PATCH] Update dependency CherryPy to v18.10.0 Signed-off-by: red-hat-konflux <126015336+red-hat-konflux[bot]@users.noreply.github.com> --- requirements.txt | 2 +- setup.py | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/requirements.txt b/requirements.txt index 619c5ef..4a2cbf3 100644 --- a/requirements.txt +++ b/requirements.txt @@ -12,7 +12,7 @@ attrs==21.2.0 # via pytest cheroot==8.5.2 # via cherrypy -cherrypy==18.1.1 +cherrypy==18.10.0 # via -r requirements.in click==7.0 # via -r requirements.in diff --git a/setup.py b/setup.py index eba8e08..ccda3c0 100644 --- a/setup.py +++ b/setup.py @@ -12,7 +12,7 @@ requirements = [ - 'CherryPy==18.1.1', + 'CherryPy==18.10.0', 'Click==7.0', 'PyYAML==5.4', 'mock==3.0.5',