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 diff --git a/requirements/dev.txt b/requirements/dev.txt index 5a9d7bff74..0d66dfe009 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