Skip to content

Commit bbd9bad

Browse files
Update all non-major dependencies
1 parent eb3bea1 commit bbd9bad

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

.github/workflows/ci-pipeline.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -36,10 +36,10 @@ jobs:
3636
# Install the cosign tool except on PR
3737
# https://github.com/sigstore/cosign-installer
3838
- name: Install cosign
39-
uses: sigstore/cosign-installer@v3.6.0
39+
uses: sigstore/cosign-installer@v3.7.0
4040

4141
- name: Setup Docker buildx
42-
uses: docker/[email protected].0
42+
uses: docker/[email protected].1
4343

4444
# Login against a Docker registry except on PR
4545
# https://github.com/docker/login-action
@@ -71,7 +71,7 @@ jobs:
7171
# https://github.com/docker/metadata-action
7272
- name: Extract Docker metadata
7373
id: meta
74-
uses: docker/metadata-action@v5.5.1
74+
uses: docker/metadata-action@v5.6.1
7575
with:
7676
# list of Docker images to use as base name for tags
7777
images: |

pyproject.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ opentelemetry-instrumentation-httpx = "*"
3333
opentelemetry-instrumentation-sqlalchemy = "*"
3434
pydantic = "^2.2.1"
3535
pydantic-settings = "^2.0.3"
36-
python = ">=3.9,<3.13"
36+
python = ">=3.13,<3.14"
3737
rich = "^13.2.0"
3838
SQLAlchemy = { version = "^2.0.0", extras = ["asyncio", "mypy"] }
3939
sqlalchemy-bind-manager = "*"
@@ -50,7 +50,7 @@ jinja2 = "^3.1.2"
5050
opentelemetry-instrumentation-asgi = "*"
5151
starlette-prometheus = "^0.10.0"
5252
strawberry-graphql = { version = ">=0.204.0", extras = ["debug-server"] }
53-
uvicorn = { version = "^0.31.0", extras = ["standard"] }
53+
uvicorn = { version = "^0.32.0", extras = ["standard"] }
5454

5555
[tool.poetry.group.dev]
5656
optional = true

0 commit comments

Comments
 (0)