Skip to content

Commit

Permalink
feat(chore): update py-gitguardian
Browse files Browse the repository at this point in the history
  • Loading branch information
Jeremy Desanlis authored and Jguer committed Jul 1, 2021
1 parent c6b392c commit fd7bde7
Show file tree
Hide file tree
Showing 3 changed files with 39 additions and 46 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]
click = "*"
ggshield = {editable = true, path = "."}
pygitguardian = "==1.2.1"
pygitguardian = "==1.2.2"
python-dotenv = "*"
pyyaml = "*"

Expand Down
81 changes: 37 additions & 44 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 setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ def get_version() -> str:
author_email="[email protected]",
maintainer="GitGuardian",
entry_points={"console_scripts": ["ggshield=ggshield.cmd:cli_wrapper"]},
install_requires=["click", "pygitguardian==1.2.1", "pyyaml", "python-dotenv"],
install_requires=["click", "pygitguardian==1.2.2", "pyyaml", "python-dotenv"],
include_package_data=True,
zip_safe=True,
license="MIT",
Expand Down

0 comments on commit fd7bde7

Please sign in to comment.