Skip to content

Commit

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

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

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Maciej Dąbrowski <51504507+mdabrowski1990@users.noreply.github.com>
  • Loading branch information
dependabot[bot] and mdabrowski1990 committed Jan 30, 2024
1 parent 6f8dffd commit 12c0633
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion pyproject.toml
Expand Up @@ -80,7 +80,7 @@ static-code-analysis = [
"pyroma == 4.2",
]
dependency-scan = [
"safety == 3.0.0",
"safety == 3.0.1",
]


Expand Down
2 changes: 1 addition & 1 deletion tests/requirements_for_dependency_scanning.txt
@@ -1 +1 @@
safety==3.0.0
safety==3.0.1

0 comments on commit 12c0633

Please sign in to comment.