Skip to content

Commit 240b9d8

Browse files
author
jguerreiro
committed
chore(deps): update dependencies
1 parent f5d3f8a commit 240b9d8

File tree

7 files changed

+592
-29
lines changed

7 files changed

+592
-29
lines changed

.gitignore

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -124,5 +124,4 @@ secrets.py
124124
secret.py
125125
secrets
126126

127-
Pipfile.lock
128127
dist/

.pre-commit-config.yaml

Lines changed: 6 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -1,35 +1,31 @@
11
default_stages: [commit]
22
repos:
33
- repo: https://github.com/ambv/black
4-
rev: stable
4+
rev: 20.8b1
55
hooks:
66
- id: black
77
language_version: python3.8
8-
- repo: https://github.com/asottile/seed-isort-config
9-
rev: v1.9.1
10-
hooks:
11-
- id: seed-isort-config
128
- repo: https://github.com/pre-commit/mirrors-isort
13-
rev: v4.3.20
9+
rev: v5.5.3
1410
hooks:
1511
- id: isort
1612
- repo: https://github.com/pre-commit/pre-commit-hooks
17-
rev: v2.5.0
13+
rev: v3.2.0
1814
hooks:
1915
- id: check-json
2016
- id: check-added-large-files
2117
- id: check-yaml
2218
- repo: https://gitlab.com/pycqa/flake8
23-
rev: 3.7.9
19+
rev: 3.8.3
2420
hooks:
2521
- id: flake8
2622
- repo: https://github.com/Woile/commitizen
27-
rev: master
23+
rev: v2.4.0
2824
hooks:
2925
- id: commitizen
3026
# don't forget to run pre-commit install --hook-type commit-msg for this hook to run
3127
stages: [commit-msg]
3228
- repo: https://github.com/prettier/prettier # to format JSON, YAML and markdown files among others
33-
rev: master
29+
rev: 2.1.2
3430
hooks:
3531
- id: prettier

Pipfile

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,9 +5,11 @@ name = "pypi"
55

66
[packages]
77
pygitguardian = {editable = true,path = "."}
8+
marshmallow = ">=3.5"
9+
requests = ">=2"
810

911
[dev-packages]
10-
black = "==19.10b0"
12+
black = "==20.8b1"
1113
coverage = "*"
1214
flake8 = "*"
1315
flake8-isort = "*"

0 commit comments

Comments
 (0)