Skip to content

Commit 594287d

Browse files
authored
Merge branch 'main' into main
2 parents a13f330 + 8a635f5 commit 594287d

File tree

4 files changed

+45
-166
lines changed

4 files changed

+45
-166
lines changed

.release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
11
name: "ghastoolkit"
2-
version: "0.12.4"
2+
version: "0.12.5"

Pipfile.lock

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

pyproject.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[project]
22
name = "ghastoolkit"
3-
version = "0.12.4"
3+
version = "0.12.5"
44
authors = [{ name = "GeekMasher" }]
55
description = "GitHub Advanced Security Python Toolkit"
66
readme = "README.md"
@@ -16,7 +16,7 @@ classifiers = [
1616
]
1717

1818
dependencies = [
19-
"certifi==2024.6.2",
19+
"certifi==2024.7.4",
2020
"charset-normalizer==3.3.2",
2121
"idna==3.7",
2222
"PyYAML==6.0.1",

src/ghastoolkit/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
__name__ = "ghastoolkit"
44
__title__ = "GHAS Toolkit"
55

6-
__version__ = "0.12.4"
6+
__version__ = "0.12.5"
77

88
__description__ = "GitHub Advanced Security Python Toolkit"
99
__summary__ = """\

0 commit comments

Comments
 (0)