Skip to content

Commit 4a56313

Browse files
committed
latest version of refuse
1 parent 0054c22 commit 4a56313

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

CHANGES.rst

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,7 @@ Changes
55
------------------
66

77
* Dropped Python 3.4 support
8+
* Updated dependency to ``refuse`` 0.0.5.
89

910
0.0.5 (2019-05-06)
1011
------------------

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -100,7 +100,7 @@
100100
include_package_data = True,
101101
install_requires = [
102102
'click>=7.0',
103-
'refuse==0.0.4',
103+
'refuse==0.0.5',
104104
'xmltodict'
105105
],
106106
extras_require = {'dev': development_deps_list},

0 commit comments

Comments
 (0)