Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 3 additions & 0 deletions .github/dependabot.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,9 @@ updates:
time: "16:00"
open-pull-requests-limit: 5
ignore:
- dependency-name: "*"
update-types:
- "version-update:semver-patch" # we don't want to be bothered with patch updates for anything except security updates
- dependency-name: "boto3" # boto3 gets patch updates way too frequently and they're usually not important
update-types:
- "version-update:semver-patch"
Expand Down
12 changes: 6 additions & 6 deletions extensions/context.py
Original file line number Diff line number Diff line change
Expand Up @@ -17,29 +17,29 @@ def hook(self, context: dict[Any, Any]) -> dict[Any, Any]:
context["copier_version"] = "9.7.1"
context["copier_templates_extension_version"] = "0.3.1"
#######
context["pnpm_version"] = "10.12.1"
context["pnpm_version"] = "10.12.4"
# These are duplicated in the pyproject.toml of this repository
context["pyright_version"] = "1.1.402"
context["pytest_version"] = "8.4.0"
context["pytest_randomly_version"] = "3.16.0"
context["pytest_cov_version"] = "6.2.1"
#######
context["sphinx_version"] = "8.1.3"
context["pulumi_version"] = "3.177.0"
context["pulumi_version"] = "3.181.0"
context["pulumi_aws_version"] = "6.83.0"
context["pulumi_aws_native_version"] = "1.30.0"
context["pulumi_command_version"] = "1.1.0"
context["pulumi_github_version"] = "6.7.2"
context["pulumi_okta_version"] = "4.20.0"
context["boto3_version"] = "1.38.38"
context["ephemeral_pulumi_deploy_version"] = "0.0.4"
context["pydantic_version"] = "2.11.5"
context["pydantic_version"] = "2.11.7"
context["pyinstaller_version"] = "6.13.0"
context["setuptools_version"] = "80.7.1"
context["strawberry_graphql_version"] = "0.270.4"
context["fastapi_version"] = "0.115.12"
context["uvicorn_version"] = "0.34.2"
context["lab_auto_pulumi_version"] = "0.1.14"
context["fastapi_version"] = "0.115.14"
context["uvicorn_version"] = "0.35.0"
context["lab_auto_pulumi_version"] = "0.1.15"
#######
context["nuxt_ui_version"] = "^3.1.2"
context["nuxt_version"] = "^3.17.3"
Expand Down