Skip to content

Commit

Permalink
Upgrade the zulip_bots dependency to python-zulip-api:192e9e1.
Browse files Browse the repository at this point in the history
192e9e1 introduces bot-specific validate_config()
methods that are used in subsequent commits.
  • Loading branch information
roberthoenig authored and timabbott committed Mar 8, 2018
1 parent 35c7428 commit 194b2fd
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion requirements/common.in
Original file line number Diff line number Diff line change
Expand Up @@ -168,7 +168,7 @@ pyoembed==0.1.2
# We integrate with these tightly, so often it makes sense to pin a
# version from Git rather than a release.
-e "git+https://github.com/zulip/[email protected]#egg=zulip==0.4.1_git&subdirectory=zulip"
-e "git+https://github.com/zulip/python-zulip-api.git@0.4.1#egg=zulip_bots==0.4.1+git&subdirectory=zulip_bots"
-e "git+https://github.com/zulip/python-zulip-api.git@192e9e101d934a3171677ada511a11c26899cc96#egg=zulip_bots&subdirectory=zulip_bots"

# Used for Hesiod lookups, etc.
py3dns==3.1.0
Expand Down
2 changes: 1 addition & 1 deletion requirements/dev.txt
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
git+https://github.com/zulip/talon.git@7d8bdc4dbcfcc5a73298747293b99fe53da55315#egg=talon==1.2.10.zulip1
git+https://github.com/zulip/ultrajson@70ac02bec#egg=ujson==1.35+git
git+https://github.com/zulip/[email protected]#egg=zulip==0.4.1_git&subdirectory=zulip
git+https://github.com/zulip/python-zulip-api.git@0.4.1#egg=zulip_bots==0.4.1+git&subdirectory=zulip_bots
git+https://github.com/zulip/python-zulip-api.git@192e9e101d934a3171677ada511a11c26899cc96#egg=zulip_bots&subdirectory=zulip_bots
alabaster==0.7.10
apns2==0.3.0
argon2-cffi==18.1.0
Expand Down
2 changes: 1 addition & 1 deletion requirements/prod.txt
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
git+https://github.com/zulip/talon.git@7d8bdc4dbcfcc5a73298747293b99fe53da55315#egg=talon==1.2.10.zulip1
git+https://github.com/zulip/ultrajson@70ac02bec#egg=ujson==1.35+git
git+https://github.com/zulip/[email protected]#egg=zulip==0.4.1_git&subdirectory=zulip
git+https://github.com/zulip/python-zulip-api.git@0.4.1#egg=zulip_bots==0.4.1+git&subdirectory=zulip_bots
git+https://github.com/zulip/python-zulip-api.git@192e9e101d934a3171677ada511a11c26899cc96#egg=zulip_bots&subdirectory=zulip_bots
apns2==0.3.0
argon2-cffi==18.1.0
asn1crypto==0.23.0 # via cryptography
Expand Down
2 changes: 1 addition & 1 deletion version.py
Original file line number Diff line number Diff line change
Expand Up @@ -8,4 +8,4 @@
# Typically, adding a dependency only requires a minor version bump, and
# removing a dependency requires a major version bump.

PROVISION_VERSION = '15.4'
PROVISION_VERSION = '15.5'

0 comments on commit 194b2fd

Please sign in to comment.