From 7c80b9adc6fbf9a44928e34a86d3e3d135316cbe Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 5 Oct 2022 17:11:42 +0000 Subject: [PATCH] build(deps-dev): bump safety from 2.2.0 to 2.2.1 Bumps [safety](https://github.com/pyupio/safety) from 2.2.0 to 2.2.1. - [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.2.1) --- updated-dependencies: - dependency-name: safety dependency-type: direct:development update-type: version-update:semver-patch ... 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 3865c7d2..b69805e9 100644 --- a/requirements-dev.txt +++ b/requirements-dev.txt @@ -22,7 +22,7 @@ flake8-use-fstring==1.4 mypy==0.982 pep8-naming==0.13.2 -safety==2.2.0 +safety==2.2.1 types-requests==2.28.11.1 # Code formatting tools