Skip to content

Commit d511419

Browse files
Bump detect-secrets from 1.2.0 to 1.3.0 (#148)
* Bump detect-secrets from 1.2.0 to 1.3.0 Bumps [detect-secrets](https://github.com/Yelp/detect-secrets) from 1.2.0 to 1.3.0. - [Release notes](https://github.com/Yelp/detect-secrets/releases) - [Changelog](https://github.com/Yelp/detect-secrets/blob/master/CHANGELOG.md) - [Commits](Yelp/detect-secrets@v1.2.0...v1.3.0) --- updated-dependencies: - dependency-name: detect-secrets dependency-type: direct:development update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <[email protected]> * Update config Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Mathieu Leplatre <[email protected]>
1 parent 94586aa commit d511419

File tree

3 files changed

+6
-6
lines changed

3 files changed

+6
-6
lines changed

.secrets.baseline

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
2-
"version": "1.2.0",
2+
"version": "1.3.0",
33
"plugins_used": [
44
{
55
"name": "ArtifactoryDetector"

poetry.lock

Lines changed: 4 additions & 4 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ black = "^22.6.0"
2626
isort = "^5.10.1"
2727
coverage = {extras = ["toml"], version = "^6.4"}
2828
mypy = "^0.971"
29-
detect-secrets = "^1.2.0"
29+
detect-secrets = "^1.3.0"
3030
bandit = "^1.7.0"
3131
pylint = "^2.14.5"
3232
pylint-pytest = "^1.1.2"

0 commit comments

Comments
 (0)