Skip to content

Commit

Permalink
Update dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
cjdsellers committed Oct 18, 2023
1 parent cb53edd commit 4e4c276
Show file tree
Hide file tree
Showing 4 changed files with 56 additions and 51 deletions.
2 changes: 1 addition & 1 deletion .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,7 @@ repos:
types: [python]

- repo: https://github.com/psf/black
rev: 23.9.1
rev: 23.10.0
hooks:
- id: black
types_or: [python, pyi]
Expand Down
43 changes: 26 additions & 17 deletions nautilus_core/Cargo.lock

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

60 changes: 28 additions & 32 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 @@ -78,7 +78,7 @@ redis = ["hiredis", "redis"]
optional = true

[tool.poetry.group.dev.dependencies]
black = "^23.9.1"
black = "^23.10.0"
docformatter = "^1.7.5"
mypy = "^1.6.0"
pre-commit = "^3.5.0"
Expand Down

0 comments on commit 4e4c276

Please sign in to comment.