Skip to content

Commit

Permalink
Fix order in requirements.txt.
Browse files Browse the repository at this point in the history
  • Loading branch information
cmacknz committed Apr 5, 2024
1 parent 7ab0e0a commit b7918e5
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 9 deletions.
8 changes: 4 additions & 4 deletions libbeat/tests/system/requirements.txt
Original file line number Diff line number Diff line change
@@ -1,12 +1,14 @@
requests==2.31.0
urllib3==1.26.18
docker==6.1.3
docker-compose @ git+https://github.com/pkoutsovasilis/compose@v1_fix
attrs==19.3.0
autopep8==1.5.4
backports.ssl-match-hostname==3.5.0.1
cached-property==1.4.2
certifi==2018.1.18
chardet==3.0.4
deepdiff==4.2.0
docker==6.1.3
docker-compose @ git+https://github.com/pkoutsovasilis/compose@v1_fix
docker-pycreds==0.4.0
dockerpty==0.4.1
docopt==0.6.2
Expand Down Expand Up @@ -38,15 +40,13 @@ pytest-rerunfailures==9.1.1
pytest-timeout==1.4.2
PyYAML==5.3.1
redis==2.10.6
requests==2.31.0
semver==2.8.1
setuptools==47.3.2
six==1.15.0
stomp.py==4.1.22
termcolor==1.1.0
texttable==0.9.1
toml==0.10.1
urllib3==1.26.18
wcwidth==0.2.5
websocket-client==0.47.0
zipp>=1.2.0,<=3.1.0
Expand Down
9 changes: 4 additions & 5 deletions libbeat/tests/system/requirements_aix.txt
Original file line number Diff line number Diff line change
@@ -1,12 +1,14 @@
requests==2.31.0
urllib3==1.26.18
docker==6.1.3
docker-compose @ git+https://github.com/pkoutsovasilis/compose@v1_fix
attrs==19.3.0
autopep8==1.5.4
backports.ssl-match-hostname==3.5.0.1
cached-property==1.4.2
certifi==2018.1.18
chardet==3.0.4
deepdiff==4.2.0
docker==6.1.3
docker-compose @ git+https://github.com/pkoutsovasilis/compose@v1_fix
docker-pycreds==0.4.0
dockerpty==0.4.1
docopt==0.6.2
Expand Down Expand Up @@ -38,16 +40,13 @@ pytest-rerunfailures==9.1.1
pytest-timeout==1.4.2
PyYAML==5.3.1
redis==2.10.6
requests==2.31.0
semver==2.8.1
setuptools==47.3.2
six==1.15.0
stomp.py==4.1.22
termcolor==1.1.0
texttable==0.9.1
toml==0.10.1
urllib3==1.26.18
wcwidth==0.2.5
websocket-client==0.47.0
zipp>=1.2.0,<=3.1.0
protobuf==3.19.4 #Temporary change because of protobuf new version bug: https://github.com/protocolbuffers/protobuf/issues/10051

0 comments on commit b7918e5

Please sign in to comment.