Skip to content

Commit ef5eaa2

Browse files
Pin dependencies
1 parent cc321b2 commit ef5eaa2

File tree

232 files changed

+446
-446
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

232 files changed

+446
-446
lines changed

.devcontainer/aws/Dockerfile

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
FROM ghcr.io/pulumi/devcontainer:extra
1+
FROM ghcr.io/pulumi/devcontainer:extra@sha256:e8534db8f45cfd886f74ce806ab71aaa7b5016a880570dc5d984dc56a0b106f4
22

33
##################################################################################
44
# Install AWS CLI v2

.github/actions/setup/action.yml

+7-7
Original file line numberDiff line numberDiff line change
@@ -88,22 +88,22 @@ runs:
8888
using: composite
8989
steps:
9090
- name: Install .NET
91-
uses: actions/setup-dotnet@v4
91+
uses: actions/setup-dotnet@3e891b0cb619bf60e2c25674b222b8940e2c1c25 # v4
9292
with:
9393
dotnet-version: ${{inputs.dotnet-version}}
9494

9595
- name: Install Node.js
96-
uses: actions/setup-node@v4
96+
uses: actions/setup-node@39370e3970a6d050c480ffad4ff0ed4d3fdee5af # v4
9797
with:
9898
node-version: ${{inputs.node-version}}
9999

100100
- name: Install Python
101-
uses: actions/setup-python@v5
101+
uses: actions/setup-python@0b93645e9fea7318ecaed2b359559ac225c90a2b # v5
102102
with:
103103
python-version: ${{inputs.python-version}}
104104

105105
- name: Install Go
106-
uses: actions/setup-go@v5
106+
uses: actions/setup-go@3041bf56c941b39c61721a86cd11f3bb1338122a # v5
107107
with:
108108
go-version: ${{inputs.go-version}}
109109
cache-dependency-path: "**/go.sum"
@@ -149,7 +149,7 @@ runs:
149149

150150
- name: Authenticate with AWS
151151
id: aws-auth
152-
uses: aws-actions/configure-aws-credentials@v4
152+
uses: aws-actions/configure-aws-credentials@e3dd6a429d7300a6a4c196c26e071d42e0343502 # v4
153153
with:
154154
aws-access-key-id: ${{ inputs.aws-access-key-id }}
155155
aws-secret-access-key: ${{ inputs.aws-secret-access-key }}
@@ -161,13 +161,13 @@ runs:
161161
output-credentials: true
162162

163163
- name: Authenticate with Google Cloud
164-
uses: google-github-actions/auth@v2
164+
uses: google-github-actions/auth@6fc4af4b145ae7821d527454aa9bd537d1f2dc5f # v2
165165
with:
166166
service_account: ${{ inputs.google-service-account-email }}
167167
workload_identity_provider: projects/${{ inputs.google-project-number }}/locations/global/workloadIdentityPools/${{ inputs.google-workload-identity-pool }}/providers/${{ inputs.google-workload-identity-provider }}
168168

169169
- name: Install gcloud auth
170-
uses: google-github-actions/setup-gcloud@v2
170+
uses: google-github-actions/setup-gcloud@6189d56e4096ee891640bb02ac264be376592d6a # v2
171171
with:
172172
install_components: gke-gcloud-auth-plugin
173173

.github/workflows/add-to-project.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ jobs:
99
runs-on: ubuntu-latest
1010
steps:
1111
- name: Add to DevRel
12-
uses: actions/[email protected]
12+
uses: actions/add-to-project@960fbad431afda394cfcf8743445e741acd19e85 # v0.4.0
1313
with:
1414
project-url: https://github.com/orgs/pulumi/projects/47
1515
github-token: ${{ secrets.PULUMI_BOT_GHA_MARKETING }}

.github/workflows/command-dispatch.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -9,9 +9,9 @@ jobs:
99
runs-on: ubuntu-latest
1010
steps:
1111
- name: Checkout Repo
12-
uses: actions/checkout@v3
12+
uses: actions/checkout@f43a0e5ff2bd294095638e18286ca9a3d1956744 # v3
1313
- name: Run Build
14-
uses: peter-evans/slash-command-dispatch@v2
14+
uses: peter-evans/slash-command-dispatch@40877f718dce0101edfc7aea2b3800cc192f9ed5 # v2
1515
with:
1616
commands: run-tests
1717
issue-type: pull-request

.github/workflows/pr.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -8,9 +8,9 @@ jobs:
88
runs-on: ubuntu-latest
99
steps:
1010
- name: Checkout Repo
11-
uses: actions/checkout@v3
11+
uses: actions/checkout@f43a0e5ff2bd294095638e18286ca9a3d1956744 # v3
1212
- name: Comment PR
13-
uses: thollander/actions-comment-pull-request@v1
13+
uses: thollander/actions-comment-pull-request@8a3fad13c20088e9eb0805666b9fe49509d2fec8 # v1
1414
with:
1515
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
1616
message: >

.github/workflows/test-examples.yml

+7-7
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ jobs:
1818
id-token: write
1919
contents: read
2020
steps:
21-
- uses: actions/checkout@v4
21+
- uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4
2222

2323
- name: Set up the environment
2424
uses: ./.github/actions/setup
@@ -40,7 +40,7 @@ jobs:
4040
id-token: write
4141
contents: read
4242
steps:
43-
- uses: actions/checkout@v4
43+
- uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4
4444

4545
- name: Set up the environment
4646
uses: ./.github/actions/setup
@@ -64,7 +64,7 @@ jobs:
6464
id-token: write
6565
contents: read
6666
steps:
67-
- uses: actions/checkout@v4
67+
- uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4
6868

6969
- name: Set up the environment
7070
uses: ./.github/actions/setup
@@ -88,7 +88,7 @@ jobs:
8888
id-token: write
8989
contents: read
9090
steps:
91-
- uses: actions/checkout@v4
91+
- uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4
9292

9393
- name: Set up the environment
9494
uses: ./.github/actions/setup
@@ -110,7 +110,7 @@ jobs:
110110
id-token: write
111111
contents: read
112112
steps:
113-
- uses: actions/checkout@v4
113+
- uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4
114114

115115
- name: Set up the environment
116116
uses: ./.github/actions/setup
@@ -142,7 +142,7 @@ jobs:
142142
contents: read
143143

144144
steps:
145-
- uses: actions/checkout@v4
145+
- uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4
146146

147147
- name: Set up the environment
148148
uses: ./.github/actions/setup
@@ -202,7 +202,7 @@ jobs:
202202
contents: read
203203

204204
steps:
205-
- uses: actions/checkout@v4
205+
- uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4
206206

207207
- name: Set up the environment
208208
uses: ./.github/actions/setup

alicloud-ts-ecs/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "alicloud-ts-ecs",
33
"devDependencies": {
4-
"@types/node": "^14"
4+
"@types/node": "14.18.63"
55
},
66
"dependencies": {
77
"@pulumi/alicloud": "3.69.0",

aws-apigateway-ts-routes/package.json

+3-3
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,13 @@
11
{
22
"name": "typescript",
33
"devDependencies": {
4-
"@types/aws-lambda": "^8.10.85",
5-
"@types/node": "^8.0.0"
4+
"@types/aws-lambda": "8.10.146",
5+
"@types/node": "8.10.66"
66
},
77
"dependencies": {
88
"@pulumi/aws": "6.64.0",
99
"@pulumi/aws-apigateway": "2.6.1",
1010
"@pulumi/pulumi": "3.142.0",
11-
"aws-lambda": "^1.0.7"
11+
"aws-lambda": "1.0.7"
1212
}
1313
}

aws-cs-fargate/App/Dockerfile

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
FROM mcr.microsoft.com/dotnet/core/sdk:3.1 AS build
1+
FROM mcr.microsoft.com/dotnet/core/sdk:3.1@sha256:150d074697d1cda38a0c2185fe43895d84b5745841e9d15c5adba29604a6e4cb AS build
22
WORKDIR /app/src
33

44
# First restore dependencies so app changes are faster.
@@ -10,7 +10,7 @@ COPY * ./
1010
RUN dotnet publish -c release -o /app/bin --no-restore
1111

1212
# Create a new, smaller image stage, that just runs the DLL.
13-
FROM mcr.microsoft.com/dotnet/core/aspnet:3.1
13+
FROM mcr.microsoft.com/dotnet/core/aspnet:3.1@sha256:e3b773f30a0a6e88d71ce52429f6847627fc9353e491346902ca345760b82bdd
1414
WORKDIR /app
1515
COPY --from=build /app/bin ./
1616
ENTRYPOINT [ "dotnet", "aws-cs-fargate.dll" ]

aws-cs-langserve/Dockerfile

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
FROM python:3.11-slim
1+
FROM python:3.11-slim@sha256:370c586a6ffc8c619e6d652f81c094b34b14b8f2fb9251f092de23f16e299b78
22

33
RUN pip install poetry==1.6.1
44

aws-cs-langserve/pyproject.toml

+6-6
Original file line numberDiff line numberDiff line change
@@ -9,12 +9,12 @@ packages = [
99
]
1010

1111
[tool.poetry.dependencies]
12-
python = "^3.11"
13-
uvicorn = "^0.23.2"
14-
langserve = {extras = ["server"], version = ">=0.0.30"}
15-
pydantic = "<2"
16-
openai = "^1.10.0"
17-
langchain-openai = "^0.0.5"
12+
python = "3.13.1"
13+
uvicorn = "0.23.2"
14+
langserve = {extras = ["server"], version = "==0.0.41"}
15+
pydantic = "==1.10.14"
16+
openai = "1.12.0"
17+
langchain-openai = "0.0.5"
1818

1919

2020
[tool.poetry.group.dev.dependencies]

aws-go-fargate/app/Dockerfile

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# Start from a Debian image with the latest version of Go installed
22
# and a workspace (GOPATH) configured at /go.
3-
FROM golang
3+
FROM golang@sha256:70031844b8c225351d0bb63e2c383f80db85d92ba894e3da7e13bcf80efa9a37
44

55
# Copy the local package files to the container's workspace.
66
ADD . /go/src/foo

aws-go-langserve/Dockerfile

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
FROM python:3.11-slim
1+
FROM python:3.11-slim@sha256:370c586a6ffc8c619e6d652f81c094b34b14b8f2fb9251f092de23f16e299b78
22

33
RUN pip install poetry==1.6.1
44

aws-go-langserve/pyproject.toml

+6-6
Original file line numberDiff line numberDiff line change
@@ -9,12 +9,12 @@ packages = [
99
]
1010

1111
[tool.poetry.dependencies]
12-
python = "^3.11"
13-
uvicorn = "^0.23.2"
14-
langserve = {extras = ["server"], version = ">=0.0.30"}
15-
pydantic = "<2"
16-
openai = "^1.10.0"
17-
langchain-openai = "^0.0.5"
12+
python = "3.13.1"
13+
uvicorn = "0.23.2"
14+
langserve = {extras = ["server"], version = "==0.0.41"}
15+
pydantic = "==1.10.14"
16+
openai = "1.12.0"
17+
langchain-openai = "0.0.5"
1818

1919

2020
[tool.poetry.group.dev.dependencies]

aws-js-containers/app/Dockerfile

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
1-
FROM nginx
1+
FROM nginx@sha256:fb197595ebe76b9c0c14ab68159fd3c08bd067ec62300583543f0ebda353b5be
22
COPY content /usr/share/nginx/html

aws-js-langserve/Dockerfile

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
FROM python:3.11-slim
1+
FROM python:3.11-slim@sha256:370c586a6ffc8c619e6d652f81c094b34b14b8f2fb9251f092de23f16e299b78
22

33
RUN pip install poetry==1.6.1
44

aws-js-langserve/pyproject.toml

+6-6
Original file line numberDiff line numberDiff line change
@@ -9,12 +9,12 @@ packages = [
99
]
1010

1111
[tool.poetry.dependencies]
12-
python = "^3.11"
13-
uvicorn = "^0.23.2"
14-
langserve = {extras = ["server"], version = ">=0.0.30"}
15-
pydantic = "<2"
16-
openai = "^1.10.0"
17-
langchain-openai = "^0.0.5"
12+
python = "3.13.1"
13+
uvicorn = "0.23.2"
14+
langserve = {extras = ["server"], version = "==0.0.41"}
15+
pydantic = "==1.10.14"
16+
openai = "1.12.0"
17+
langchain-openai = "0.0.5"
1818

1919

2020
[tool.poetry.group.dev.dependencies]

aws-js-s3-folder-component/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,6 @@
44
"dependencies": {
55
"@pulumi/aws": "6.64.0",
66
"@pulumi/pulumi": "3.142.0",
7-
"mime": "^2.2.2"
7+
"mime": "2.6.0"
88
}
99
}

aws-js-s3-folder/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,6 @@
44
"dependencies": {
55
"@pulumi/aws": "6.64.0",
66
"@pulumi/pulumi": "3.142.0",
7-
"mime": "^2.2.2"
7+
"mime": "2.6.0"
88
}
99
}

aws-js-sqs-slack/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,6 @@
33
"dependencies": {
44
"@pulumi/aws": "6.64.0",
55
"@pulumi/pulumi": "3.142.0",
6-
"@slack/client": "^4.3.1"
6+
"@slack/client": "4.12.0"
77
}
88
}

aws-py-django-voting-app/frontend/Dockerfile

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
FROM ubuntu:18.04
1+
FROM ubuntu:18.04@sha256:152dc042452c496007f07ca9127571cb9c29697f42acbfad72324b2bb2e43c98
22

33
WORKDIR /
44

aws-py-ecs-instances-autoapi/automation/package.json

+3-3
Original file line numberDiff line numberDiff line change
@@ -8,9 +8,9 @@
88
"dependencies": {
99
"@pulumi/aws": "6.64.0",
1010
"@pulumi/pulumi": "3.142.0",
11-
"@types/node": "^14.14.20",
12-
"ts-node": "^9.0.0",
13-
"upath": "^2.0.0"
11+
"@types/node": "14.18.63",
12+
"ts-node": "9.1.1",
13+
"upath": "2.0.1"
1414
},
1515
"scripts": {
1616
"start": "./node_modules/ts-node/dist/bin.js index.ts"

aws-py-fargate/pyproject.toml

+2-2
Original file line numberDiff line numberDiff line change
@@ -2,10 +2,10 @@
22
package-mode = false
33

44
[tool.poetry.dependencies]
5-
python = "^3.10"
5+
python = "3.13.1"
66
pulumi = "==3.142.0"
77
pulumi-aws = "==6.64.0"
8-
pyright = ">=1.1.369,<2.0.0"
8+
pyright = "==1.1.390"
99

1010
[build-system]
1111
requires = ["poetry-core"]

aws-py-langserve/Dockerfile

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
FROM python:3.11-slim
1+
FROM python:3.11-slim@sha256:370c586a6ffc8c619e6d652f81c094b34b14b8f2fb9251f092de23f16e299b78
22

33
RUN pip install poetry==1.6.1
44

aws-py-langserve/pyproject.toml

+6-6
Original file line numberDiff line numberDiff line change
@@ -9,12 +9,12 @@ packages = [
99
]
1010

1111
[tool.poetry.dependencies]
12-
python = "^3.11"
13-
uvicorn = "^0.23.2"
14-
langserve = {extras = ["server"], version = ">=0.0.30"}
15-
pydantic = "<2"
16-
openai = "^1.10.0"
17-
langchain-openai = "^0.0.5"
12+
python = "3.13.1"
13+
uvicorn = "0.23.2"
14+
langserve = {extras = ["server"], version = "==0.0.41"}
15+
pydantic = "==1.10.14"
16+
openai = "1.10.0"
17+
langchain-openai = "0.0.5"
1818

1919

2020
[tool.poetry.group.dev.dependencies]

aws-py-voting-app/frontend/Dockerfile

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
1-
FROM tiangolo/uwsgi-nginx-flask:python3.6
1+
FROM tiangolo/uwsgi-nginx-flask:python3.6@sha256:07b3a61dc2f6d6b294065f929d33cdf6416133320cf61cc66b7cdb1428460e75
22
RUN pip install redis
33
COPY /app /app
+1-1
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
1-
FROM puckel/docker-airflow
1+
FROM puckel/docker-airflow@sha256:e3012994e4e730dccf56878094ff5524bffbe347e5870832dd6f7636eb0292a4
22

33
ADD dags /usr/local/airflow/dags

aws-ts-airflow/package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,12 @@
11
{
22
"name": "airflow",
33
"devDependencies": {
4-
"@types/node": "^18.13.0"
4+
"@types/node": "18.19.68"
55
},
66
"dependencies": {
77
"@pulumi/aws": "6.64.0",
88
"@pulumi/awsx": "2.19.0",
99
"@pulumi/pulumi": "3.142.0",
10-
"typescript": "^4.6.0"
10+
"typescript": "4.9.5"
1111
}
1212
}

0 commit comments

Comments
 (0)