Skip to content

Commit de1cd71

Browse files
committed
Bump dependencies
1 parent 3908319 commit de1cd71

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

.pre-commit-config.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
# See https://pre-commit.com/hooks.html for more hooks
33
repos:
44
- repo: https://github.com/pre-commit/pre-commit-hooks
5-
rev: v5.0.0
5+
rev: cef0300fd0fc4d2a87a85fa2093c6b283ea36f4b # v5.0.0
66
hooks:
77
- id: check-case-conflict
88
- id: check-docstring-first
@@ -27,11 +27,11 @@ repos:
2727
types_or: [ python, pyi ]
2828
language: system
2929
- repo: https://github.com/sphinx-contrib/sphinx-lint
30-
rev: ff671d6a030a3141634793e6d1e8909ab6091830
30+
rev: ff671d6a030a3141634793e6d1e8909ab6091830 # v1.0.0
3131
hooks:
3232
- id: sphinx-lint
3333
- repo: https://github.com/astral-sh/ruff-pre-commit
34-
rev: v0.11.12
34+
rev: aad66557af3b56ba6d4d69cd1b6cba87cef50cbb # v0.14.3
3535
hooks:
3636
- id: ruff-format
3737
- id: ruff-check

pyproject.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,7 @@ pandas = [
5959
"pandas >= 1.1.0, < 3.0.0",
6060
"numpy >= 1.21.2, < 3.0.0",
6161
]
62-
pyarrow = ["pyarrow >= 6.0.0, < 22.0.0"]
62+
pyarrow = ["pyarrow >= 6.0.0, < 23.0.0"]
6363

6464

6565
[build-system]
@@ -151,7 +151,7 @@ dep-project-dependencies = [
151151
"pytz",
152152
"numpy >= 1.7.0, < 3.0.0",
153153
"pandas >= 1.1.0, < 3.0.0",
154-
"pyarrow >= 6.0.0, < 22.0.0",
154+
"pyarrow >= 6.0.0, < 23.0.0",
155155
]
156156

157157
[tool.setuptools.dynamic]

0 commit comments

Comments
 (0)