Skip to content

Commit 38cce3a

Browse files
Bump the dependencies group with 2 updates
Bumps the dependencies group with 2 updates: [boto3](https://github.com/boto/boto3) and [hypothesis](https://github.com/HypothesisWorks/hypothesis). Updates `boto3` from 1.43.56 to 1.43.57 - [Release notes](https://github.com/boto/boto3/releases) - [Commits](boto/boto3@1.43.56...1.43.57) Updates `hypothesis` from 6.161.2 to 6.161.8 - [Release notes](https://github.com/HypothesisWorks/hypothesis/releases) - [Commits](HypothesisWorks/hypothesis@v6.161.2...v6.161.8) --- updated-dependencies: - dependency-name: boto3 dependency-version: 1.43.57 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: dependencies - dependency-name: hypothesis dependency-version: 6.161.8 dependency-type: direct:development update-type: version-update:semver-patch dependency-group: dependencies ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 9137ddb commit 38cce3a

2 files changed

Lines changed: 41 additions & 39 deletions

File tree

pyproject.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ dependencies = [
1010
"pydantic>=2.13.4",
1111
"pydantic-settings>=2.14.2",
1212
"aws-lambda-powertools>=3.31.1",
13-
"boto3>=1.43.56",
13+
"boto3>=1.43.57",
1414
"requests>=2.34.2",
1515
]
1616

@@ -31,7 +31,7 @@ dev = [
3131
"pyright>=1.1.411",
3232
"pytest-mock>=3.15.1",
3333
"moto>=5.2.1",
34-
"hypothesis>=6.161.2",
34+
"hypothesis>=6.161.8",
3535
"click>=8.4.2",
3636
]
3737
docs = [

0 commit comments

Comments
 (0)