Skip to content

Commit

Permalink
Update dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
cjdsellers committed Dec 31, 2023
1 parent 0eb8a28 commit 46f1723
Show file tree
Hide file tree
Showing 4 changed files with 23 additions and 22 deletions.
16 changes: 8 additions & 8 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 @@ -23,7 +23,7 @@ description = "A high-performance algorithmic trading platform and event-driven
documentation = "https://docs.nautilustrader.io"

[workspace.dependencies]
anyhow = "1.0.77"
anyhow = "1.0.78"
chrono = "0.4.31"
futures = "0.3.30"
indexmap = "2.1.0"
Expand Down
25 changes: 13 additions & 12 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 @@ -98,7 +98,7 @@ optional = true

[tool.poetry.group.test.dependencies]
coverage = "^7.4.0"
pytest = "^7.4.3"
pytest = "^7.4.4"
pytest-aiohttp = "^1.0.5"
pytest-asyncio = "^0.21.1"
pytest-benchmark = "^4.0.0"
Expand Down

0 comments on commit 46f1723

Please sign in to comment.