Skip to content

Commit

Permalink
build(deps-dev): bump mypy from 1.14.0 to 1.14.1 in /pulumi in the pu…
Browse files Browse the repository at this point in the history
…lumi-dev group (#96)

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Edoardo Rosa <[email protected]>
  • Loading branch information
dependabot[bot] and notdodo authored Dec 31, 2024
1 parent dcd0662 commit 15107bd
Show file tree
Hide file tree
Showing 5 changed files with 44 additions and 35 deletions.
1 change: 1 addition & 0 deletions .github/workflows/pulumi-preview.yml
Original file line number Diff line number Diff line change
Expand Up @@ -68,6 +68,7 @@ jobs:
# v1.0.0
with:
organization: notdodo
# kics-scan ignore-line
requested-token-type: urn:pulumi:token-type:access_token:personal
scope: user:notdodo
- uses: actions/cache@1bd1e32a3bdc45362d1e726936510720a7c30a57
Expand Down
1 change: 1 addition & 0 deletions .github/workflows/pulumi-up.yml
Original file line number Diff line number Diff line change
Expand Up @@ -60,6 +60,7 @@ jobs:
# v1.0.0
with:
organization: notdodo
# kics-scan ignore-line
requested-token-type: urn:pulumi:token-type:access_token:personal
scope: user:notdodo
- uses: actions/cache@1bd1e32a3bdc45362d1e726936510720a7c30a57
Expand Down
1 change: 1 addition & 0 deletions pulumi/docker-compose.yaml
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
# kics-scan ignore
services:
localstack:
container_name: "${LOCALSTACK_DOCKER_NAME:-localstack-main}"
Expand Down
74 changes: 40 additions & 34 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 @@ -16,7 +16,7 @@ diagrams = "^0.24.1"

[tool.poetry.group.dev.dependencies]
awscli-local = "^0.22.0"
mypy = {extras = ["faster-cache"], version = "^1.14.0"}
mypy = {extras = ["faster-cache"], version = "^1.14.1"}
ruff = "^0.8.4"
pydantic = "^2.10.4"
types-requests = "^2.32.0.20241016"
Expand Down

0 comments on commit 15107bd

Please sign in to comment.