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

Commit

Permalink
feat(Dependencies): Update all non-major dependencies
Browse files Browse the repository at this point in the history
| datasource  | package                          | from   | to     |
| ----------- | -------------------------------- | ------ | ------ |
| galaxy      | andrewrothstein.miniconda        | v6.1.9 | v6.2.0 |
| docker      | docker.elastic.co/beats/filebeat | 8.9.2  | 8.10.0 |
| github-tags | psf/black                        | 23.7.0 | 23.9.1 |
| pypi        | setuptools                       | 68.1.2 | 68.2.1 |
  • Loading branch information
renovate[bot] authored Sep 12, 2023
1 parent 3488a69 commit 9d48da3
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 5 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.7.0
rev: 23.9.1
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.9.2
image: docker.elastic.co/beats/filebeat:8.10.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.9.2
image: docker.elastic.co/beats/filebeat:8.10.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
@@ -1,4 +1,4 @@
setuptools==68.1.2
setuptools==68.2.1
thrift==0.16.0
python-keystoneclient==5.1.0
openstacksdk ==1.5.0
Expand Down
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.1.9
version: v6.2.0

- name: andrewrothstein.conda-env

0 comments on commit 9d48da3

Please sign in to comment.