Skip to content

Commit

Permalink
Update deps
Browse files Browse the repository at this point in the history
  • Loading branch information
vemel committed Dec 13, 2024
1 parent 7d258a3 commit 3066ce3
Show file tree
Hide file tree
Showing 3 changed files with 141 additions and 6 deletions.
2 changes: 1 addition & 1 deletion .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ repos:
name: istub
language: system
pass_filenames: false
entry: uvx --with 's3transfer[crt]' istub -u
entry: uv run istub -u
- id: sanity
name: sanity
language: system
Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ classifiers = [
]

[dependency-groups]
dev = ["setuptools"]
dev = ["setuptools", "istub", "awscrt"]
types = [
"botocore-stubs",
"types-awscrt",
Expand Down
Loading

0 comments on commit 3066ce3

Please sign in to comment.