Skip to content

Commit

Permalink
Update dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
cjdsellers committed Oct 20, 2023
1 parent 6e663ce commit 58cab99
Show file tree
Hide file tree
Showing 5 changed files with 49 additions and 49 deletions.
2 changes: 1 addition & 1 deletion .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -76,7 +76,7 @@ repos:
exclude: "docs/_pygments/monokai.py"

- repo: https://github.com/astral-sh/ruff-pre-commit
rev: v0.1.0
rev: v0.1.1
hooks:
- id: ruff
args: ["--fix"]
Expand Down
40 changes: 20 additions & 20 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 @@ rust_decimal_macros = "1.32.0"
serde = { version = "1.0.189", features = ["derive"] }
serde_json = "1.0.107"
strum = { version = "0.25.0", features = ["derive"] }
thiserror = "1.0.49"
thiserror = "1.0.50"
tracing = "0.1.40"
tokio = { version = "1.33.0", features = ["full"] }
ustr = { git = "https://github.com/anderslanglands/ustr", features = ["serde"] }
Expand Down
50 changes: 25 additions & 25 deletions poetry.lock

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

4 changes: 2 additions & 2 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -82,7 +82,7 @@ black = "^23.10.0"
docformatter = "^1.7.5"
mypy = "^1.6.1"
pre-commit = "^3.5.0"
ruff = "^0.1.0"
ruff = "^0.1.1"
types-pytz = "^2023.3"
types-redis = "^4.6"
types-requests = "^2.31"
Expand All @@ -98,7 +98,7 @@ pytest-aiohttp = "^1.0.5"
pytest-asyncio = "^0.21.1"
pytest-benchmark = "^4.0.0"
pytest-cov = "^4.1.0"
pytest-mock = "^3.11.1"
pytest-mock = "^3.12.0"
pytest-xdist = { version = "^3.3.1", extras = ["psutil"] }

[tool.poetry.group.docs]
Expand Down

0 comments on commit 58cab99

Please sign in to comment.