From 1a5c668649af2e6aa1c92d2845e7a516c3aa9a32 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 5 Jul 2022 22:43:41 +0000 Subject: [PATCH] Bump salt from 2018.3.3 to 3003.5 in /backend Bumps [salt](https://github.com/saltstack/salt) from 2018.3.3 to 3003.5. - [Release notes](https://github.com/saltstack/salt/releases) - [Changelog](https://github.com/saltstack/salt/blob/master/CHANGELOG.md) - [Commits](https://github.com/saltstack/salt/compare/v2018.3.3...v3003.5) --- updated-dependencies: - dependency-name: salt dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- backend/requirement.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/backend/requirement.txt b/backend/requirement.txt index e3740c9..2b6706a 100644 --- a/backend/requirement.txt +++ b/backend/requirement.txt @@ -7,6 +7,6 @@ djangorestframework==3.8.2 djangorestframework-filter==0.2.2 djangorestframework-jwt==1.11.0 PyMySQL==0.9.2 -salt==2018.3.3 +salt==3003.5 urllib3==1.23 uWSGI==2.0.17.1