Skip to content

Commit

Permalink
wip(don't merge): experimenting in bump requests
Browse files Browse the repository at this point in the history
  • Loading branch information
pkoutsovasilis committed Jun 20, 2024
1 parent 89669df commit 922bb35
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 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.31.0
requests==2.32.2
urllib3==1.26.18
docker==6.1.3
docker-compose @ git+https://github.com/pkoutsovasilis/compose@v1_fix
docker @ git+https://github.com/pkoutsovasilis/docker-py@6.1.3_fix
docker-compose @ git+https://github.com/pkoutsovasilis/compose@v1_fix_custom_docker
async-timeout==4.0.3
attrs==19.3.0
autopep8==1.5.4
Expand Down
6 changes: 3 additions & 3 deletions metricbeat/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -24,10 +24,10 @@ 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 requests==2.32.2
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 git+https://github.com/pkoutsovasilis/docker-py@6.1.3_fix
RUN pip3 install git+https://github.com/pkoutsovasilis/compose@v1_fix_custom_docker

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

0 comments on commit 922bb35

Please sign in to comment.