Skip to content

Commit cd93d08

Browse files
authored
Merge pull request #1163 from GitGuardian/severine/bump-pygitguardian
chore(deps): update py-gitguardian to 1.28.0
2 parents acc377e + 9148f5f commit cd93d08

2 files changed

Lines changed: 15 additions & 20 deletions

File tree

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: 11 additions & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -10,12 +10,8 @@ keywords = [
1010
"gitguardian",
1111
]
1212
readme = "README.md"
13-
authors = [
14-
{name = "GitGuardian", email = "support@gitguardian.com"},
15-
]
16-
maintainers = [
17-
{name = "GitGuardian", email = "support@gitguardian.com"},
18-
]
13+
authors = [{ name = "GitGuardian", email = "support@gitguardian.com" }]
14+
maintainers = [{ name = "GitGuardian", email = "support@gitguardian.com" }]
1915
classifiers = [
2016
"Development Status :: 5 - Production/Stable",
2117
"Intended Audience :: Developers",
@@ -32,7 +28,7 @@ classifiers = [
3228
"Operating System :: OS Independent",
3329
"Topic :: Security",
3430
]
35-
license = {text = "MIT"}
31+
license = { text = "MIT" }
3632
requires-python = ">=3.9"
3733
dependencies = [
3834
"platformdirs~=3.0.0",
@@ -42,7 +38,7 @@ dependencies = [
4238
"marshmallow~=3.18.0",
4339
"marshmallow-dataclass~=8.5.8",
4440
"oauthlib~=3.2.1",
45-
"pygitguardian~=1.27.0",
41+
"pygitguardian~=1.28.0",
4642
"pyjwt~=2.6.0",
4743
"python-dotenv~=0.21.0",
4844
"pyyaml~=6.0.1",
@@ -91,11 +87,12 @@ lines_after_imports = 2
9187

9288
[tool.coverage.report]
9389
exclude_lines = [
94-
"@abstractmethod",
95-
"if TYPE_CHECKING:",
96-
"pragma: no cover",
97-
"raise NotImplementedError",
98-
"assert False"]
90+
"@abstractmethod",
91+
"if TYPE_CHECKING:",
92+
"pragma: no cover",
93+
"raise NotImplementedError",
94+
"assert False",
95+
]
9996
omit = ["tests/*"]
10097
fail_under = 80
10198
show_missing = true
@@ -146,6 +143,4 @@ dev = [
146143
"ipython>=8.12.3",
147144
"ipdb>=0.13.13",
148145
]
149-
standalone = [
150-
"pyinstaller==6.7.0",
151-
]
146+
standalone = ["pyinstaller==6.7.0"]

0 commit comments

Comments
 (0)