Browse Source

Merge branch 'master' into dependabot/pip/six-1.13.0

pull/448/head
Ross McFarland 6 years ago
committed by GitHub
parent
commit
295102bde6
No known key found for this signature in database GPG Key ID: 4AEE18F83AFDEB23
3 changed files with 8 additions and 3 deletions
  1. +6
    -0
      .dependabot/config.yml
  2. +1
    -1
      requirements.txt
  3. +1
    -2
      setup.py

+ 6
- 0
.dependabot/config.yml View File

@ -0,0 +1,6 @@
version: 1
update_configs:
- package_manager: "python"
directory: "/"
update_schedule: "weekly"

+ 1
- 1
requirements.txt View File

@ -18,7 +18,7 @@ ns1-python==0.13.0
ovh==0.4.8
pycountry-convert==0.7.2
pycountry==19.8.18
python-dateutil==2.6.1
python-dateutil==2.8.1
requests==2.22.0
s3transfer==0.1.13
setuptools==40.3.0


+ 1
- 2
setup.py View File

@ -73,8 +73,7 @@ setup(
'natsort>=5.5.0',
'pycountry>=19.8.18',
'pycountry-convert>=0.7.2',
# botocore doesn't like >=2.7.0 for some reason
'python-dateutil>=2.6.0,<2.7.0',
'python-dateutil>=2.8.1',
'requests>=2.20.0'
],
license='MIT',


Loading…
Cancel
Save