1
0
mirror of https://github.com/github/octodns.git synced 2024-05-11 05:55:00 +00:00

144 Commits

Author SHA1 Message Date
9be7be7191 Update requirements.txt 2024-03-20 13:55:03 -07:00
e6e3290b14 Update requirements, certifi advisory 2023-08-17 07:26:10 -07:00
221d4f482c black and isort version req updates 2023-06-28 14:35:38 -07:00
193d004d65 update requirements*.txt 2023-05-23 10:20:32 -07:00
8eea4ca544 Add header to generated requirements 2023-04-05 14:53:30 -07:00
9f4a910a08 Upgrade dnspython
Matches the minimum version required by `octodns-bind`.
2023-02-20 18:17:43 +00:00
3dd1455362 Update requirements, specifically rm py 2022-11-01 09:18:10 -07:00
044d8561ed Add idna encode/decode helpers 2022-05-20 09:13:38 -07:00
c39733cf91 Update requirements*.txt to the latest 2022-03-10 07:09:58 -08:00
c0e38d67f7 pycountry is only a dev requirement in core now 2022-02-01 07:20:24 -08:00
49535fa104 Move pycountry-convert to dev requirements 2022-01-28 12:24:04 -08:00
a36222716c pytest-mock version bump 2022-01-28 12:20:05 -08:00
65dce06169 We don't explicitly need requests anymore 2022-01-26 17:58:10 -08:00
e25b618e95 Initial pass at script/update-requirements, results of run 2022-01-26 17:47:31 -08:00
cfe33e543c Extract TransipProvider from octoDNS core 2022-01-14 14:17:49 -08:00
c86b5bb904 Extract OvhProvider from octoDNS core 2022-01-13 15:26:38 -08:00
ecee50289b Merge remote-tracking branch 'origin/master' into extract-googlecloud 2022-01-13 09:59:10 -08:00
93ecb2a566 Need newer setuptools to get things happy with 3.10 2022-01-13 09:35:24 -08:00
f15c2fa31a Newer pycountry that hopefully works with 3.10 2022-01-13 09:25:05 -08:00
93ac64d65c Merge remote-tracking branch 'origin/master' into extract-azure 2022-01-12 07:21:57 -08:00
c9a1be2f48 Extract GoogleCloudProvider from octoDNS core 2022-01-11 12:46:27 -08:00
7c0b9942b7 Extract & shim AkamaiProvider into octodns_edgedns 2022-01-07 09:36:33 -08:00
f07a863ac4 Extract & shim DynProvider 2022-01-06 10:06:02 -08:00
af7d304040 Merge remote-tracking branch 'origin/master' into extract-azure 2022-01-05 07:47:56 -08:00
e44effa52c Merge remote-tracking branch 'origin/master' into extract-route53 2022-01-05 07:40:54 -08:00
2e4c6a24c1 Remove Ns1 specific modules from requirements.txt 2022-01-04 13:53:57 -08:00
6e79f23ac1 Remove Route53/aws specifics from requirements.txt 2022-01-04 13:52:54 -08:00
332b323b1d Remove azure specifics from requirements.txt 2022-01-04 13:51:20 -08:00
6f6ccd30b5 applied PR-review requests 2021-12-01 07:50:35 +01:00
16f9acd870 Implement cleaned code from https://github.com/solarmonkey 2021-11-30 12:12:59 +01:00
5dcfeacb9a Revert deletion of transip code 2021-11-30 10:09:05 +01:00
6959a9a6e1 Remove python version gates on requirements, all py3 now 2021-09-28 17:41:24 -07:00
aae65594f2 Remove explicit use of six 2021-09-17 07:10:07 -07:00
3d806b27ff Remove (hopefully temporarily) TransipProvider due to suds failure to install 2021-09-16 13:46:16 -07:00
a94f52f5b1 Bump ns1-python
The new ns1-python release includes optimizations with connection pooling so that every API call re-uses a TCP connection from a previous call if any.
2021-09-01 14:16:45 -07:00
d619025040 Support dynamic records in Azure DNS 2021-05-11 22:33:00 -07:00
93de918e01 Fix lint, requirements.txt, and all the tests but one. 2021-05-10 20:38:30 -07:00
1aefa1a496 Bump pyyaml from 5.3.1 to 5.4
Bumps [pyyaml](https://github.com/yaml/pyyaml) from 5.3.1 to 5.4.
- [Release notes](https://github.com/yaml/pyyaml/releases)
- [Changelog](https://github.com/yaml/pyyaml/blob/master/CHANGES)
- [Commits](https://github.com/yaml/pyyaml/compare/5.3.1...5.4)

Signed-off-by: dependabot[bot] <support@github.com>
2021-03-25 21:56:29 +00:00
b7ed4aa57f Improve ALIAS, CNAME, DNAME & PTR record FQDN validation
Use fqdn package to help verify if the record value is really valid.

The original behavior will treat value like `_.` or `.` be a valid
record, which is strange, and the real world may not have those use
cases at all.

The RFC documents are pretty long, as I didn't read them all or enough
to tell should it be valid or not by the spec, so I opened issue #612 to
discuss this case and got a positive response from the main maintainer
to have the change.

Close #628
2020-11-22 21:10:47 +08:00
832e481ea4 Bump boto3 from 1.14.52 to 1.15.9
Bumps [boto3](https://github.com/boto/boto3) from 1.14.52 to 1.15.9.
- [Release notes](https://github.com/boto/boto3/releases)
- [Changelog](https://github.com/boto/boto3/blob/develop/CHANGELOG.rst)
- [Commits](https://github.com/boto/boto3/compare/1.14.52...1.15.9)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
2020-10-01 12:55:18 +00:00
aad1467d5a Bump botocore from 1.17.52 to 1.18.9
Bumps [botocore](https://github.com/boto/botocore) from 1.17.52 to 1.18.9.
- [Release notes](https://github.com/boto/botocore/releases)
- [Changelog](https://github.com/boto/botocore/blob/develop/CHANGELOG.rst)
- [Commits](https://github.com/boto/botocore/compare/1.17.52...1.18.9)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
2020-10-01 08:06:50 +00:00
229d77eda7 Bump boto3 from 1.14.14 to 1.14.52
Bumps [boto3](https://github.com/boto/boto3) from 1.14.14 to 1.14.52.
- [Release notes](https://github.com/boto/boto3/releases)
- [Changelog](https://github.com/boto/boto3/blob/develop/CHANGELOG.rst)
- [Commits](https://github.com/boto/boto3/compare/1.14.14...1.14.52)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
2020-09-01 15:04:28 +00:00
cfa4ac03dd Bump botocore from 1.17.14 to 1.17.52
Bumps [botocore](https://github.com/boto/botocore) from 1.17.14 to 1.17.52.
- [Release notes](https://github.com/boto/botocore/releases)
- [Changelog](https://github.com/boto/botocore/blob/develop/CHANGELOG.rst)
- [Commits](https://github.com/boto/botocore/compare/1.17.14...1.17.52)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
2020-09-01 14:57:57 +00:00
179c89573f Bump google-cloud-core from 1.3.0 to 1.4.1
Bumps [google-cloud-core](https://github.com/googleapis/python-cloud-core) from 1.3.0 to 1.4.1.
- [Release notes](https://github.com/googleapis/python-cloud-core/releases)
- [Changelog](https://github.com/googleapis/python-cloud-core/blob/master/CHANGELOG.md)
- [Commits](https://github.com/googleapis/python-cloud-core/compare/v1.3.0...v1.4.1)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
2020-09-01 14:54:26 +00:00
58535b3b69 Bump pycountry from 19.8.18 to 20.7.3
Bumps [pycountry](https://github.com/flyingcircusio/pycountry) from 19.8.18 to 20.7.3.
- [Release notes](https://github.com/flyingcircusio/pycountry/releases)
- [Changelog](https://github.com/flyingcircusio/pycountry/blob/master/HISTORY.txt)
- [Commits](https://github.com/flyingcircusio/pycountry/compare/19.8.18...20.7.3)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
2020-09-01 08:54:31 +00:00
5c248b476d According to docs ipaddress was 3.3, requires for ipaddress too
Also corrects futures to 3.2 in requires
2020-07-20 13:23:40 -07:00
e81bf53f8c Bump boto3 from 1.13.19 to 1.14.14
Bumps [boto3](https://github.com/boto/boto3) from 1.13.19 to 1.14.14.
- [Release notes](https://github.com/boto/boto3/releases)
- [Changelog](https://github.com/boto/boto3/blob/develop/CHANGELOG.rst)
- [Commits](https://github.com/boto/boto3/compare/1.13.19...1.14.14)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
2020-07-01 13:49:19 +00:00
c33182e4e5 Bump botocore from 1.16.19 to 1.17.14
Bumps [botocore](https://github.com/boto/botocore) from 1.16.19 to 1.17.14.
- [Release notes](https://github.com/boto/botocore/releases)
- [Changelog](https://github.com/boto/botocore/blob/develop/CHANGELOG.rst)
- [Commits](https://github.com/boto/botocore/compare/1.16.19...1.17.14)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
2020-07-01 13:41:10 +00:00
76dcdba620 Bump requests from 2.23.0 to 2.24.0
Bumps [requests](https://github.com/psf/requests) from 2.23.0 to 2.24.0.
- [Release notes](https://github.com/psf/requests/releases)
- [Changelog](https://github.com/psf/requests/blob/master/HISTORY.md)
- [Commits](https://github.com/psf/requests/compare/v2.23.0...v2.24.0)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
2020-07-01 13:35:37 +00:00
1a3e1143d2 Bump msrestazure from 0.6.3 to 0.6.4
Bumps [msrestazure](https://github.com/Azure/msrestazure-for-python) from 0.6.3 to 0.6.4.
- [Release notes](https://github.com/Azure/msrestazure-for-python/releases)
- [Commits](https://github.com/Azure/msrestazure-for-python/compare/v0.6.3...v0.6.4)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
2020-07-01 09:51:23 +00:00