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

Commit

Permalink
Merge branch 'dev' into staging
Browse files Browse the repository at this point in the history
  • Loading branch information
vktrrdk committed Jan 25, 2024
2 parents cd6a879 + 6dafa5d commit b1687e9
Show file tree
Hide file tree
Showing 6 changed files with 10 additions and 10 deletions.
4 changes: 2 additions & 2 deletions .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.11.0
rev: 23.12.1
hooks:
- id: black
- repo: https://github.com/sondrelg/pep585-upgrade
Expand All @@ -18,7 +18,7 @@ repos:
- id: upgrade-type-hints

- repo: https://github.com/PyCQA/isort
rev: 5.12.0
rev: 5.13.2
hooks:
- id: isort
- repo: https://github.com/neutrinoceros/flynt/
Expand Down
4 changes: 2 additions & 2 deletions docker-compose.bibigrid.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ services:

client_redis:
container_name: client_redis
image: redis:7.2.3
image: redis:7.2.4
expose:
- "6379"
healthcheck:
Expand All @@ -45,7 +45,7 @@ services:

# filebeat
filebeat:
image: docker.elastic.co/beats/filebeat:8.11.3
image: docker.elastic.co/beats/filebeat:8.12.0
env_file:
- .env
volumes:
Expand Down
2 changes: 1 addition & 1 deletion docker-compose.dev.bibigrid.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ services:

client_redis:
container_name: client_redis
image: redis:7.2.3
image: redis:7.2.4
expose:
- "6379"
healthcheck:
Expand Down
2 changes: 1 addition & 1 deletion docker-compose.dev.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ services:

client_redis:
container_name: client_redis
image: redis:7.2.3
image: redis:7.2.4
expose:
- "6379"
healthcheck:
Expand Down
4 changes: 2 additions & 2 deletions docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ services:

client_redis:
container_name: client_redis
image: redis:7.2.3
image: redis:7.2.4
expose:
- "6379"
healthcheck:
Expand All @@ -32,7 +32,7 @@ services:
# filebeat
filebeat:
container_name: client_filebeat
image: docker.elastic.co/beats/filebeat:8.11.3
image: docker.elastic.co/beats/filebeat:8.12.0
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,7 +1,7 @@
setuptools==68.2.2
thrift==0.16.0
python-keystoneclient==5.2.0
openstacksdk ==2.0.0
python-keystoneclient==5.3.0
openstacksdk ==2.1.0
deprecated ==1.2.14
Click==8.1.7
ansible==5.0.1
Expand Down

0 comments on commit b1687e9

Please sign in to comment.