Skip to content

Commit

Permalink
chore(pipfile): update lock
Browse files Browse the repository at this point in the history
  • Loading branch information
Jguer committed Jun 15, 2021
1 parent 3fbf296 commit 7a00322
Show file tree
Hide file tree
Showing 4 changed files with 18 additions and 18 deletions.
10 changes: 5 additions & 5 deletions .pre-commit-config.yaml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
default_stages: [commit]
repos:
- repo: https://github.com/ambv/black
rev: 21.5b0
rev: 21.6b0
hooks:
- id: black
language_version: python3
Expand All @@ -13,12 +13,12 @@ repos:
- id: flake8

- repo: https://github.com/pre-commit/mirrors-mypy
rev: v0.812
rev: v0.902
hooks:
- id: mypy

- repo: https://github.com/pre-commit/pre-commit-hooks
rev: v3.4.0
rev: v4.0.1
hooks:
- id: check-json
- id: check-added-large-files
Expand All @@ -31,14 +31,14 @@ repos:
args: [--settings-path, setup.cfg]

- repo: https://github.com/Woile/commitizen
rev: v2.17.6
rev: v2.17.9
hooks:
- id: commitizen
# don't forget to run pre-commit install --hook-type commit-msg for this hook to run
stages: [commit-msg]

- repo: https://github.com/pre-commit/mirrors-prettier # to format JSON, YAML and markdown files among others
rev: v2.2.1
rev: v2.3.1
hooks:
- id: prettier

Expand Down
10 changes: 5 additions & 5 deletions Pipfile
Original file line number Diff line number Diff line change
Expand Up @@ -5,21 +5,21 @@ verify_ssl = true

[packages]
click = "*"
ggshield = {editable = true,path = "."}
pygitguardian = "==1.1.3"
pyyaml = "*"
ggshield = {editable = true, path = "."}
pygitguardian = "==1.2.0"
python-dotenv = "*"
pyyaml = "*"

[dev-packages]
black = "==21.5b0"
black = "==21.6b0"
coverage = "*"
flake8 = "*"
flake8-isort = "*"
flake8-quotes = "*"
mock = "*"
mypy = "*"
pre-commit = "*"
pytest = "*"
seed-isort-config = "*"
snapshottest = "*"
vcrpy = "*"
mypy = "*"
14 changes: 7 additions & 7 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="support@gitguardian.com",
maintainer="GitGuardian",
entry_points={"console_scripts": ["ggshield=ggshield.cmd:cli_wrapper"]},
install_requires=["click", "pygitguardian==1.1.3", "pyyaml", "python-dotenv"],
install_requires=["click", "pygitguardian==1.2.0", "pyyaml", "python-dotenv"],
include_package_data=True,
zip_safe=True,
license="MIT",
Expand Down

0 comments on commit 7a00322

Please sign in to comment.