From 96eb64553e631836f35cf3a1ae6e7d03b507b035 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 1 Sep 2024 03:27:29 +0000 Subject: [PATCH 1/3] chore(deps): bump boto3 from 1.35.3 to 1.35.10 Bumps [boto3](https://github.com/boto/boto3) from 1.35.3 to 1.35.10. - [Release notes](https://github.com/boto/boto3/releases) - [Commits](https://github.com/boto/boto3/compare/1.35.3...1.35.10) --- updated-dependencies: - dependency-name: boto3 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index bd8a15d4..ba2800af 100644 --- a/requirements.txt +++ b/requirements.txt @@ -10,7 +10,7 @@ # dev and test # ------------ -boto3==1.35.3 +boto3==1.35.10 botocore==1.35.3 pytest==8.2.2 pytest_mock==3.14.0 From 8fe1ae6c197a6381ef6bf6fd8fcf49ac4815ea75 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 1 Sep 2024 03:27:32 +0000 Subject: [PATCH 2/3] chore(deps): bump pytest from 8.2.2 to 8.3.2 Bumps [pytest](https://github.com/pytest-dev/pytest) from 8.2.2 to 8.3.2. - [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.2.2...8.3.2) --- updated-dependencies: - dependency-name: pytest dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index bd8a15d4..180c23a1 100644 --- a/requirements.txt +++ b/requirements.txt @@ -12,7 +12,7 @@ # ------------ boto3==1.35.3 botocore==1.35.3 -pytest==8.2.2 +pytest==8.3.2 pytest_mock==3.14.0 requests==2.32.3 From b3504f08a88cd0355712b8518ec2237f616c2653 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 1 Sep 2024 03:27:35 +0000 Subject: [PATCH 3/3] chore(deps): bump black from 24.4.2 to 24.8.0 Bumps [black](https://github.com/psf/black) from 24.4.2 to 24.8.0. - [Release notes](https://github.com/psf/black/releases) - [Changelog](https://github.com/psf/black/blob/main/CHANGES.md) - [Commits](https://github.com/psf/black/compare/24.4.2...24.8.0) --- updated-dependencies: - dependency-name: black dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index bd8a15d4..8ec0c88c 100644 --- a/requirements.txt +++ b/requirements.txt @@ -18,7 +18,7 @@ requests==2.32.3 # Code linters, formatters, and security scanners # ------------ -black==24.4.2 +black==24.8.0 flake8==7.1.0 flake8-coding==1.3.2 pre-commit==3.7.1