From 3a8cf13c5cedaeb5b043733f3769cc8908fb53e1 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 20 Sep 2022 17:45:44 +0000 Subject: [PATCH] build(deps-dev): bump safety from 2.1.1 to 2.2.0 Bumps [safety](https://github.com/pyupio/safety) from 2.1.1 to 2.2.0. - [Release notes](https://github.com/pyupio/safety/releases) - [Changelog](https://github.com/pyupio/safety/blob/develop/CHANGELOG.md) - [Commits](https://github.com/pyupio/safety/compare/2.1.1...2.2.0) --- updated-dependencies: - dependency-name: safety dependency-type: direct:development update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- requirements-dev.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements-dev.txt b/requirements-dev.txt index b2d2ff37..fd4d9c45 100644 --- a/requirements-dev.txt +++ b/requirements-dev.txt @@ -22,7 +22,7 @@ flake8-use-fstring==1.4 mypy==0.971 pep8-naming==0.13.2 -safety==2.1.1 +safety==2.2.0 types-requests==2.28.10 # Code formatting tools