Skip to content

Commit

Permalink
Update all dependencies (#316)
Browse files Browse the repository at this point in the history
* Update all dependencies

Signed-off-by: redhat-renovate-bot <[email protected]>

* [pre-commit.ci] auto fixes from pre-commit.com hooks

for more information, see https://pre-commit.ci

---------

Signed-off-by: redhat-renovate-bot <[email protected]>
Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
  • Loading branch information
redhat-renovate-bot and pre-commit-ci[bot] authored Jan 13, 2025
1 parent 82b1742 commit 49ff9b5
Show file tree
Hide file tree
Showing 4 changed files with 9 additions and 10 deletions.
6 changes: 3 additions & 3 deletions .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ repos:

# Linter and formatter
- repo: https://github.com/astral-sh/ruff-pre-commit
rev: v0.8.6
rev: v0.9.1
hooks:
- id: ruff
args:
Expand All @@ -71,7 +71,7 @@ repos:

# Security linter
- repo: https://github.com/pycqa/bandit
rev: 1.8.0
rev: 1.8.2
hooks:
- id: bandit
name: bandit
Expand All @@ -85,6 +85,6 @@ repos:

# renovate.json validator
- repo: https://github.com/renovatebot/pre-commit-hooks
rev: 39.91.3
rev: 39.100.1
hooks:
- id: renovate-config-validator
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM quay.io/fedora/python-313:20250101@sha256:208f88c0d45e010bca6f8adab9534c6408a51e16423d89a115c094feb5fd155d AS builder
FROM quay.io/fedora/python-313:20250108@sha256:214d28a932504676e4c148ab20f866d93114337f2384741561e7c5070231422f AS builder

# builder should use root to install/create all files
USER root
Expand Down
8 changes: 4 additions & 4 deletions docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -36,15 +36,15 @@ services:
- 127.0.0.1:9125:9125 # statsd

resultsdb-db: &resultsdb-db
image: postgres:17.2-alpine@sha256:d37d2c160d34430877c802e5adc22824a2ad453499db9bab1a2ceb2be6c1a46f
image: postgres:17.2-alpine@sha256:0bcc5bbbb2aa9c9b4c6505845918c7eb55d783cf5c1f434fac33012579fb149d
restart: always
env_file: ["docker/resultsdb-db.env"]
healthcheck:
<<: *greenwave-healthcheck
test: "pg_isready -U postgres || exit 1"

resultsdb:
image: quay.io/factory2/resultsdb@sha256:88d3132f686d5e9be93a0cf4a155db9259bbb3e5e8d016fba5a06f5bb1f89b35
image: quay.io/factory2/resultsdb@sha256:6eb4c4a5104cc407e5766c78e9b8f30bc3d01f438694256271164b0558743312
environment:
- GREENWAVE_LISTENERS=${GREENWAVE_LISTENERS:-1}
command: ["bash", "-c", "/start.sh"]
Expand All @@ -68,7 +68,7 @@ services:
env_file: ["docker/waiverdb-db.env"]

waiverdb:
image: quay.io/factory2/waiverdb@sha256:a7e9956110c69d321a3f33ec153b98f0481ca758bef63296a6e5a0e3085ac8ab
image: quay.io/factory2/waiverdb@sha256:273c035ca72fee174166ea1f23143b27780b120d9b143980e8d0c956a05c66db
env_file: ["docker/waiverdb.env"]
environment:
- GREENWAVE_LISTENERS=${GREENWAVE_LISTENERS:-1}
Expand Down Expand Up @@ -145,7 +145,7 @@ services:
replicas: ${GREENWAVE_LISTENERS:-1}

jaeger:
image: quay.io/jaegertracing/all-in-one:latest@sha256:7e9591218e7ddd51e568ef892e3ea190ae420ecf97c4d718910a3f57e076c216
image: quay.io/jaegertracing/all-in-one:latest@sha256:12fa17a231abded2c3b5b715bd252a043678495c588cbe772173991fbdcdf7c8
ports:
- 127.0.0.1:6831:6831/udp
- 127.0.0.1:6832:6832/udp
Expand Down
3 changes: 1 addition & 2 deletions greenwave/tests/test_listeners.py
Original file line number Diff line number Diff line change
Expand Up @@ -26,8 +26,7 @@
".VirtualTopic.eng.resultsdb.result.new"
)
WAIVERDB_QUEUE = (
"/queue/Consumer.client-greenwave.dev-waiverdb"
".VirtualTopic.eng.waiverdb.waiver.new"
"/queue/Consumer.client-greenwave.dev-waiverdb.VirtualTopic.eng.waiverdb.waiver.new"
)
CONFIG_NAME = "greenwave.config.TestingConfig"

Expand Down

0 comments on commit 49ff9b5

Please sign in to comment.