Skip to content

Commit 869bb37

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

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

.github/workflows/ci-pipeline.yml

Lines changed: 2 additions & 2 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

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)