Skip to content

Commit 7274ad4

Browse files
committed
Merge remote-tracking branch 'origin/HEAD'
2 parents b0d1257 + fc88530 commit 7274ad4

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

.pre-commit-config.yaml

+3-3
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ default_language_version:
77

88
repos:
99
- repo: https://github.com/pre-commit/pre-commit-hooks
10-
rev: v4.5.0
10+
rev: v4.6.0
1111
hooks:
1212
- id: check-toml
1313
- id: check-yaml
@@ -19,14 +19,14 @@ repos:
1919
- id: pyupgrade
2020

2121
- repo: https://github.com/astral-sh/ruff-pre-commit
22-
rev: v0.4.8
22+
rev: v0.5.4
2323
hooks:
2424
- id: ruff
2525
args: [--fix]
2626
- id: ruff-format
2727

2828
- repo: https://github.com/astral-sh/uv-pre-commit
29-
rev: 0.2.11
29+
rev: 0.2.27
3030
hooks:
3131
- id: pip-compile
3232
args: [requirements.in, -o, requirements.txt]

requirements.txt

+2-2
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@ idna==3.7
4747
# tldextract
4848
incremental==22.10.0
4949
# via twisted
50-
influxdb3-python==0.6.1
50+
influxdb3-python==0.7.0
5151
# via -r requirements.in
5252
itemadapter==0.9.0
5353
# via
@@ -109,7 +109,7 @@ requests==2.32.3
109109
# tldextract
110110
requests-file==2.1.0
111111
# via tldextract
112-
ruff==0.5.1
112+
ruff==0.5.4
113113
# via -r requirements.in
114114
scrapy==2.11.2
115115
# via -r requirements.in

0 commit comments

Comments
 (0)