From 557195c3ccd7d3561e0b2e1ad8f5695bdab70c2c Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 4 Dec 2019 21:38:57 +0000 Subject: [PATCH 1/2] Bump django from 2.2.5 to 2.2.8 in /src Bumps [django](https://github.com/django/django) from 2.2.5 to 2.2.8. - [Release notes](https://github.com/django/django/releases) - [Commits](https://github.com/django/django/compare/2.2.5...2.2.8) Signed-off-by: dependabot[bot] --- src/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/requirements.txt b/src/requirements.txt index 44fb7b6a..445b56bc 100644 --- a/src/requirements.txt +++ b/src/requirements.txt @@ -1,4 +1,4 @@ -Django==2.2.5 +Django==2.2.8 Pygments==2.4.2 Markdown==3.1.1 -e git+https://github.com/NTIA/SigMF.git@multi-recording-archive#egg=SigMF From 85e029bf078dcca8d47d3fd0dd3ba7c55f2aebae Mon Sep 17 00:00:00 2001 From: Justin Haze Date: Mon, 30 Dec 2019 12:15:40 -0700 Subject: [PATCH 2/2] Updated Django to 2.2.8 in environment.yml --- src/environment.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/environment.yml b/src/environment.yml index a3f6acdf..5fd2b599 100644 --- a/src/environment.yml +++ b/src/environment.yml @@ -4,7 +4,7 @@ channels: dependencies: - python=3.6 - black=18.9b0 - - Django=2.2.5 + - Django=2.2.8 - flake8=3.7.7 - Pygments=2.4.2 - Markdown=3.1.1