From 68bd92a133eeac597da61a0819768a589dafd6dd Mon Sep 17 00:00:00 2001 From: Max Schmitt Date: Wed, 6 Jul 2022 10:45:13 +0200 Subject: [PATCH] chore: bump dev dependencies (#120) --- .pre-commit-config.yaml | 8 ++++---- local-requirements.txt | 14 +++++++------- 2 files changed, 11 insertions(+), 11 deletions(-) diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index 1b863fe..75addcb 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -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: diff --git a/local-requirements.txt b/local-requirements.txt index 859db8e..82ea6a5 100644 --- a/local-requirements.txt +++ b/local-requirements.txt @@ -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