Skip to content

Commit

Permalink
.
Browse files Browse the repository at this point in the history
  • Loading branch information
tekumara committed Jul 9, 2023
1 parent 72440a6 commit 473227a
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 10 deletions.
17 changes: 8 additions & 9 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -8,13 +8,13 @@ keywords = ["AWS", "EC2", "command line", "cli"]
classifiers = ["License :: OSI Approved :: MIT License"]
requires-python = ">=3.7"
dependencies = [
"boto3==1.26.106",
"importlib_resources==5.12.0",
"boto3==1.28.1",
"importlib_resources==6.0.0",
"pytoml==0.1.21",
"pytz==2023.3",
"requests==2.28.2",
"rich==13.3.3",
"typing_extensions==4.5.0",
"requests==2.31.0",
"rich==13.4.2",
"typing_extensions==4.7.1",
]

[project.optional-dependencies]
Expand All @@ -23,14 +23,13 @@ dev = [
"build~=0.7",
"boto3-stubs[ec2,compute-optimizer,ssm,s3]",
"cogapp~=3.3",
"darglint~=1.8",
"dirty-equals~=0.6",
"moto[ec2]~=4.1",
"pre-commit~=2.20",
"pyfakefs~=5.1",
"pytest~=7.2",
"pytest-mock~=3.8",
"ruff~=0.0.270",
"pytest~=7.4",
"pytest-mock~=3.11",
"ruff~=0.0.277",
"twine~=4.0",
]

Expand Down
1 change: 0 additions & 1 deletion toast.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,6 @@ tasks:
dependencies:
- install
input_paths:
- .darglint
- pyrightconfig.json
- tests/
environment:
Expand Down

0 comments on commit 473227a

Please sign in to comment.