diff --git a/.github/workflows/ci-pipeline.yml b/.github/workflows/ci-pipeline.yml index f6e0f3ec..c3dc122c 100644 --- a/.github/workflows/ci-pipeline.yml +++ b/.github/workflows/ci-pipeline.yml @@ -54,7 +54,7 @@ jobs: # https://github.com/docker/build-push-action - name: Build test image id: build-test - uses: docker/build-push-action@v6.7.0 + uses: docker/build-push-action@v6.8.0 with: context: . load: true @@ -86,7 +86,7 @@ jobs: # https://github.com/docker/build-push-action - name: Build and push production image id: build-and-push - uses: docker/build-push-action@v6.7.0 + uses: docker/build-push-action@v6.8.0 with: context: . target: http_app diff --git a/poetry.lock b/poetry.lock index 8ac35f6f..96cf75ff 100644 --- a/poetry.lock +++ b/poetry.lock @@ -2955,13 +2955,13 @@ zstd = ["zstandard (>=0.18.0)"] [[package]] name = "uvicorn" -version = "0.30.6" +version = "0.31.0" description = "The lightning-fast ASGI server." optional = false python-versions = ">=3.8" files = [ - {file = "uvicorn-0.30.6-py3-none-any.whl", hash = "sha256:65fd46fe3fda5bdc1b03b94eb634923ff18cd35b2f084813ea79d1f103f711b5"}, - {file = "uvicorn-0.30.6.tar.gz", hash = "sha256:4b15decdda1e72be08209e860a1e10e92439ad5b97cf44cc945fcbee66fc5788"}, + {file = "uvicorn-0.31.0-py3-none-any.whl", hash = "sha256:cac7be4dd4d891c363cd942160a7b02e69150dcbc7a36be04d5f4af4b17c8ced"}, + {file = "uvicorn-0.31.0.tar.gz", hash = "sha256:13bc21373d103859f68fe739608e2eb054a816dea79189bc3ca08ea89a275906"}, ] [package.dependencies] @@ -3392,4 +3392,4 @@ type = ["pytest-mypy"] [metadata] lock-version = "2.0" python-versions = ">=3.9,<3.13" -content-hash = "7aab9c0d76d53ed5885812b3332bd93876e7b371501fa45d237b3d7751a75d12" +content-hash = "6ec3dd628565088d9845bab515af4c48ac29848d9874e9f704c6492b9e134562" diff --git a/pyproject.toml b/pyproject.toml index cd29e5d2..733cf233 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -48,7 +48,7 @@ jinja2 = "^3.1.2" opentelemetry-instrumentation-fastapi = "*" starlette-prometheus = "^0.10.0" strawberry-graphql = { version = ">=0.204.0", extras = ["debug-server"] } -uvicorn = { version = "^0.30.0", extras = ["standard"] } +uvicorn = { version = "^0.31.0", extras = ["standard"] } [tool.poetry.group.dev] optional = true