From eb2f211188ebd0e2d2a782ccc616b87bda6f41ee Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 9 Dec 2022 17:01:02 +0000 Subject: [PATCH] build(deps-dev): bump safety from 2.3.4 to 2.3.5 Bumps [safety](https://github.com/pyupio/safety) from 2.3.4 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.3.4...2.3.5) --- 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 ad8b6b7b..adfece6c 100644 --- a/requirements-dev.txt +++ b/requirements-dev.txt @@ -22,7 +22,7 @@ flake8-use-fstring==1.4 mypy==0.991 pep8-naming==0.13.2 -safety==2.3.4 +safety==2.3.5 types-requests==2.28.11.5 # Code formatting tools