File tree Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Original file line number Diff line number Diff 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/setup-buildx-action@v3.7.0
42+ uses : docker/setup-buildx-action@v3.7.1
4343
4444 # Login against a Docker registry except on PR
4545 # https://github.com/docker/login-action
Original file line number Diff line number Diff line change @@ -33,7 +33,7 @@ opentelemetry-instrumentation-httpx = "*"
3333opentelemetry-instrumentation-sqlalchemy = " *"
3434pydantic = " ^2.2.1"
3535pydantic-settings = " ^2.0.3"
36- python = " >=3.9 ,<3.13 "
36+ python = " >=3.13 ,<3.14 "
3737rich = " ^13.2.0"
3838SQLAlchemy = { version = " ^2.0.0" , extras = [" asyncio" , " mypy" ] }
3939sqlalchemy-bind-manager = " *"
@@ -50,7 +50,7 @@ jinja2 = "^3.1.2"
5050opentelemetry-instrumentation-asgi = " *"
5151starlette-prometheus = " ^0.10.0"
5252strawberry-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 ]
5656optional = true
You can’t perform that action at this time.
0 commit comments