deps: bump safety from 2.3.5 to 3.2.0 (#661)

Bumps [safety](https://github.com/pyupio/safety) from 2.3.5 to 3.2.0.
- [Release notes](https://github.com/pyupio/safety/releases)
- [Changelog](https://github.com/pyupio/safety/blob/main/CHANGELOG.md)
- [Commits](https://github.com/pyupio/safety/compare/2.3.5...3.2.0)

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

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
This commit is contained in:
dependabot[bot]
2024-05-06 22:37:58 -05:00
committed by GitHub
parent 1f8449ca40
commit c56e048635
2 changed files with 235 additions and 15 deletions

View File

@@ -34,7 +34,7 @@ pytz = ">=2021.3,<2024.0"
[tool.poetry.group.dev.dependencies]
pytest = "^7.2.1"
coverage = {extras = ["toml"], version = "^7.1"}
safety = "^2.3.5"
safety = ">=2.3.5,<4.0.0"
mypy = "^1.0"
xdoctest = {extras = ["colors"], version = "^1.1.1"}
sphinx = ">=4.3.2,<6.0.0"