Skip to content

Commit

Permalink
ci: bump compose fork, and PyYAML
Browse files Browse the repository at this point in the history
  • Loading branch information
pkoutsovasilis committed Jun 20, 2024
1 parent b231c14 commit 3cc0a30
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 8 deletions.
6 changes: 3 additions & 3 deletions libbeat/tests/system/requirements.txt
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
requests==2.32.3
urllib3==2.2.2
urllib3==1.26.19
docker==7.1.0
docker-compose @ git+https://github.com/pkoutsovasilis/compose@27a9e2cecf64f30a6212bb1b1e843c229c4aeeeb
docker-compose @ git+https://github.com/pkoutsovasilis/compose@2c4d825881a624bd87c390a13f362ae76dcd6180
async-timeout==4.0.3
attrs==19.3.0
autopep8==1.5.4
Expand Down Expand Up @@ -58,7 +58,7 @@ pytest==7.3.2
pytest-rerunfailures==9.1.1
pytest-timeout==1.4.2
python-dotenv==0.21.1
PyYAML==5.3.1
PyYAML==6.0.1
redis==4.4.4
semver==2.8.1
six==1.15.0
Expand Down
10 changes: 5 additions & 5 deletions metricbeat/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -23,11 +23,11 @@ ENV PATH="$VIRTUAL_ENV/bin:$PATH"

RUN pip3 install --upgrade pip==20.1.1
RUN pip3 install --upgrade setuptools==47.3.2
RUN pip3 install --upgrade PyYAML==5.3.1
RUN pip3 install requests==2.31.0
RUN pip3 install urllib3==1.26.18
RUN pip3 install docker==6.1.3
RUN pip3 install git+https://github.com/pkoutsovasilis/compose@v1_fix
RUN pip3 install --upgrade PyYAML==6.0.1
RUN pip3 install requests==2.32.3
RUN pip3 install urllib3==1.26.19
RUN pip3 install docker==7.0.1
RUN pip3 install git+https://github.com/pkoutsovasilis/compose@2c4d825881a624bd87c390a13f362ae76dcd6180

# Oracle instant client
RUN cd /usr/lib \
Expand Down

0 comments on commit 3cc0a30

Please sign in to comment.