Skip to content

Commit 9592286

Browse files
build(deps): bump the pip group with 2 updates
Bumps the pip group with 2 updates: [boto3](https://github.com/boto/boto3) and [moto[ec2]](https://github.com/getmoto/moto). Updates `boto3` from 1.40.69 to 1.42.0 - [Release notes](https://github.com/boto/boto3/releases) - [Commits](boto/boto3@1.40.69...1.42.0) Updates `moto[ec2]` from 5.1.16 to 5.1.18 - [Release notes](https://github.com/getmoto/moto/releases) - [Changelog](https://github.com/getmoto/moto/blob/master/CHANGELOG.md) - [Commits](getmoto/moto@5.1.16...5.1.18) --- updated-dependencies: - dependency-name: boto3 dependency-version: 1.42.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: pip - dependency-name: moto[ec2] dependency-version: 5.1.18 dependency-type: direct:development update-type: version-update:semver-patch dependency-group: pip ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent b0ca0d6 commit 9592286

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

pyproject.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ keywords = ["AWS", "EC2", "command line", "cli"]
88
classifiers = ["License :: OSI Approved :: MIT License"]
99
requires-python = ">=3.10"
1010
dependencies = [
11-
"boto3==1.40.69",
11+
"boto3==1.42.0",
1212
"importlib_resources==6.5.2",
1313
"pytoml==0.1.21",
1414
"pytz==2025.2",
@@ -24,7 +24,7 @@ dev = [
2424
"cogapp~=3.3",
2525
"dirty-equals~=0.6",
2626
# pinned because of https://github.com/getmoto/moto/issues/9160
27-
"moto[ec2]==5.1.16",
27+
"moto[ec2]==5.1.18",
2828
"prek~=0.2.11",
2929
"pyright==1.1.407",
3030
"pyfakefs~=5.1",

0 commit comments

Comments
 (0)