Skip to content

Commit

Permalink
Merge branch 'main' into dependabot/github_actions/notdodo/github-act…
Browse files Browse the repository at this point in the history
…ions-gitleaks-v0.0.3
  • Loading branch information
notdodo authored Oct 2, 2024
2 parents 23e0e6b + 09e8f4f commit a75d493
Show file tree
Hide file tree
Showing 6 changed files with 41 additions and 42 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/pulumi-preview.yml
Original file line number Diff line number Diff line change
Expand Up @@ -37,8 +37,8 @@ jobs:
run:
working-directory: ./pulumi
steps:
- uses: actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332
# v4.1.7
- uses: actions/checkout@d632683dd7b4114ad314bca15554477dd762a938
# v4.2.0
with:
fetch-depth: 0
- uses: actions/setup-python@f677139bbe7f9c59b41e40162b753c062f5d49a3
Expand Down Expand Up @@ -87,8 +87,8 @@ jobs:
# v2.0.6
with:
secret-ids: CLOUDFLARE_API_TOKEN, erfiume-gha-cloudflare-read-only
- uses: pulumi/actions@cd99a7f8865434dd3532b586a26f9ebea596894f
# v5.5.1
- uses: pulumi/actions@c7fad9e2f0b79653172b36538b8b34b3c0291952
# v6.0.0
with:
command: preview
stack-name: notdodo/erfiume/production
Expand Down
8 changes: 4 additions & 4 deletions .github/workflows/pulumi-up.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,8 +22,8 @@ jobs:
run:
working-directory: ./pulumi
steps:
- uses: actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332
# v4.1.7
- uses: actions/checkout@d632683dd7b4114ad314bca15554477dd762a938
# v4.2.0
with:
fetch-depth: 0
- uses: actions/setup-python@f677139bbe7f9c59b41e40162b753c062f5d49a3
Expand Down Expand Up @@ -72,8 +72,8 @@ jobs:
# v2.0.6
with:
secret-ids: CLOUDFLARE_API_TOKEN, erfiume-gha-cloudflare-read-write
- uses: pulumi/actions@cd99a7f8865434dd3532b586a26f9ebea596894f
# v5.5.1
- uses: pulumi/actions@c7fad9e2f0b79653172b36538b8b34b3c0291952
# v6.0.0
with:
command: up
diff: true
Expand Down
53 changes: 26 additions & 27 deletions app/poetry.lock

Large diffs are not rendered by default.

4 changes: 2 additions & 2 deletions app/pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -16,11 +16,11 @@ thefuzz = "^0.22.1"

[tool.poetry.group.dev.dependencies]
awscli-local = "^0.22.0"
boto3-stubs = { version = "1.35.26", extras = ["dynamodb", "secretsmanager"] }
boto3-stubs = { version = "1.35.30", extras = ["dynamodb", "secretsmanager"] }
mypy = "^1.10.1"
poetry-plugin-dotenv = "^2.4.0"
pydantic = "^2.9.2"
ruff = "^0.6.7"
ruff = "^0.6.8"
types-aioboto3 = { extras = [
"dynamodb",
"secretsmanager",
Expand Down
8 changes: 4 additions & 4 deletions pulumi/poetry.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion pulumi/pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ package-mode = false

[tool.poetry.dependencies]
python = "^3.12"
pulumi-aws = "^6.52.0"
pulumi-aws = "^6.54.1"
pulumi-command = "^1.0.1"
pulumi-cloudflare = "^5.39.0"
requests = "^2.32.3"
Expand Down

0 comments on commit a75d493

Please sign in to comment.