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

Commit

Permalink
Branch was auto-updated.
Browse files Browse the repository at this point in the history
  • Loading branch information
denbicloud authored Nov 8, 2023
2 parents b85d6d6 + 77b9144 commit 08b5eb3
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ repos:
- id: check-yaml

- repo: https://github.com/psf/black
rev: 23.10.1
rev: 23.11.0
hooks:
- id: black
- repo: https://github.com/sondrelg/pep585-upgrade
Expand Down
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.10.4
image: docker.elastic.co/beats/filebeat:8.11.0
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.10.4
image: docker.elastic.co/beats/filebeat:8.11.0
env_file:
- .env
volumes:
Expand Down
2 changes: 1 addition & 1 deletion requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ python-keystoneclient==5.2.0
openstacksdk ==1.5.0
deprecated ==1.2.14
Click==8.1.7
ansible==8.5.0
ansible==8.6.0
flake8==6.1.0
paramiko==3.3.1
ruamel.yaml==0.18.5
Expand Down

0 comments on commit 08b5eb3

Please sign in to comment.