diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index a36bc17b..1e272e9d 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -11,7 +11,7 @@ repos: - id: detect-private-key - id: check-docstring-first - repo: https://github.com/psf/black - rev: 23.12.1 + rev: 24.1.1 hooks: - id: black exclude: | @@ -20,7 +20,7 @@ repos: |(.*)/migrations ) - repo: https://github.com/PyCQA/flake8 - rev: 6.1.0 + rev: 7.0.0 hooks: - id: flake8 exclude: | @@ -28,7 +28,7 @@ repos: ^{{cookiecutter.project_slug}}/ ) - repo: https://github.com/commitizen-tools/commitizen - rev: v3.13.0 + rev: v3.14.1 hooks: - id: commitizen stages: [commit-msg] diff --git a/requirements.txt b/requirements.txt index 198b9afa..824c3b4c 100644 --- a/requirements.txt +++ b/requirements.txt @@ -3,7 +3,7 @@ sh==2.0.6 # Code quality # ---------------------------------------------------------------------------- -black==23.12.1 +black==24.1.1 flake8==7.0.0 flake8-isort==6.1.1 @@ -11,18 +11,18 @@ flake8-isort==6.1.1 # ---------------------------------------------------------------------------- bumpver==2023.1129 bpython -commitizen==3.13.0 +commitizen==3.14.1 invoke==2.2.0 pre-commit==3.6.0 # Testing # ---------------------------------------------------------------------------- -pytest==7.4.4 +pytest==8.0.0 pytest-cookies==0.7.0 pytest-cov==4.1.0 pytest-factoryboy==2.6.0 pytest-instafail==0.5.0 pytest-logger==0.5.1 pytest-mock==3.12.0 -pytest-sugar==0.9.7 +pytest-sugar==1.0.0 pytest-xdist==3.5.0