Skip to content

Commit e926a3e

Browse files
build(deps-dev): bump the pip group with 8 updates
Updates the requirements on [boto3](https://github.com/boto/boto3), [importlib-resources](https://github.com/python/importlib_resources), [pytz](https://github.com/stub42/pytz), [rich](https://github.com/Textualize/rich), [typing-extensions](https://github.com/python/typing_extensions), [moto[ec2]](https://github.com/getmoto/moto), [pytest](https://github.com/pytest-dev/pytest) and [twine](https://github.com/pypa/twine) to permit the latest version. Updates `boto3` from 1.34.19 to 1.34.59 - [Release notes](https://github.com/boto/boto3/releases) - [Changelog](https://github.com/boto/boto3/blob/develop/CHANGELOG.rst) - [Commits](boto/boto3@1.34.19...1.34.59) Updates `importlib-resources` from 6.1.1 to 6.1.3 - [Release notes](https://github.com/python/importlib_resources/releases) - [Changelog](https://github.com/python/importlib_resources/blob/main/NEWS.rst) - [Commits](python/importlib_resources@v6.1.1...v6.1.3) Updates `pytz` from 2023.3.post1 to 2024.1 - [Release notes](https://github.com/stub42/pytz/releases) - [Commits](stub42/pytz@release_2023.3.post1...release_2024.1) Updates `rich` from 13.7.0 to 13.7.1 - [Release notes](https://github.com/Textualize/rich/releases) - [Changelog](https://github.com/Textualize/rich/blob/master/CHANGELOG.md) - [Commits](Textualize/rich@v13.7.0...v13.7.1) Updates `typing-extensions` from 4.9.0 to 4.10.0 - [Release notes](https://github.com/python/typing_extensions/releases) - [Changelog](https://github.com/python/typing_extensions/blob/main/CHANGELOG.md) - [Commits](python/typing_extensions@4.9.0...4.10.0) Updates `moto[ec2]` to 5.0.2 - [Release notes](https://github.com/getmoto/moto/releases) - [Changelog](https://github.com/getmoto/moto/blob/master/CHANGELOG.md) - [Commits](getmoto/moto@4.2.13...5.0.2) Updates `pytest` to 8.0.2 - [Release notes](https://github.com/pytest-dev/pytest/releases) - [Changelog](https://github.com/pytest-dev/pytest/blob/main/CHANGELOG.rst) - [Commits](pytest-dev/pytest@7.4.0...8.0.2) Updates `twine` to 5.0.0 - [Release notes](https://github.com/pypa/twine/releases) - [Changelog](https://github.com/pypa/twine/blob/main/docs/changelog.rst) - [Commits](pypa/twine@4.0.0...5.0.0) --- updated-dependencies: - dependency-name: boto3 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: pip - dependency-name: importlib-resources dependency-type: direct:production update-type: version-update:semver-patch dependency-group: pip - dependency-name: pytz dependency-type: direct:production update-type: version-update:semver-major dependency-group: pip - dependency-name: rich dependency-type: direct:production update-type: version-update:semver-patch dependency-group: pip - dependency-name: typing-extensions dependency-type: direct:production update-type: version-update:semver-minor dependency-group: pip - dependency-name: moto[ec2] dependency-type: direct:production dependency-group: pip - dependency-name: pytest dependency-type: direct:production dependency-group: pip - dependency-name: twine dependency-type: direct:production dependency-group: pip ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent ea44417 commit e926a3e

1 file changed

Lines changed: 8 additions & 8 deletions

File tree

pyproject.toml

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -8,13 +8,13 @@ keywords = ["AWS", "EC2", "command line", "cli"]
88
classifiers = ["License :: OSI Approved :: MIT License"]
99
requires-python = ">=3.8"
1010
dependencies = [
11-
"boto3==1.34.19",
12-
"importlib_resources==6.1.1",
11+
"boto3==1.34.59",
12+
"importlib_resources==6.1.3",
1313
"pytoml==0.1.21",
14-
"pytz==2023.3.post1",
14+
"pytz==2024.1",
1515
"requests==2.31.0",
16-
"rich==13.7.0",
17-
"typing_extensions==4.9.0",
16+
"rich==13.7.1",
17+
"typing_extensions==4.10.0",
1818
]
1919

2020
[project.optional-dependencies]
@@ -23,12 +23,12 @@ dev = [
2323
"boto3-stubs[ec2,compute-optimizer,ssm,s3]",
2424
"cogapp~=3.3",
2525
"dirty-equals~=0.6",
26-
"moto[ec2]~=4.2.13",
26+
"moto[ec2]~=5.0.2",
2727
"pre-commit~=3.5",
2828
"pyfakefs~=5.1",
29-
"pytest~=7.4",
29+
"pytest~=8.0",
3030
"pytest-mock~=3.11",
31-
"twine~=4.0",
31+
"twine~=5.0",
3232
]
3333

3434
[project.scripts]

0 commit comments

Comments
 (0)