chore(deps-dev): update safety requirement from >=2.3.0 to >=3.8.0

Updates the requirements on [safety](https://github.com/pyupio/safety) to permit the latest version.
- [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.0...3.8.0)

---
updated-dependencies:
- dependency-name: safety
  dependency-version: 3.8.0
  dependency-type: direct:development
...

Signed-off-by: dependabot[bot] <support@github.com>
This commit is contained in:
dependabot[bot] 2026-05-26 22:26:08 +00:00 committed by GitHub
parent 224689a5bc
commit e98f078c1d
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 1 additions and 1 deletions

View File

@ -135,7 +135,7 @@ dev = [
"mypy>=1.6.0",
"pre-commit>=3.5.0",
"bandit>=1.7.0",
"safety>=2.3.0",
"safety>=3.8.0",
"factory-boy>=3.3.0",
"freezegun>=1.2.0",
"responses>=0.23.0",