From 1f4427c427b07cea0a0a4386353dc9559620c981 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 18 Jul 2022 17:04:48 +0000 Subject: [PATCH] build(deps-dev): bump safety from 2.0.0 to 2.1.1 Bumps [safety](https://github.com/pyupio/safety) from 2.0.0 to 2.1.1. - [Release notes](https://github.com/pyupio/safety/releases) - [Changelog](https://github.com/pyupio/safety/blob/2.1.1/CHANGELOG.md) - [Commits](https://github.com/pyupio/safety/compare/2.0.0...2.1.1) --- updated-dependencies: - dependency-name: safety dependency-type: direct:development update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com> --- requirements-dev.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements-dev.txt b/requirements-dev.txt index 21366013..cae110e2 100644 --- a/requirements-dev.txt +++ b/requirements-dev.txt @@ -22,7 +22,7 @@ flake8-use-fstring==1.3 mypy==0.961 pep8-naming==0.13.0 -safety==2.0.0 +safety==2.1.1 types-requests==2.28.0 # Code formatting tools