Skip to content

Commit

Permalink
Merge pull request #1042 from GitGuardian/salomevoltz/update-pygitgua…
Browse files Browse the repository at this point in the history
…rdian

chore(bump): Update py-gitguardian
  • Loading branch information
salome-voltz authored Jan 7, 2025
2 parents 7d85eb1 + e5a2eef commit 82a2486
Show file tree
Hide file tree
Showing 6 changed files with 10 additions and 9 deletions.
2 changes: 1 addition & 1 deletion ggshield/core/config/auth_config.py
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
from typing import Any, Dict, List, Optional, cast

import marshmallow_dataclass
from pygitguardian.models import FromDictMixin, ToDictMixin
from pygitguardian.models_utils import FromDictMixin, ToDictMixin

from ggshield.core.config.utils import (
get_auth_config_filepath,
Expand Down
2 changes: 1 addition & 1 deletion ggshield/core/types.py
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@

import marshmallow_dataclass
from marshmallow.decorators import pre_load
from pygitguardian.models import FromDictMixin, ToDictMixin
from pygitguardian.models_utils import FromDictMixin, ToDictMixin

from ggshield.core import ui

Expand Down
2 changes: 1 addition & 1 deletion ggshield/verticals/iac/output/schemas.py
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
IaCScanResultSchema,
IaCVulnerabilitySchema,
)
from pygitguardian.models import BaseSchema
from pygitguardian.models_utils import BaseSchema


class IaCJSONVulnerabilitySchema(IaCVulnerabilitySchema):
Expand Down
3 changes: 2 additions & 1 deletion ggshield/verticals/secret/output/schemas.py
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
from marshmallow import fields
from pygitguardian.models import BaseSchema, SecretIncidentSchema
from pygitguardian.models import SecretIncidentSchema
from pygitguardian.models_utils import BaseSchema

from ggshield.verticals.secret.extended_match import ExtendedMatchSchema

Expand Down
8 changes: 4 additions & 4 deletions pdm.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ dependencies = [
"marshmallow~=3.18.0",
"marshmallow-dataclass~=8.5.8",
"oauthlib~=3.2.1",
"pygitguardian~=1.18.0",
"pygitguardian~=1.19.0",
"pyjwt~=2.6.0",
"python-dotenv~=0.21.0",
"pyyaml~=6.0.1",
Expand Down

0 comments on commit 82a2486

Please sign in to comment.