build(deps-dev): bump safety from 2.2.0 to 2.3.5

Bumps [safety](https://github.com/pyupio/safety) from 2.2.0 to 2.3.5.
- [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.2.0...2.3.5)

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

Signed-off-by: dependabot[bot] <support@github.com>
This commit is contained in:
dependabot[bot]
2022-12-20 01:28:12 +00:00
parent 7175795296
commit 20b545309b
2 changed files with 10 additions and 6 deletions

View File

@@ -34,7 +34,7 @@ pytz = ">=2021.3,<2023.0"
[tool.poetry.dev-dependencies]
pytest = "^7.2.0"
coverage = {extras = ["toml"], version = "^6.5"}
safety = "^2.2.0"
safety = "^2.3.5"
mypy = "^0.991"
typeguard = "^2.13.2"
xdoctest = {extras = ["colors"], version = "^1.1.0"}