Skip to content

Commit

Permalink
Update python dependencies (#25545)
Browse files Browse the repository at this point in the history
Update pytest, pytest plugins, py and rsa python dependencies 
used in testing and development scenarios.
  • Loading branch information
jsoriano authored May 6, 2021
1 parent 7a49ca1 commit a0d3c74
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
8 changes: 4 additions & 4 deletions libbeat/tests/system/requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ jmespath==0.9.5
pyasn1==0.4.8
python-dateutil==2.8.1
PyYAML==5.4.1
rsa==3.4.2
rsa==4.7.2
s3transfer==0.3.3
six==1.14.0
urllib3==1.25.9

0 comments on commit a0d3c74

Please sign in to comment.