Skip to content

Commit ea60ecc

Browse files
authored
Merge pull request #38 from OPPIDA/chore/pre-commit
2 parents 77c5afe + 48e50b1 commit ea60ecc

File tree

4 files changed

+21
-11
lines changed

4 files changed

+21
-11
lines changed

.pre-commit-config.yaml

Lines changed: 9 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -6,17 +6,17 @@ fail_fast: true
66

77
repos:
88
- repo: https://github.com/astral-sh/uv-pre-commit
9-
rev: 0.8.9
9+
rev: 0.9.22
1010
hooks:
1111
- id: uv-lock
1212

1313
- repo: https://github.com/astral-sh/uv-pre-commit
14-
rev: 0.8.9
14+
rev: 0.9.22
1515
hooks:
1616
- id: uv-export
1717

1818
- repo: https://github.com/astral-sh/ruff-pre-commit
19-
rev: v0.12.7
19+
rev: v0.14.10
2020
hooks:
2121
- id: ruff-check
2222
args: [--fix]
@@ -27,4 +27,9 @@ repos:
2727
hooks:
2828
- id: conventional-pre-commit
2929
stages: [commit-msg]
30-
args: []
30+
args: []
31+
32+
- repo: https://github.com/google/osv-scanner
33+
rev: v2.3.1
34+
hooks:
35+
- id: osv-scanner

pyproject.toml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,7 @@ dependencies = [
2020
"requests>=2.32.4",
2121
"tqdm>=4.67.1",
2222
"typer>=0.16.1",
23+
"urllib3>=2.6.3",
2324
"xmltodict>=0.14.2",
2425
]
2526

requirements.txt

Lines changed: 6 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -664,10 +664,12 @@ typing-inspection==0.4.2 \
664664
--hash=sha256:4ed1cacbdc298c220f1bd249ed5287caa16f34d44ef4e9c3d0cbad5b521545e7 \
665665
--hash=sha256:ba561c48a67c5958007083d386c3295464928b01faa735ab8547c5692e87f464
666666
# via pydantic
667-
urllib3==2.6.2 \
668-
--hash=sha256:016f9c98bb7e98085cb2b4b17b87d2c702975664e4f060c6532e64d1c1a5e797 \
669-
--hash=sha256:ec21cddfe7724fc7cb4ba4bea7aa8e2ef36f607a4bab81aa6ce42a13dc3f03dd
670-
# via requests
667+
urllib3==2.6.3 \
668+
--hash=sha256:1b62b6884944a57dbe321509ab94fd4d3b307075e0c2eae991ac71ee15ad38ed \
669+
--hash=sha256:bf272323e553dfb2e87d9bfd225ca7b0f467b919d7bbd355436d3fd37cb0acd4
670+
# via
671+
# codesectools
672+
# requests
671673
xmltodict==1.0.2 \
672674
--hash=sha256:54306780b7c2175a3967cad1db92f218207e5bc1aba697d887807c0fb68b7649 \
673675
--hash=sha256:62d0fddb0dcbc9f642745d8bbf4d81fd17d6dfaec5a15b5c1876300aad92af0d

uv.lock

Lines changed: 5 additions & 3 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)