From f15358535028a315c89427e0a5a11519f5a12636 Mon Sep 17 00:00:00 2001 From: "dependabot-preview[bot]" <27856297+dependabot-preview[bot]@users.noreply.github.com> Date: Sat, 11 Jan 2020 20:35:09 +0000 Subject: [PATCH 1/3] Bump dnspython from 1.15.0 to 1.16.0 Bumps [dnspython](https://github.com/rthalley/dnspython) from 1.15.0 to 1.16.0. - [Release notes](https://github.com/rthalley/dnspython/releases) - [Changelog](https://github.com/rthalley/dnspython/blob/master/doc/whatsnew.rst) - [Commits](https://github.com/rthalley/dnspython/compare/v1.15.0...v1.16.0) Signed-off-by: dependabot-preview[bot] --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index 12e413d..d926f6a 100644 --- a/requirements.txt +++ b/requirements.txt @@ -3,7 +3,7 @@ azure-common==1.1.24 azure-mgmt-dns==3.0.0 boto3==1.11.0 botocore==1.14.0 -dnspython==1.15.0 +dnspython==1.16.0 docutils==0.15.2 dyn==1.8.1 edgegrid-python==1.1.1 From 743516575fd3c9162dac4ad782605abc8a114acb Mon Sep 17 00:00:00 2001 From: "dependabot-preview[bot]" <27856297+dependabot-preview[bot]@users.noreply.github.com> Date: Sat, 11 Jan 2020 20:43:20 +0000 Subject: [PATCH 2/3] Bump dnspython from 1.15.0 to 1.16.0 Bumps [dnspython](https://github.com/rthalley/dnspython) from 1.15.0 to 1.16.0. - [Release notes](https://github.com/rthalley/dnspython/releases) - [Changelog](https://github.com/rthalley/dnspython/blob/master/doc/whatsnew.rst) - [Commits](https://github.com/rthalley/dnspython/compare/v1.15.0...v1.16.0) Signed-off-by: dependabot-preview[bot] --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index 281a06e..fb46bed 100644 --- a/requirements.txt +++ b/requirements.txt @@ -3,7 +3,7 @@ azure-common==1.1.24 azure-mgmt-dns==3.0.0 boto3==1.11.0 botocore==1.14.0 -dnspython==1.15.0 +dnspython==1.16.0 docutils==0.15.2 dyn==1.8.1 edgegrid-python==1.1.1 From e56051ba55026ba1e372af1970fce1e6c2c3c785 Mon Sep 17 00:00:00 2001 From: Ross McFarland Date: Sat, 11 Jan 2020 13:45:48 -0800 Subject: [PATCH 3/3] Add TTL's to the axfr test files --- tests/zones/invalid.zone. | 2 +- tests/zones/unit.tests. | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/tests/zones/invalid.zone. b/tests/zones/invalid.zone. index c814af6..04748a1 100644 --- a/tests/zones/invalid.zone. +++ b/tests/zones/invalid.zone. @@ -1,5 +1,5 @@ $ORIGIN invalid.zone. -@ IN SOA ns1.invalid.zone. root.invalid.zone. ( +@ 3600 IN SOA ns1.invalid.zone. root.invalid.zone. ( 2018071501 ; Serial 3600 ; Refresh (1 hour) 600 ; Retry (10 minutes) diff --git a/tests/zones/unit.tests. b/tests/zones/unit.tests. index 95828ad..0305e05 100644 --- a/tests/zones/unit.tests. +++ b/tests/zones/unit.tests. @@ -1,5 +1,5 @@ $ORIGIN unit.tests. -@ IN SOA ns1.unit.tests. root.unit.tests. ( +@ 3600 IN SOA ns1.unit.tests. root.unit.tests. ( 2018071501 ; Serial 3600 ; Refresh (1 hour) 600 ; Retry (10 minutes)