Skip to content

Commit 58fa14c

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

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
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: 1 addition & 1 deletion
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 = "*"

0 commit comments

Comments
 (0)