From 77ec3d06b8d2e95b8b51ca23ed68e6701fb78d28 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sun, 15 Dec 2024 19:02:53 +0000 Subject: [PATCH] Update all non-major dependencies --- .github/workflows/ci-pipeline.yml | 10 +++++----- poetry.lock | 14 +++++++------- pyproject.toml | 2 +- 3 files changed, 13 insertions(+), 13 deletions(-) diff --git a/.github/workflows/ci-pipeline.yml b/.github/workflows/ci-pipeline.yml index 90116b96..49a12ff3 100644 --- a/.github/workflows/ci-pipeline.yml +++ b/.github/workflows/ci-pipeline.yml @@ -36,10 +36,10 @@ jobs: # Install the cosign tool except on PR # https://github.com/sigstore/cosign-installer - name: Install cosign - uses: sigstore/cosign-installer@v3.6.0 + uses: sigstore/cosign-installer@v3.7.0 - name: Setup Docker buildx - uses: docker/setup-buildx-action@v3.7.0 + uses: docker/setup-buildx-action@v3.7.1 # Login against a Docker registry except on PR # https://github.com/docker/login-action @@ -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.9.0 + uses: docker/build-push-action@v6.10.0 with: context: . load: true @@ -71,7 +71,7 @@ jobs: # https://github.com/docker/metadata-action - name: Extract Docker metadata id: meta - uses: docker/metadata-action@v5.5.1 + uses: docker/metadata-action@v5.6.1 with: # list of Docker images to use as base name for tags images: | @@ -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.9.0 + uses: docker/build-push-action@v6.10.0 with: context: . target: http_app diff --git a/poetry.lock b/poetry.lock index e594eee1..a7f7e7d4 100644 --- a/poetry.lock +++ b/poetry.lock @@ -3062,20 +3062,20 @@ zstd = ["zstandard (>=0.18.0)"] [[package]] name = "uvicorn" -version = "0.31.1" +version = "0.34.0" description = "The lightning-fast ASGI server." optional = false -python-versions = ">=3.8" +python-versions = ">=3.9" files = [ - {file = "uvicorn-0.31.1-py3-none-any.whl", hash = "sha256:adc42d9cac80cf3e51af97c1851648066841e7cfb6993a4ca8de29ac1548ed41"}, - {file = "uvicorn-0.31.1.tar.gz", hash = "sha256:f5167919867b161b7bcaf32646c6a94cdbd4c3aa2eb5c17d36bb9aa5cfd8c493"}, + {file = "uvicorn-0.34.0-py3-none-any.whl", hash = "sha256:023dc038422502fa28a09c7a30bf2b6991512da7dcdb8fd35fe57cfc154126f4"}, + {file = "uvicorn-0.34.0.tar.gz", hash = "sha256:404051050cd7e905de2c9a7e61790943440b3416f49cb409f965d9dcd0fa73e9"}, ] [package.dependencies] click = ">=7.0" colorama = {version = ">=0.4", optional = true, markers = "sys_platform == \"win32\" and extra == \"standard\""} h11 = ">=0.8" -httptools = {version = ">=0.5.0", optional = true, markers = "extra == \"standard\""} +httptools = {version = ">=0.6.3", optional = true, markers = "extra == \"standard\""} python-dotenv = {version = ">=0.13", optional = true, markers = "extra == \"standard\""} pyyaml = {version = ">=5.1", optional = true, markers = "extra == \"standard\""} typing-extensions = {version = ">=4.0", markers = "python_version < \"3.11\""} @@ -3084,7 +3084,7 @@ watchfiles = {version = ">=0.13", optional = true, markers = "extra == \"standar websockets = {version = ">=10.4", optional = true, markers = "extra == \"standard\""} [package.extras] -standard = ["colorama (>=0.4)", "httptools (>=0.5.0)", "python-dotenv (>=0.13)", "pyyaml (>=5.1)", "uvloop (>=0.14.0,!=0.15.0,!=0.15.1)", "watchfiles (>=0.13)", "websockets (>=10.4)"] +standard = ["colorama (>=0.4)", "httptools (>=0.6.3)", "python-dotenv (>=0.13)", "pyyaml (>=5.1)", "uvloop (>=0.14.0,!=0.15.0,!=0.15.1)", "watchfiles (>=0.13)", "websockets (>=10.4)"] [[package]] name = "uvloop" @@ -3472,4 +3472,4 @@ type = ["pytest-mypy"] [metadata] lock-version = "2.0" python-versions = ">=3.9,<3.14" -content-hash = "a05befe5569399d49c3274b21d7a5fd73df3b3f1a783bd7dba3d3f4889f2fe37" +content-hash = "68f635d42f9a1652be727bcbeb5dbac4a6cc0a68d1400c393993716407b94890" diff --git a/pyproject.toml b/pyproject.toml index 6f45f0c9..74cbc8d9 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -50,7 +50,7 @@ jinja2 = "^3.1.2" opentelemetry-instrumentation-asgi = "*" starlette-prometheus = "^0.10.0" strawberry-graphql = { version = ">=0.204.0", extras = ["debug-server"] } -uvicorn = { version = "^0.31.0", extras = ["standard"] } +uvicorn = { version = "^0.34.0", extras = ["standard"] } [tool.poetry.group.dev] optional = true