dependencies: Use the django-bitfield 1.9.5 release.

The release contains all the fixes from our fork.
This commit is contained in:
Tim Abbott 2019-07-12 16:23:21 -07:00
parent 0f3c2748dd
commit 06d3194ff6
4 changed files with 4 additions and 4 deletions

View File

@ -37,7 +37,7 @@ defusedxml==0.5.0
django-auth-ldap==1.7.0
# Django extension providing bitfield support
-e git+https://github.com/zulip/django-bitfield@0d2b15cdb5af5ddec88d41cac19c0f2ce1b1ad38#egg=django-bitfield==1.9.3+dev.0d2b15cdb5af5ddec88d41cac19c0f2ce1b1ad38
django-bitfield==1.9.5
# Django extension for sending data to statsd
django-statsd-mozilla==0.4.0

View File

@ -9,7 +9,6 @@
#
--no-binary psycopg2
git+https://github.com/zulip/django-bitfield@0d2b15cdb5af5ddec88d41cac19c0f2ce1b1ad38#egg=django-bitfield==1.9.3+dev.0d2b15cdb5af5ddec88d41cac19c0f2ce1b1ad38
git+https://github.com/zulip/libthumbor.git@60ed2431c07686a12f2770b2d852c5650f3ccfc6#egg=libthumbor==1.3.2zulip
git+https://github.com/zulip/line_profiler.git#egg=line_profiler==2.1.2.zulip1
git+https://github.com/zulip/talon.git@7d8bdc4dbcfcc5a73298747293b99fe53da55315#egg=talon==1.2.10.zulip1
@ -46,6 +45,7 @@ decorator==4.4.0 # via ipython, traitlets
defusedxml==0.5.0
disposable-email-domains==0.0.49
django-auth-ldap==1.7.0
django-bitfield==1.9.5
django-formtools==2.1 # via django-two-factor-auth
django-otp==0.6.0 # via django-two-factor-auth
django-phonenumber-field==1.3.0 # via django-two-factor-auth

View File

@ -9,7 +9,6 @@
#
--no-binary psycopg2
git+https://github.com/zulip/django-bitfield@0d2b15cdb5af5ddec88d41cac19c0f2ce1b1ad38#egg=django-bitfield==1.9.3+dev.0d2b15cdb5af5ddec88d41cac19c0f2ce1b1ad38
git+https://github.com/zulip/libthumbor.git@60ed2431c07686a12f2770b2d852c5650f3ccfc6#egg=libthumbor==1.3.2zulip
git+https://github.com/zulip/line_profiler.git#egg=line_profiler==2.1.2.zulip1
git+https://github.com/zulip/talon.git@7d8bdc4dbcfcc5a73298747293b99fe53da55315#egg=talon==1.2.10.zulip1
@ -35,6 +34,7 @@ decorator==4.4.0 # via ipython, traitlets
defusedxml==0.5.0
disposable-email-domains==0.0.49
django-auth-ldap==1.7.0
django-bitfield==1.9.5
django-formtools==2.1 # via django-two-factor-auth
django-otp==0.6.0 # via django-two-factor-auth
django-phonenumber-field==1.3.0 # via django-two-factor-auth

View File

@ -21,4 +21,4 @@ LATEST_RELEASE_ANNOUNCEMENT = "https://blog.zulip.org/2019/03/01/zulip-2-0-relea
# Typically, adding a dependency only requires a minor version bump, and
# removing a dependency requires a major version bump.
PROVISION_VERSION = '37.4'
PROVISION_VERSION = '37.5'