Skip to content

Commit

Permalink
update dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
karrmagadgeteer2 committed Sep 26, 2024
1 parent b8cf925 commit 9653d8c
Show file tree
Hide file tree
Showing 3 changed files with 22 additions and 22 deletions.
2 changes: 1 addition & 1 deletion .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ default_language_version:

repos:
- repo: https://github.com/charliermarsh/ruff-pre-commit
rev: v0.6.7
rev: v0.6.8
hooks:
- id: ruff
args: [ --fix, --exit-non-zero-on-fix ]
Expand Down
40 changes: 20 additions & 20 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 @@ -53,7 +53,7 @@ mypy = "^1.11.2"
pandas-stubs = ">=2.1.2,<3.0.0"
pre-commit = ">=3.7.1,<4.0.0"
pytest = ">=8.2.2,<9.0.0"
ruff = "^0.6.7"
ruff = "^0.6.8"
types-openpyxl = ">=3.1.2,<4.0.0"
types-python-dateutil = ">=2.8.2,<3.0.0"
types-requests = ">=2.20.0,<3.0.0"
Expand Down

0 comments on commit 9653d8c

Please sign in to comment.