Skip to content

Commit

Permalink
Removes versioning of detect-secrets to use latest version
Browse files Browse the repository at this point in the history
  • Loading branch information
danmilne1 committed Sep 29, 2023
1 parent a70e291 commit 2389225
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion requirements.txt
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
bandit
cookiecutter
coverage
detect-secrets==1.0.3
detect-secrets
govuk-tech-docs-sphinx-theme
jinja2-time
myst-parser
Expand Down
2 changes: 1 addition & 1 deletion {{ cookiecutter.repo_name }}/setup.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ zip_safe = no
[options.extras_require]
dev =
coverage
detect-secrets == 1.0.3
detect-secrets
myst-parser
pre-commit
pytest
Expand Down

0 comments on commit 2389225

Please sign in to comment.