Skip to content

Commit 2a93063

Browse files
Bump actions/setup-python from 5.6.0 to 6.1.0 (#193)
* Bump actions/setup-python from 5.6.0 to 6.1.0 Bumps [actions/setup-python](https://github.com/actions/setup-python) from 5.6.0 to 6.1.0. - [Release notes](https://github.com/actions/setup-python/releases) - [Commits](actions/setup-python@a26af69...83679a8) --- updated-dependencies: - dependency-name: actions/setup-python dependency-version: 6.1.0 dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com> * Update actions --------- Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Marc Santamaria <marc.santamaria@skyscanner.net>
1 parent 785c50c commit 2a93063

File tree

4 files changed

+18
-56
lines changed

4 files changed

+18
-56
lines changed

.github/workflows/lint-and-test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ jobs:
2121
persist-credentials: false
2222

2323
- name: Setup python
24-
uses: actions/setup-python@a26af69be951a213d495a4c3e4e4022e16d87065 # v5.6.0
24+
uses: actions/setup-python@83679a892e2d95755f2dac6acb0bfd1e9ac5d548 # v6.1.0
2525
with:
2626
python-version: ${{ matrix.python-version }}
2727

.github/workflows/pypi-release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ jobs:
1919
persist-credentials: false
2020

2121
- name: Setup python
22-
uses: actions/setup-python@a26af69be951a213d495a4c3e4e4022e16d87065 # v5.6.0
22+
uses: actions/setup-python@83679a892e2d95755f2dac6acb0bfd1e9ac5d548 # v6.1.0
2323
with:
2424
python-version: '3.9'
2525

.github/workflows/test-docs.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ jobs:
1616
persist-credentials: false
1717

1818
- name: Setup python
19-
uses: actions/setup-python@a26af69be951a213d495a4c3e4e4022e16d87065 # v5.6.0
19+
uses: actions/setup-python@83679a892e2d95755f2dac6acb0bfd1e9ac5d548 # v6.1.0
2020
with:
2121
python-version: 3.9
2222

pycfmodel/cloudformation_actions.py

Lines changed: 15 additions & 53 deletions
Original file line numberDiff line numberDiff line change
@@ -428,12 +428,15 @@
428428
"amplifyuibuilder:UpdateForm",
429429
"amplifyuibuilder:UpdateTheme",
430430
"aoss:APIAccessAll",
431+
"aoss:AddCollectionToCollectionGroup",
431432
"aoss:BatchGetCollection",
433+
"aoss:BatchGetCollectionGroup",
432434
"aoss:BatchGetEffectiveLifecyclePolicy",
433435
"aoss:BatchGetLifecyclePolicy",
434436
"aoss:BatchGetVpcEndpoint",
435437
"aoss:CreateAccessPolicy",
436438
"aoss:CreateCollection",
439+
"aoss:CreateCollectionGroup",
437440
"aoss:CreateIndex",
438441
"aoss:CreateLifecyclePolicy",
439442
"aoss:CreateSecurityConfig",
@@ -442,6 +445,7 @@
442445
"aoss:DashboardsAccessAll",
443446
"aoss:DeleteAccessPolicy",
444447
"aoss:DeleteCollection",
448+
"aoss:DeleteCollectionGroup",
445449
"aoss:DeleteIndex",
446450
"aoss:DeleteLifecyclePolicy",
447451
"aoss:DeleteSecurityConfig",
@@ -454,6 +458,7 @@
454458
"aoss:GetSecurityConfig",
455459
"aoss:GetSecurityPolicy",
456460
"aoss:ListAccessPolicies",
461+
"aoss:ListCollectionGroups",
457462
"aoss:ListCollections",
458463
"aoss:ListLifecyclePolicies",
459464
"aoss:ListSecurityConfigs",
@@ -465,6 +470,7 @@
465470
"aoss:UpdateAccessPolicy",
466471
"aoss:UpdateAccountSettings",
467472
"aoss:UpdateCollection",
473+
"aoss:UpdateCollectionGroup",
468474
"aoss:UpdateIndex",
469475
"aoss:UpdateLifecyclePolicy",
470476
"aoss:UpdateSecurityConfig",
@@ -960,6 +966,7 @@
960966
"appsync:AssociateApi",
961967
"appsync:AssociateMergedGraphqlApi",
962968
"appsync:AssociateSourceGraphqlApi",
969+
"appsync:AssociateWebACL",
963970
"appsync:CreateApi",
964971
"appsync:CreateApiCache",
965972
"appsync:CreateApiKey",
@@ -984,6 +991,7 @@
984991
"appsync:DisassociateApi",
985992
"appsync:DisassociateMergedGraphqlApi",
986993
"appsync:DisassociateSourceGraphqlApi",
994+
"appsync:DisassociateWebACL",
987995
"appsync:EvaluateCode",
988996
"appsync:EvaluateMappingTemplate",
989997
"appsync:EventConnect",
@@ -1006,6 +1014,7 @@
10061014
"appsync:GetSchemaCreationStatus",
10071015
"appsync:GetSourceApiAssociation",
10081016
"appsync:GetType",
1017+
"appsync:GetWebACLForResource",
10091018
"appsync:GraphQL",
10101019
"appsync:ListApiKeys",
10111020
"appsync:ListApis",
@@ -1016,6 +1025,7 @@
10161025
"appsync:ListGraphqlApis",
10171026
"appsync:ListResolvers",
10181027
"appsync:ListResolversByFunction",
1028+
"appsync:ListResourcesForWebACL",
10191029
"appsync:ListSourceApiAssociations",
10201030
"appsync:ListTagsForResource",
10211031
"appsync:ListTypes",
@@ -5406,59 +5416,6 @@
54065416
"deadline:UpdateTask",
54075417
"deadline:UpdateWorker",
54085418
"deadline:UpdateWorkerSchedule",
5409-
"deepracer:AddLeaderboardAccessPermission",
5410-
"deepracer:AdminDescribeAccountKey",
5411-
"deepracer:AdminGetAccountConfig",
5412-
"deepracer:AdminListAssociatedResources",
5413-
"deepracer:AdminListAssociatedUsers",
5414-
"deepracer:AdminManageUser",
5415-
"deepracer:AdminSetAccountConfig",
5416-
"deepracer:AdminUpdateAccountKey",
5417-
"deepracer:CloneReinforcementLearningModel",
5418-
"deepracer:CreateCar",
5419-
"deepracer:CreateLeaderboard",
5420-
"deepracer:CreateLeaderboardAccessToken",
5421-
"deepracer:CreateLeaderboardSubmission",
5422-
"deepracer:CreateReinforcementLearningModel",
5423-
"deepracer:DeleteLeaderboard",
5424-
"deepracer:DeleteModel",
5425-
"deepracer:EditLeaderboard",
5426-
"deepracer:GetAccountConfig",
5427-
"deepracer:GetAlias",
5428-
"deepracer:GetAssetUrl",
5429-
"deepracer:GetCar",
5430-
"deepracer:GetCars",
5431-
"deepracer:GetEvaluation",
5432-
"deepracer:GetLatestUserSubmission",
5433-
"deepracer:GetLeaderboard",
5434-
"deepracer:GetModel",
5435-
"deepracer:GetPrivateLeaderboard",
5436-
"deepracer:GetRankedUserSubmission",
5437-
"deepracer:GetTrack",
5438-
"deepracer:GetTrainingJob",
5439-
"deepracer:ImportModel",
5440-
"deepracer:ListEvaluations",
5441-
"deepracer:ListLeaderboardEvaluations",
5442-
"deepracer:ListLeaderboardSubmissions",
5443-
"deepracer:ListLeaderboards",
5444-
"deepracer:ListModels",
5445-
"deepracer:ListPrivateLeaderboardParticipants",
5446-
"deepracer:ListPrivateLeaderboards",
5447-
"deepracer:ListSubscribedPrivateLeaderboards",
5448-
"deepracer:ListTagsForResource",
5449-
"deepracer:ListTracks",
5450-
"deepracer:ListTrainingJobs",
5451-
"deepracer:MigrateModels",
5452-
"deepracer:PerformLeaderboardOperation",
5453-
"deepracer:RemoveLeaderboardAccessPermission",
5454-
"deepracer:SetAlias",
5455-
"deepracer:StartEvaluation",
5456-
"deepracer:StopEvaluation",
5457-
"deepracer:StopTrainingReinforcementLearningModel",
5458-
"deepracer:TagResource",
5459-
"deepracer:TestRewardFunction",
5460-
"deepracer:UntagResource",
5461-
"deepracer:UpdateCar",
54625419
"detective:AcceptInvitation",
54635420
"detective:BatchGetGraphMemberDatasources",
54645421
"detective:BatchGetMembershipDatasources",
@@ -12517,6 +12474,7 @@
1251712474
"mgn:DisassociateSourceServers",
1251812475
"mgn:DisconnectFromService",
1251912476
"mgn:FinalizeCutover",
12477+
"mgn:GetAccountSettings",
1252012478
"mgn:GetAgentCommandForMgn",
1252112479
"mgn:GetAgentConfirmedResumeInfoForMgn",
1252212480
"mgn:GetAgentInstallationAssetsForMgn",
@@ -12596,6 +12554,7 @@
1259612554
"mgn:UnarchiveApplication",
1259712555
"mgn:UnarchiveWave",
1259812556
"mgn:UntagResource",
12557+
"mgn:UpdateAccountSettings",
1259912558
"mgn:UpdateAgentBacklogForMgn",
1260012559
"mgn:UpdateAgentConversionInfoForMgn",
1260112560
"mgn:UpdateAgentReplicationInfoForMgn",
@@ -16303,6 +16262,7 @@
1630316262
"s3tables:DeleteTable",
1630416263
"s3tables:DeleteTableBucket",
1630516264
"s3tables:DeleteTableBucketEncryption",
16265+
"s3tables:DeleteTableBucketMetricsConfiguration",
1630616266
"s3tables:DeleteTableBucketPolicy",
1630716267
"s3tables:DeleteTableBucketReplication",
1630816268
"s3tables:DeleteTablePolicy",
@@ -16312,6 +16272,7 @@
1631216272
"s3tables:GetTableBucket",
1631316273
"s3tables:GetTableBucketEncryption",
1631416274
"s3tables:GetTableBucketMaintenanceConfiguration",
16275+
"s3tables:GetTableBucketMetricsConfiguration",
1631516276
"s3tables:GetTableBucketPolicy",
1631616277
"s3tables:GetTableBucketReplication",
1631716278
"s3tables:GetTableBucketStorageClass",
@@ -16332,6 +16293,7 @@
1633216293
"s3tables:ListTagsForResource",
1633316294
"s3tables:PutTableBucketEncryption",
1633416295
"s3tables:PutTableBucketMaintenanceConfiguration",
16296+
"s3tables:PutTableBucketMetricsConfiguration",
1633516297
"s3tables:PutTableBucketPolicy",
1633616298
"s3tables:PutTableBucketReplication",
1633716299
"s3tables:PutTableBucketStorageClass",

0 commit comments

Comments
 (0)