From b107629384061daaf9ad3970ad5d8ce68e335e5b Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 19 Feb 2020 21:21:46 +0000 Subject: [PATCH 1/2] Bump django from 2.2.8 to 2.2.10 in /src Bumps [django](https://github.com/django/django) from 2.2.8 to 2.2.10. - [Release notes](https://github.com/django/django/releases) - [Commits](https://github.com/django/django/compare/2.2.8...2.2.10) 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 1940c442..eaba7df0 100644 --- a/src/requirements.txt +++ b/src/requirements.txt @@ -1,4 +1,4 @@ -Django==2.2.9 +Django==2.2.10 Pygments==2.4.2 Markdown==3.1.1 -e git+https://github.com/NTIA/SigMF.git@multi-recording-archive#egg=SigMF From 794989d99eecfc5ef9677ef3f73b6bd68750abbf Mon Sep 17 00:00:00 2001 From: Justin Haze Date: Wed, 19 Feb 2020 15:43:18 -0700 Subject: [PATCH 2/2] Updated Django version 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 6c440fff..416daabf 100644 --- a/src/environment.yml +++ b/src/environment.yml @@ -31,7 +31,7 @@ dependencies: - pip - pip: - coreapi==2.3.3 - - Django==2.2.9 + - Django==2.2.10 - django-debug-toolbar==1.11 - drf-yasg==1.15.0 - -e git+https://github.com/NTIA/SigMF.git@multi-recording-archive#egg=SigMF