Skip to content

Commit

Permalink
Update dependencies
Browse files Browse the repository at this point in the history
- once_cell
- redis
- ruff
  • Loading branch information
cjdsellers committed Sep 13, 2024
1 parent 396b89f commit eb2265d
Show file tree
Hide file tree
Showing 6 changed files with 53 additions and 39 deletions.
2 changes: 1 addition & 1 deletion .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -83,7 +83,7 @@ repos:
exclude: "docs/_pygments/monokai.py"

- repo: https://github.com/astral-sh/ruff-pre-commit
rev: v0.6.4
rev: v0.6.5
hooks:
- id: ruff
args: ["--fix"]
Expand Down
12 changes: 6 additions & 6 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/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ futures = "0.3.30"
indexmap = { version = "2.5.0", features = ["serde"] }
itertools = "0.12.1"
itoa = "1.0.11"
once_cell = "1.19.0"
once_cell = "1.20.0"
log = { version = "0.4.22", features = ["std", "kv_unstable", "serde", "release_max_level_debug"] }
pyo3 = { version = "0.21.2", features = ["rust_decimal"] }
pyo3-asyncio-0-21 = { version = "0.21.0", features = ["tokio-runtime", "tokio", "attributes"] }
Expand Down
2 changes: 1 addition & 1 deletion nautilus_core/infrastructure/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ serde_json = { workspace = true }
tokio = { workspace = true }
tracing = {workspace = true }
ustr = { workspace = true }
redis = { version = "0.26.1", features = [
redis = { version = "0.27.0", features = [
"connection-manager",
"keep-alive",
"sentinel",
Expand Down
72 changes: 43 additions & 29 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 @@ -92,7 +92,7 @@ docformatter = "^1.7.5"
mypy = "^1.11.2"
pandas-stubs = "^2.2.2"
pre-commit = "^3.8.0"
ruff = "^0.6.4"
ruff = "^0.6.5"
types-pytz = "^2024.1"
types-requests = "^2.32"
types-toml = "^0.10.2"
Expand Down

0 comments on commit eb2265d

Please sign in to comment.