Skip to content
This repository has been archived by the owner on May 27, 2024. It is now read-only.

Commit

Permalink
Merge pull request #1635 from deNBI/deps/all-minor-patch
Browse files Browse the repository at this point in the history
feat(Dependencies): Update all non-major dependencies (minor)
  • Loading branch information
vktrrdk authored Apr 3, 2024
2 parents cd05a30 + 6f01cb3 commit 42d79ac
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion docker-compose.bibigrid.yml
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ services:

# filebeat
filebeat:
image: docker.elastic.co/beats/filebeat:8.12.2
image: docker.elastic.co/beats/filebeat:8.13.1
env_file:
- .env
volumes:
Expand Down
2 changes: 1 addition & 1 deletion docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ services:
# filebeat
filebeat:
container_name: client_filebeat
image: docker.elastic.co/beats/filebeat:8.12.2
image: docker.elastic.co/beats/filebeat:8.13.1
env_file:
- .env
volumes:
Expand Down
4 changes: 2 additions & 2 deletions requirements.txt
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
setuptools==69.2.0
thrift==0.16.0
thrift==0.20.0
python-keystoneclient==5.4.0
openstacksdk ==2.1.0
deprecated ==1.2.14
Click==8.1.7
ansible==9.3.0
ansible==9.4.0
flake8==7.0.0
paramiko==3.4.0
ruamel.yaml==0.18.6
Expand Down

0 comments on commit 42d79ac

Please sign in to comment.