Skip to content

Commit 4a0c285

Browse files
authored
Merge pull request #11 from wavycloud/feature/upgrade-to-1.13.18
Bump version and update packages
2 parents 3144f86 + 344bf50 commit 4a0c285

File tree

2 files changed

+13
-3
lines changed

2 files changed

+13
-3
lines changed

requirements.txt

+12-2
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,14 @@
11
beautifulsoup4==4.5.0
22
boto3==1.3.1
3-
requests==2.9.1
4-
pytest==2.9.2
3+
botocore==1.4.93
4+
certifi==2020.4.5.1
5+
chardet==3.0.4
6+
docutils==0.16
7+
idna==2.9
8+
jmespath==0.10.0
9+
py==1.8.1
10+
pytest==2.9.2
11+
python-dateutil==2.8.1
12+
requests==2.23.0
13+
six==1.15.0
14+
urllib3==1.25.9

setup.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
from setuptools import setup, find_packages
22

33
setup(name='pyboto3',
4-
version='1.4.4',
4+
version='1.13.18',
55
packages=find_packages(),
66
description='Pythonic Interface for AWS boto3 that gives you autocomplete on every service',
77
author='WavyCloud',

0 commit comments

Comments
 (0)