Skip to content

Commit d795550

Browse files
Bump detect-secrets from 1.3.0 to 1.4.0 (#280)
* Bump detect-secrets from 1.3.0 to 1.4.0 Bumps [detect-secrets](https://github.com/Yelp/detect-secrets) from 1.3.0 to 1.4.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.3.0...v1.4.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 version in secrets baseline file Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Mathieu Leplatre <[email protected]>
1 parent 5de9911 commit d795550

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.3.0",
2+
"version": "1.4.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
@@ -25,7 +25,7 @@ black = "^22.10.0"
2525
isort = "^5.10.1"
2626
coverage = {extras = ["toml"], version = "^6.5"}
2727
mypy = "^0.982"
28-
detect-secrets = "^1.3.0"
28+
detect-secrets = "^1.4.0"
2929
bandit = "^1.7.0"
3030
pylint = "^2.15.3"
3131
pylint-pytest = "^1.1.2"

0 commit comments

Comments
 (0)