Skip to content

Commit

Permalink
Fixes the urllib3 old version's vulnerability (#44)
Browse files Browse the repository at this point in the history
* Fixes the urllib3 old version's vulnerability

* Bump the version
  • Loading branch information
verdan authored and feng-tao committed Aug 5, 2019
1 parent aaa624c commit 6281bf0
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion requirements.txt
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
aniso8601==3.0.0
atlasclient==0.1.6
atlasclient==0.1.7
click==6.7
elasticsearch==6.2.0
elasticsearch-dsl==6.1.0
Expand Down
4 changes: 2 additions & 2 deletions setup.py
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
from setuptools import setup, find_packages

__version__ = '1.1.5'
__version__ = '1.1.6'


setup(
Expand All @@ -17,7 +17,7 @@
'elasticsearch==6.2.0',
'elasticsearch-dsl==6.1.0',
'statsd==3.2.1',
'atlasclient==0.1.6'
'atlasclient==0.1.7'
],
python_requires=">=3.6"
)

0 comments on commit 6281bf0

Please sign in to comment.