Skip to content

Commit 024e053

Browse files
committed
build(deps): update dependencies
1 parent 367ec22 commit 024e053

File tree

5 files changed

+391
-306
lines changed

5 files changed

+391
-306
lines changed

.pre-commit-config.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ repos:
1717
stages: [commit-msg]
1818

1919
- repo: https://github.com/charliermarsh/ruff-pre-commit
20-
rev: "v0.0.209"
20+
rev: "v0.0.230"
2121
hooks:
2222
- id: ruff
2323
args: ["--config", "pyproject.toml"]
@@ -48,7 +48,7 @@ repos:
4848
- id: poetry-check
4949

5050
- repo: https://github.com/RobertCraigie/pyright-python
51-
rev: v1.1.286
51+
rev: v1.1.290
5252
hooks:
5353
- id: pyright
5454

Cargo.lock

Lines changed: 12 additions & 12 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

object-store/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ object_store = { version = "0.5.3", features = [
1717
"aws_profile",
1818
] }
1919
percent-encoding = "2"
20-
pyo3 = { version = "0.17.1", features = [
20+
pyo3 = { version = "0.18", features = [
2121
"extension-module",
2222
"abi3",
2323
"abi3-py38",

0 commit comments

Comments
 (0)