Skip to content

Commit

Permalink
build(deps): bump the pip group across 1 directory with 4 updates (#469)
Browse files Browse the repository at this point in the history
Updates the requirements on [boto3](https://github.com/boto/boto3),
[importlib-resources](https://github.com/python/importlib_resources),
[rich](https://github.com/Textualize/rich) and
[ruff](https://github.com/astral-sh/ruff) to permit the latest version.
  • Loading branch information
dependabot[bot] committed Sep 1, 2024
1 parent 87a1241 commit 70f87da
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -8,12 +8,12 @@ keywords = ["AWS", "EC2", "command line", "cli"]
classifiers = ["License :: OSI Approved :: MIT License"]
requires-python = ">=3.8"
dependencies = [
"boto3==1.34.136",
"importlib_resources==6.4.0",
"boto3==1.35.10",
"importlib_resources==6.4.4",
"pytoml==0.1.21",
"pytz==2024.1",
"requests==2.32.3",
"rich==13.7.1",
"rich==13.8.0",
"typing_extensions==4.12.2",
]

Expand All @@ -28,7 +28,7 @@ dev = [
"pyfakefs~=5.1",
"pytest~=8.0",
"pytest-mock~=3.11",
"ruff~=0.5.1",
"ruff~=0.6.3",
"twine~=5.0",
]

Expand Down

0 comments on commit 70f87da

Please sign in to comment.