Skip to content

Commit

Permalink
Merge branch 'main' into maint/remove-black-flake8-etc
Browse files Browse the repository at this point in the history
  • Loading branch information
amstilp authored May 1, 2024
2 parents 68f97ce + 315e0e7 commit 5050084
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 6 deletions.
4 changes: 2 additions & 2 deletions .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ fail_fast: true

repos:
- repo: https://github.com/pre-commit/pre-commit-hooks
rev: v4.0.1
rev: v4.6.0
hooks:
- id: trailing-whitespace
- id: end-of-file-fixer
Expand All @@ -21,7 +21,7 @@ repos:
- id: ruff-format

- repo: https://github.com/gitleaks/gitleaks
rev: v8.16.1
rev: v8.18.2
hooks:
- id: gitleaks

Expand Down
2 changes: 1 addition & 1 deletion requirements/dev-requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -100,7 +100,7 @@ matplotlib-inline==0.1.6
mccabe==0.7.0
# via
# pylint
mypy==1.9.0
mypy==1.10.0
# via -r requirements/dev-requirements.in
mypy-extensions==1.0.0
# via
Expand Down
6 changes: 3 additions & 3 deletions requirements/test-requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ charset-normalizer==3.3.2
# via
# -c requirements/requirements.txt
# requests
coverage==7.4.4
coverage==7.5.0
# via
# -r requirements/test-requirements.in
# django-coverage-plugin
Expand All @@ -37,9 +37,9 @@ packaging==23.2
# -c requirements/requirements.txt
# pytest
# pytest-sugar
pluggy==1.4.0
pluggy==1.5.0
# via pytest
pytest==8.1.1
pytest==8.2.0
# via
# -r requirements/test-requirements.in
# pytest-django
Expand Down

0 comments on commit 5050084

Please sign in to comment.