Skip to content

Commit

Permalink
Bump safety from 2.3.5 to 3.0.0 (#257)
Browse files Browse the repository at this point in the history
Bumps [safety](https://github.com/pyupio/safety) from 2.3.5 to 3.0.0.
- [Release notes](https://github.com/pyupio/safety/releases)
- [Changelog](https://github.com/pyupio/safety/blob/main/CHANGELOG.md)
- [Commits](pyupio/safety@2.3.5...3.0.0)

---
updated-dependencies:
- dependency-name: safety
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  • Loading branch information
dependabot[bot] authored Jan 19, 2024
1 parent db9589e commit c95396b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -80,7 +80,7 @@ static-code-analysis = [
"pyroma == 4.2",
]
dependency-scan = [
"safety == 2.3.5",
"safety == 3.0.0",
]


Expand Down
2 changes: 1 addition & 1 deletion tests/requirements_for_dependency_scanning.txt
Original file line number Diff line number Diff line change
@@ -1 +1 @@
safety==2.3.5
safety==3.0.0

0 comments on commit c95396b

Please sign in to comment.