Skip to content

Commit 7924f7e

Browse files
build(deps): bump the pip group with 3 updates
Updates the requirements on [boto3](https://github.com/boto/boto3), [moto[ec2]](https://github.com/getmoto/moto) and [pyfakefs](https://github.com/pytest-dev/pyfakefs) to permit the latest version. Updates `boto3` from 1.42.0 to 1.42.19 - [Release notes](https://github.com/boto/boto3/releases) - [Commits](boto/boto3@1.42.0...1.42.19) Updates `moto[ec2]` from 5.1.18 to 5.1.19 - [Release notes](https://github.com/getmoto/moto/releases) - [Changelog](https://github.com/getmoto/moto/blob/master/CHANGELOG.md) - [Commits](getmoto/moto@5.1.18...5.1.19) Updates `pyfakefs` to 6.0.0 - [Release notes](https://github.com/pytest-dev/pyfakefs/releases) - [Changelog](https://github.com/pytest-dev/pyfakefs/blob/main/CHANGES.md) - [Commits](pytest-dev/pyfakefs@v5.1.0...v6.0.0) --- updated-dependencies: - dependency-name: boto3 dependency-version: 1.42.19 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: pip - dependency-name: moto[ec2] dependency-version: 5.1.19 dependency-type: direct:development update-type: version-update:semver-patch dependency-group: pip - dependency-name: pyfakefs dependency-version: 6.0.0 dependency-type: direct:development dependency-group: pip ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent c5eb9e7 commit 7924f7e

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

pyproject.toml

Lines changed: 3 additions & 3 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.42.0",
11+
"boto3==1.42.19",
1212
"importlib_resources==6.5.2",
1313
"pytoml==0.1.21",
1414
"pytz==2025.2",
@@ -24,10 +24,10 @@ 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.18",
27+
"moto[ec2]==5.1.19",
2828
"prek~=0.2.11",
2929
"pyright==1.1.407",
30-
"pyfakefs~=5.1",
30+
"pyfakefs~=6.0",
3131
"pytest~=9.0",
3232
"pytest-mock~=3.11",
3333
"ruff~=0.14.2",

0 commit comments

Comments
 (0)