Skip to content

Commit

Permalink
chore: bump deps (#437)
Browse files Browse the repository at this point in the history
  • Loading branch information
tekumara authored Jul 9, 2023
1 parent 72440a6 commit 700f114
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 10 deletions.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -83,7 +83,7 @@ outdated: $(venv)
npm outdated

## run pre-commit git hooks on all files
hooks: $(venv)
hooks: node_modules $(venv)
$(venv)/bin/pre-commit run --show-diff-on-failure --color=always --all-files --hook-stage push

install-hooks: .git/hooks/pre-commit .git/hooks/pre-push
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"devDependencies": {
"pyright": "1.1.302"
"pyright": "1.1.316"
}
}
13 changes: 6 additions & 7 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",
"boto3==1.28.1",
"importlib_resources==5.12.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,13 +23,12 @@ 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",
"pytest~=7.4",
"pytest-mock~=3.11",
"ruff~=0.0.270",
"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 700f114

Please sign in to comment.