Skip to content

Commit

Permalink
Merge pull request #45 from StackStorm-Exchange/update-dependencies
Browse files Browse the repository at this point in the history
Update dependencies
  • Loading branch information
blag authored Apr 12, 2019
2 parents 94e5a86 + e3bf0af commit 9a606a8
Show file tree
Hide file tree
Showing 4 changed files with 10 additions and 4 deletions.
6 changes: 6 additions & 0 deletions CHANGES.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# Change Log

# 0.12.7

- fix `attachments` parameter type in sensor.
- update `jinja` dependency to 2.10.1+
- use upstream `slackclient` package

# 0.12.6

- Fix `text` parameter in `chat.update` to be `required: false`, same as `chat.postMessage`. `text` only required when `attachments` is `None`
Expand Down
2 changes: 1 addition & 1 deletion pack.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ keywords:
- chat
- messaging
- instant messaging
version: 0.12.6
version: 0.12.7
python_versions:
- "2"
- "3"
Expand Down
4 changes: 2 additions & 2 deletions requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -2,5 +2,5 @@ requests>=2.5.0,<3.0
websocket-client==0.44.0
beautifulsoup4==4.6.0
lxml==3.8.0
jinja2==2.9.6
-e git+https://github.com/Kami/python-slackclient.git@stackstorm_patched#egg=slackclient
jinja2>=2.10.1
slackclient==1.3.1
2 changes: 1 addition & 1 deletion sensors/slack_sensor.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -21,4 +21,4 @@
timestamp_raw:
type: "string"
attachments:
type: "object"
type: "array"

0 comments on commit 9a606a8

Please sign in to comment.