Skip to content

Commit

Permalink
Update dependencies including databento
Browse files Browse the repository at this point in the history
  • Loading branch information
cjdsellers committed Apr 2, 2024
1 parent 5d12ae7 commit 55890b9
Show file tree
Hide file tree
Showing 5 changed files with 35 additions and 35 deletions.
2 changes: 1 addition & 1 deletion .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -82,7 +82,7 @@ repos:
exclude: "docs/_pygments/monokai.py"

- repo: https://github.com/astral-sh/ruff-pre-commit
rev: v0.3.4
rev: v0.3.5
hooks:
- id: ruff
args: ["--fix"]
Expand Down
20 changes: 10 additions & 10 deletions nautilus_core/Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion nautilus_core/adapters/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ strum = { workspace = true }
tokio = { workspace = true }
thiserror = { workspace = true }
ustr = { workspace = true }
databento = { version = "0.7.1", optional = true }
databento = { version = "0.8.0", optional = true }
streaming-iterator = "0.1.9"
time = "0.3.34"

Expand Down
44 changes: 22 additions & 22 deletions poetry.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -83,7 +83,7 @@ docformatter = "^1.7.5"
mypy = "^1.9.0"
pandas-stubs = "^2.2.1"
pre-commit = "^3.7.0"
ruff = "^0.3.4"
ruff = "^0.3.5"
types-pytz = "^2023.3"
types-requests = "^2.31"
types-toml = "^0.10.2"
Expand Down

0 comments on commit 55890b9

Please sign in to comment.