Skip to content

Commit

Permalink
Merge branch 'main' into jsibbison-20240627-merge-into
Browse files Browse the repository at this point in the history
* main:
  chore(deps): update ruff requirement from ~=0.5.1 to ~=0.6.3 (tekumara#130)
  chore(deps-dev): bump pyright from 1.1.374 to 1.1.378 (tekumara#133)
  • Loading branch information
jsibbison-square committed Sep 4, 2024
2 parents d85a7b2 + 6b37d8b commit b39e2e5
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
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.374"
"pyright": "1.1.378"
}
}
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ dev = [
"pyarrow-stubs==10.0.1.9",
"pytest~=8.0",
"pytest-asyncio",
"ruff~=0.5.1",
"ruff~=0.6.3",
"twine~=5.0",
"snowflake-sqlalchemy~=1.5.0",
]
Expand Down

0 comments on commit b39e2e5

Please sign in to comment.