Skip to content

Commit 72e0ca2

Browse files
Merge pull request #1107 from GitGuardian/jgriffe/update-py-gitguardian-to-1.23.0
chore: update py-gitguardian to 1.23.0
2 parents e1f78c7 + 1253100 commit 72e0ca2

File tree

4 files changed

+7
-9
lines changed

4 files changed

+7
-9
lines changed

ggshield/verticals/secret/secret_scan_collection.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -84,8 +84,8 @@ class Secret:
8484
"""
8585

8686
detector_display_name: str
87-
detector_name: str
88-
detector_group_name: str
87+
detector_name: Optional[str]
88+
detector_group_name: Optional[str]
8989
documentation_url: Optional[str]
9090
validity: str
9191
known_secret: bool

pdm.lock

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

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ dependencies = [
4141
"marshmallow~=3.18.0",
4242
"marshmallow-dataclass~=8.5.8",
4343
"oauthlib~=3.2.1",
44-
"pygitguardian~=1.22.0",
44+
"pygitguardian~=1.23.0",
4545
"pyjwt~=2.6.0",
4646
"python-dotenv~=0.21.0",
4747
"pyyaml~=6.0.1",

tests/unit/cmd/test_ignore.py

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -209,8 +209,6 @@ def test_do_not_duplicate_last_found_secrets(client, isolated_fs):
209209
THEN only one element should be added
210210
"""
211211
policy_break = PolicyBreak(
212-
"a",
213-
"a",
214212
"a",
215213
"Secrets detection",
216214
None,

0 commit comments

Comments
 (0)