Skip to content

Commit

Permalink
chore: bump dev dependencies (#120)
Browse files Browse the repository at this point in the history
  • Loading branch information
mxschmitt authored Jul 6, 2022
1 parent 911b34d commit 68bd92a
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 11 deletions.
8 changes: 4 additions & 4 deletions .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,21 +2,21 @@
# See https://pre-commit.com/hooks.html for more hooks
repos:
- repo: https://github.com/pre-commit/pre-commit-hooks
rev: v4.1.0
rev: v4.3.0
hooks:
- id: trailing-whitespace
- id: end-of-file-fixer
- id: check-yaml
- id: check-added-large-files
- repo: https://github.com/psf/black
rev: 21.12b0
rev: 22.6.0
hooks:
- id: black
- repo: https://github.com/pre-commit/mirrors-mypy
rev: v0.931
rev: v0.961
hooks:
- id: mypy
additional_dependencies: [types-python-slugify==5.0.0]
additional_dependencies: [types-python-slugify==6.1.0]
- repo: https://github.com/pycqa/flake8
rev: 4.0.1
hooks:
Expand Down
14 changes: 7 additions & 7 deletions local-requirements.txt
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
black==21.9b0
pytest==6.2.5
black==22.6.0
pytest==7.1.2
pytest-cov==3.0.0
mypy==0.931
setuptools==60.5.0
twine==3.7.1
mypy==0.961
setuptools==63.1.0
twine==4.0.1
wheel==0.37.1
flake8==4.0.1
pre-commit==2.17.0
Django==3.2.13
pre-commit==2.19.0
Django==3.2.14

0 comments on commit 68bd92a

Please sign in to comment.