Skip to content

Commit bd3408b

Browse files
Update all non-major dependencies (#206)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent 3c2b323 commit bd3408b

File tree

3 files changed

+7
-7
lines changed

3 files changed

+7
-7
lines changed

.github/workflows/ci-pipeline.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@ jobs:
5454
# https://github.com/docker/build-push-action
5555
- name: Build test image
5656
id: build-test
57-
uses: docker/build-push-action@v6.7.0
57+
uses: docker/build-push-action@v6.8.0
5858
with:
5959
context: .
6060
load: true
@@ -86,7 +86,7 @@ jobs:
8686
# https://github.com/docker/build-push-action
8787
- name: Build and push production image
8888
id: build-and-push
89-
uses: docker/build-push-action@v6.7.0
89+
uses: docker/build-push-action@v6.8.0
9090
with:
9191
context: .
9292
target: http_app

poetry.lock

Lines changed: 4 additions & 4 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@ jinja2 = "^3.1.2"
4848
opentelemetry-instrumentation-fastapi = "*"
4949
starlette-prometheus = "^0.10.0"
5050
strawberry-graphql = { version = ">=0.204.0", extras = ["debug-server"] }
51-
uvicorn = { version = "^0.30.0", extras = ["standard"] }
51+
uvicorn = { version = "^0.31.0", extras = ["standard"] }
5252

5353
[tool.poetry.group.dev]
5454
optional = true

0 commit comments

Comments
 (0)