aboutsummaryrefslogtreecommitdiffstats
path: root/requirements.txt
diff options
context:
space:
mode:
authorMichal Jagiello <michal.jagiello@t-mobile.pl>2021-03-01 12:18:40 +0000
committerMichal Jagiello <michal.jagiello@t-mobile.pl>2021-03-01 17:22:43 +0000
commit0c64286c427fe56978ac5845df0ac9566997aaa8 (patch)
treef5c2dac0a1f4a4877c67e284c56e115ae6f5c9c1 /requirements.txt
parent772abb2bb14d6d0def8bbaf725f9b14bff5c2f8a (diff)
Use newer requirements.5.1.2
CherryPy had an issue which raises an exception when application starts. That change updates all requirements. Issue-ID: DCAEGEN2-2652 Signed-off-by: Michal Jagiello <michal.jagiello@t-mobile.pl> Change-Id: Ifab5df03792b947f86fba7c6af7f6c76f20d6e84
Diffstat (limited to 'requirements.txt')
-rw-r--r--requirements.txt8
1 files changed, 4 insertions, 4 deletions
diff --git a/requirements.txt b/requirements.txt
index 632dfe5..49caf0f 100644
--- a/requirements.txt
+++ b/requirements.txt
@@ -1,4 +1,4 @@
-CherryPy>=15.0.0,<16.0.0
-psutil>=5.4.5,<6.0.0
-requests>=2.18.4,<3.0.0
-websocket-client==0.53.0
+CherryPy==18.6.0
+psutil==5.8.0
+requests==2.25.1
+websocket-client==0.57.0