From 9805294fa6698ad78d829dcc4a9dbc4036436387 Mon Sep 17 00:00:00 2001 From: Roger Zhang Date: Mon, 6 Jan 2025 10:14:50 -0800 Subject: [PATCH 1/2] Add Lambda Tooling to Code Owners (#7813) * Update CODEOWNERS * Update dependabot.yml --- .github/dependabot.yml | 2 ++ CODEOWNERS | 3 ++- 2 files changed, 4 insertions(+), 1 deletion(-) diff --git a/.github/dependabot.yml b/.github/dependabot.yml index be9393007c..bec844ab9c 100644 --- a/.github/dependabot.yml +++ b/.github/dependabot.yml @@ -10,6 +10,7 @@ updates: include: scope reviewers: - aws/serverless-application-experience-sbt + - aws/aws-lambda-tooling open-pull-requests-limit: 10 - package-ecosystem: "pip" @@ -22,6 +23,7 @@ updates: include: scope reviewers: - aws/serverless-application-experience-sbt + - aws/aws-lambda-tooling open-pull-requests-limit: 10 groups: boto: diff --git a/CODEOWNERS b/CODEOWNERS index 2f93beb1af..4d676d4607 100644 --- a/CODEOWNERS +++ b/CODEOWNERS @@ -1,3 +1,4 @@ # https://docs.github.com/en/repositories/managing-your-repositorys-settings-and-features/customizing-your-repository/about-code-owners -* @aws/serverless-application-experience-sbt \ No newline at end of file +* @aws/serverless-application-experience-sbt +* @aws/aws-lambda-tooling From 9e8db710d1a3d3cc688466247ace58b46a761730 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 6 Jan 2025 14:15:59 -0800 Subject: [PATCH 2/2] chore(deps-dev): bump pytest from 8.3.3 to 8.3.4 in /requirements (#7761) Bumps [pytest](https://github.com/pytest-dev/pytest) from 8.3.3 to 8.3.4. - [Release notes](https://github.com/pytest-dev/pytest/releases) - [Changelog](https://github.com/pytest-dev/pytest/blob/main/CHANGELOG.rst) - [Commits](https://github.com/pytest-dev/pytest/compare/8.3.3...8.3.4) --- updated-dependencies: - dependency-name: pytest dependency-type: direct:development update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- requirements/dev.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements/dev.txt b/requirements/dev.txt index de9e4c5575..b260fca9aa 100644 --- a/requirements/dev.txt +++ b/requirements/dev.txt @@ -29,7 +29,7 @@ types-urllib3==1.26.25.14 # Test requirements -pytest==8.3.3 +pytest==8.3.4 parameterized==0.9.0 pytest-xdist==3.6.1