Skip to content

Commit d214e57

Browse files
authored
Merge branch 'master' into dependabot/github_actions/astral-sh/setup-uv-6
2 parents 39e60da + e919992 commit d214e57

File tree

4 files changed

+6
-6
lines changed

4 files changed

+6
-6
lines changed

.pre-commit-config.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
repos:
22
- repo: https://github.com/astral-sh/ruff-pre-commit
33
# Ruff version.
4-
rev: 25a8c8da6c24a3b9a1a536e2674683dd0eead5d6 # frozen: v0.11.2
4+
rev: 7445ed19e95ffaa6aad0d9bd4123025f7039511a # frozen: v0.12.1
55
hooks:
66
# Run the linter.
77
- id: ruff
@@ -10,7 +10,7 @@ repos:
1010
- id: ruff-format
1111
- repo: https://github.com/astral-sh/uv-pre-commit
1212
# uv version.
13-
rev: 4b4f19e679c52e9537d1c43a6690e4c0ae457ec5 # frozen: 0.6.11
13+
rev: 64b4574c19c415db88073115a9b775bcdf30ee50 # frozen: 0.7.17
1414
hooks:
1515
- id: uv-export
1616
args:

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ dependencies = [
3232
"jsonpath-ng==1.7.0",
3333
"prometheus-client==0.21.1",
3434
"pyyaml==6.0.2",
35-
"requests==2.32.3",
35+
"requests==2.32.4",
3636
]
3737

3838
[tool.uv]

requirements.txt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,5 +7,5 @@ jsonpath-ng==1.7.0
77
ply==3.11
88
prometheus-client==0.21.1
99
pyyaml==6.0.2
10-
requests==2.32.3
11-
urllib3==2.3.0
10+
requests==2.32.4
11+
urllib3==2.5.0

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@
3737
"jsonpath-ng==1.7.0",
3838
"prometheus-client==0.21.1",
3939
"pyyaml==6.0.2",
40-
"requests==2.32.3",
40+
"requests==2.32.4",
4141
],
4242
python_requires=">=3.8",
4343
py_modules=[],

0 commit comments

Comments
 (0)