Skip to content

Commit

Permalink
feat(deps): Update to ghastoolkit 0.14
Browse files Browse the repository at this point in the history
  • Loading branch information
GeekMasher committed Aug 27, 2024
1 parent 3e64654 commit 8dac10a
Show file tree
Hide file tree
Showing 7 changed files with 224 additions and 39 deletions.
2 changes: 1 addition & 1 deletion Pipfile
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ verify_ssl = true
[packages]
pyyaml = "*"
semantic-version = "*"
ghastoolkit = "==0.13.4"
ghastoolkit = "==0.14.0"

[dev-packages]
sphinx = "*"
Expand Down
24 changes: 12 additions & 12 deletions Pipfile.lock

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

2 changes: 1 addition & 1 deletion vendor/ghastoolkit/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
__name__ = "ghastoolkit"
__title__ = "GHAS Toolkit"

__version__ = "0.13.4"
__version__ = "0.14.0"

__description__ = "GitHub Advanced Security Python Toolkit"
__summary__ = """\
Expand Down
Loading

0 comments on commit 8dac10a

Please sign in to comment.