File tree Expand file tree Collapse file tree 2 files changed +7
-7
lines changed Expand file tree Collapse file tree 2 files changed +7
-7
lines changed Original file line number Diff line number Diff line change @@ -36,10 +36,10 @@ jobs:
36
36
# Install the cosign tool except on PR
37
37
# https://github.com/sigstore/cosign-installer
38
38
- name : Install cosign
39
- uses : sigstore/cosign-installer@v3.6 .0
39
+ uses : sigstore/cosign-installer@v3.7 .0
40
40
41
41
- name : Setup Docker buildx
42
-
42
+
43
43
44
44
# Login against a Docker registry except on PR
45
45
# https://github.com/docker/login-action
54
54
# https://github.com/docker/build-push-action
55
55
- name : Build test image
56
56
id : build-test
57
- uses : docker/build-push-action@v6.9 .0
57
+ uses : docker/build-push-action@v6.10 .0
58
58
with :
59
59
context : .
60
60
load : true
71
71
# https://github.com/docker/metadata-action
72
72
- name : Extract Docker metadata
73
73
id : meta
74
- uses : docker/metadata-action@v5.5 .1
74
+ uses : docker/metadata-action@v5.6 .1
75
75
with :
76
76
# list of Docker images to use as base name for tags
77
77
images : |
86
86
# https://github.com/docker/build-push-action
87
87
- name : Build and push production image
88
88
id : build-and-push
89
- uses : docker/build-push-action@v6.9 .0
89
+ uses : docker/build-push-action@v6.10 .0
90
90
with :
91
91
context : .
92
92
target : http_app
Original file line number Diff line number Diff line change @@ -33,7 +33,7 @@ opentelemetry-instrumentation-httpx = "*"
33
33
opentelemetry-instrumentation-sqlalchemy = " *"
34
34
pydantic = " ^2.2.1"
35
35
pydantic-settings = " ^2.0.3"
36
- python = " >=3.9 ,<3.13 "
36
+ python = " >=3.13 ,<3.14 "
37
37
rich = " ^13.2.0"
38
38
SQLAlchemy = { version = " ^2.0.0" , extras = [" asyncio" , " mypy" ] }
39
39
sqlalchemy-bind-manager = " *"
@@ -50,7 +50,7 @@ jinja2 = "^3.1.2"
50
50
opentelemetry-instrumentation-asgi = " *"
51
51
starlette-prometheus = " ^0.10.0"
52
52
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" ] }
54
54
55
55
[tool .poetry .group .dev ]
56
56
optional = true
You can’t perform that action at this time.
0 commit comments