Skip to content

Commit

Permalink
build(deps): bump the pip group with 3 updates (#472)
Browse files Browse the repository at this point in the history
Updates boto3 from 1.35.30 to 1.35.53
Updates rich from 13.8.1 to 13.9.3
Updates ruff to 0.7.1
  • Loading branch information
dependabot[bot] authored Nov 2, 2024
1 parent 22f456d commit a34c7cc
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 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.35.30",
"boto3==1.35.53",
"importlib_resources==6.4.5",
"pytoml==0.1.21",
"pytz==2024.2",
"requests==2.32.3",
"rich==13.8.1",
"rich==13.9.3",
"typing_extensions==4.12.2",
]

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

Expand Down

0 comments on commit a34c7cc

Please sign in to comment.