From 2b4a22a3eaa78179ecfdbecf1e8c7d0c25e3fe63 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 13 Apr 2026 16:50:28 +0000 Subject: [PATCH] chore(deps-dev): bump pytest Bumps [pytest](https://github.com/pytest-dev/pytest) from 3.3.2 to 9.0.3. - [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/3.3.2...9.0.3) --- updated-dependencies: - dependency-name: pytest dependency-version: 9.0.3 dependency-type: direct:development ... Signed-off-by: dependabot[bot] --- .../cookiecutter-aws-sam-hello-golang/requirements-dev.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/samcli/lib/init/templates/cookiecutter-aws-sam-hello-golang/requirements-dev.txt b/samcli/lib/init/templates/cookiecutter-aws-sam-hello-golang/requirements-dev.txt index aa7117612c8..aa56b429ef6 100644 --- a/samcli/lib/init/templates/cookiecutter-aws-sam-hello-golang/requirements-dev.txt +++ b/samcli/lib/init/templates/cookiecutter-aws-sam-hello-golang/requirements-dev.txt @@ -1,4 +1,4 @@ cookiecutter==2.1.1 flake8==3.5.0 -pytest==3.3.2 +pytest==9.0.3 pytest-cookies==0.3.0