From 2b0b27079ca6ca08f311255f9e3bac8a16c6d989 Mon Sep 17 00:00:00 2001 From: Jaime Soriano Pastor Date: Thu, 13 May 2021 10:30:23 +0200 Subject: [PATCH] Update python dependencies (#25545) (#25576) Update pytest, pytest plugins, py and rsa python dependencies used in testing and development scenarios. (cherry picked from commit a0d3c74c445187936802c5f87d3bdc19e6955e04) --- libbeat/tests/system/requirements.txt | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/libbeat/tests/system/requirements.txt b/libbeat/tests/system/requirements.txt index 86071d5dd65..72b2af54192 100644 --- a/libbeat/tests/system/requirements.txt +++ b/libbeat/tests/system/requirements.txt @@ -26,13 +26,13 @@ ordered-set==3.1.1 packaging==20.4 parameterized==0.7.0 pluggy==0.13.1 -py==1.9.0 +py==1.10.0 pycodestyle==2.6.0 pyparsing==2.4.7 pyrsistent==0.16.0 -pytest==6.0.1 -pytest-timeout==1.3.4 -pytest-rerunfailures==9.0 +pytest==6.2.4 +pytest-timeout==1.4.2 +pytest-rerunfailures==9.1.1 PyYAML==5.3.1 redis==2.10.6 requests==2.20.0