Skip to content

Commit

Permalink
Update dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
cjdsellers committed Nov 3, 2023
1 parent 27a4903 commit ed379ee
Show file tree
Hide file tree
Showing 4 changed files with 32 additions and 32 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.1.3
rev: v0.1.4
hooks:
- id: ruff
args: ["--fix"]
Expand Down
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.

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 @@ -88,7 +88,7 @@ black = "^23.10.1"
docformatter = "^1.7.5"
mypy = "^1.6.1"
pre-commit = "^3.5.0"
ruff = "^0.1.3"
ruff = "^0.1.4"
types-pytz = "^2023.3"
types-redis = "^4.6"
types-requests = "^2.31"
Expand Down

0 comments on commit ed379ee

Please sign in to comment.