Skip to content

Commit 64e02e3

Browse files
Merge pull request #8 from trustpilot/update-sanic
Update sanic
2 parents ddd1e6f + e987cfd commit 64e02e3

3 files changed

Lines changed: 9 additions & 4 deletions

File tree

HISTORY.rst

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,4 +25,9 @@ History
2525
1.3.0 (2019-01-08)
2626
------------------
2727

28-
* @wraps the inner function to keep the args signature
28+
* @wraps the inner function to keep the args signature
29+
30+
1.4.0 (2019-03-04)
31+
------------------
32+
33+
* Update deps to allow latest version of sanic

sanicargs/__version__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
__version__ = '1.3.0'
1+
__version__ = '1.4.0'

setup.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,12 +17,12 @@
1717
history = history_file.read()
1818

1919
requirements = [
20-
'sanic==0.7.0'
20+
'sanic>=0.7.0'
2121
]
2222

2323
test_requirements = [
2424
'pytest==3.2.0',
25-
'pytest-sanic==0.1.6'
25+
'pytest-sanic>=0.1.6'
2626
]
2727

2828
extras = {

0 commit comments

Comments
 (0)