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

Commit

Permalink
Merge branch 'deps/all-minor-patch' of github.com:deNBI/cloud-portal-…
Browse files Browse the repository at this point in the history
…client into deps/all-minor-patch
  • Loading branch information
vktrrdk committed Mar 20, 2024
2 parents 950d4a1 + b3f4594 commit 3e13425
Show file tree
Hide file tree
Showing 6 changed files with 10 additions and 10 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/blacked.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ jobs:
- name: Create Pull Request
if: steps.git-check.outputs.modified == 'true'
id: cpr
uses: peter-evans/[email protected].0
uses: peter-evans/[email protected].2
with:
token: ${{ secrets.GITHUB_TOKEN }}
commit-message: fix(Linting):blacked code
Expand Down
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: 24.2.0
rev: 24.3.0
hooks:
- id: black
- repo: https://github.com/sondrelg/pep585-upgrade
Expand All @@ -27,7 +27,7 @@ repos:
- id: flynt

- repo: https://github.com/myint/autoflake
rev: v2.3.0
rev: v2.3.1
hooks:
- id: autoflake
args:
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.12.1
image: docker.elastic.co/beats/filebeat:8.12.2
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.1
image: docker.elastic.co/beats/filebeat:8.12.2
env_file:
- .env
volumes:
Expand Down
8 changes: 4 additions & 4 deletions requirements.txt
Original file line number Diff line number Diff line change
@@ -1,14 +1,14 @@
setuptools==69.1.0
setuptools==69.2.0
thrift==0.16.0
python-keystoneclient==5.3.0
python-keystoneclient==5.4.0
openstacksdk ==2.1.0
deprecated ==1.2.14
Click==8.1.7
ansible==9.2.0
ansible==9.3.0
flake8==7.0.0
paramiko==3.4.0
ruamel.yaml==0.18.6
pyvim==3.0.3
redis==5.0.1
redis==5.0.3
requests==2.31.0
pyyaml==6.0.1
2 changes: 1 addition & 1 deletion requirements.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,6 @@ roles:


- name: andrewrothstein.miniconda
version: v6.2.0
version: v6.3.0

- name: andrewrothstein.conda-env

0 comments on commit 3e13425

Please sign in to comment.