Skip to content

Commit 8075814

Browse files
authored
Merge branch 'main' into slice-status
2 parents 15e7940 + b0c1642 commit 8075814

4 files changed

Lines changed: 5 additions & 5 deletions

File tree

fabric_cf/authority/docker-compose.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@ services:
5454
network: host
5555
context: ../../../
5656
dockerfile: Dockerfile-auth
57-
image: authority:1.9.1
57+
image: authority:1.9.2
5858
container_name: site1-am
5959
restart: always
6060
depends_on:

fabric_cf/broker/docker-compose.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,7 @@ services:
5555
build:
5656
context: ../../../
5757
dockerfile: Dockerfile-broker
58-
image: broker:1.9.1
58+
image: broker:1.9.2
5959
container_name: broker
6060
restart: always
6161
networks:

fabric_cf/orchestrator/docker-compose.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -69,7 +69,7 @@ services:
6969
build:
7070
context: ../../../
7171
dockerfile: Dockerfile-orchestrator
72-
image: orchestrator:1.9.1
72+
image: orchestrator:1.9.2
7373
container_name: orchestrator
7474
restart: always
7575
depends_on:

pyproject.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -18,15 +18,15 @@ keywords = ["Swagger", "Fabric Control Framework"]
1818
requires-python = '>=3.9'
1919
dependencies = [
2020
"requests >= 2.28.1",
21-
"cryptography==43.0.3",
21+
"cryptography",
2222
"psycopg2-binary",
2323
"sqlalchemy",
2424
"waitress",
2525
"prometheus_client",
2626
"connexion==2.14.2",
2727
"swagger-ui-bundle==0.0.9",
2828
"PyYAML",
29-
"fabric_fss_utils==1.6.0",
29+
"fabric_fss_utils==1.6.2",
3030
"fabric-message-bus==1.10.0",
3131
"fabric-fim==1.9.1",
3232
"fabrictestbed==1.9.1",

0 commit comments

Comments
 (0)