Skip to content

Commit 68bd92a

Browse files
authored
chore: bump dev dependencies (#120)
1 parent 911b34d commit 68bd92a

2 files changed

Lines changed: 11 additions & 11 deletions

File tree

.pre-commit-config.yaml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -2,21 +2,21 @@
22
# See https://pre-commit.com/hooks.html for more hooks
33
repos:
44
- repo: https://github.com/pre-commit/pre-commit-hooks
5-
rev: v4.1.0
5+
rev: v4.3.0
66
hooks:
77
- id: trailing-whitespace
88
- id: end-of-file-fixer
99
- id: check-yaml
1010
- id: check-added-large-files
1111
- repo: https://github.com/psf/black
12-
rev: 21.12b0
12+
rev: 22.6.0
1313
hooks:
1414
- id: black
1515
- repo: https://github.com/pre-commit/mirrors-mypy
16-
rev: v0.931
16+
rev: v0.961
1717
hooks:
1818
- id: mypy
19-
additional_dependencies: [types-python-slugify==5.0.0]
19+
additional_dependencies: [types-python-slugify==6.1.0]
2020
- repo: https://github.com/pycqa/flake8
2121
rev: 4.0.1
2222
hooks:

local-requirements.txt

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,10 @@
1-
black==21.9b0
2-
pytest==6.2.5
1+
black==22.6.0
2+
pytest==7.1.2
33
pytest-cov==3.0.0
4-
mypy==0.931
5-
setuptools==60.5.0
6-
twine==3.7.1
4+
mypy==0.961
5+
setuptools==63.1.0
6+
twine==4.0.1
77
wheel==0.37.1
88
flake8==4.0.1
9-
pre-commit==2.17.0
10-
Django==3.2.13
9+
pre-commit==2.19.0
10+
Django==3.2.14

0 commit comments

Comments
 (0)