Browse Source

Merge pull request #460 from github/dependabot/pip/dnspython-1.16.0

Bump dnspython from 1.15.0 to 1.16.0
pull/464/head
Ross McFarland 6 years ago
committed by GitHub
parent
commit
bf17b8c80c
No known key found for this signature in database GPG Key ID: 4AEE18F83AFDEB23
3 changed files with 3 additions and 3 deletions
  1. +1
    -1
      requirements.txt
  2. +1
    -1
      tests/zones/invalid.zone.
  3. +1
    -1
      tests/zones/unit.tests.

+ 1
- 1
requirements.txt View File

@ -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


+ 1
- 1
tests/zones/invalid.zone. View File

@ -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)


+ 1
- 1
tests/zones/unit.tests. View File

@ -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)


Loading…
Cancel
Save