From 06d3194ff693c4fa748604c5d5ca602906ecebb4 Mon Sep 17 00:00:00 2001 From: Tim Abbott Date: Fri, 12 Jul 2019 16:23:21 -0700 Subject: [PATCH] dependencies: Use the django-bitfield 1.9.5 release. The release contains all the fixes from our fork. --- requirements/common.in | 2 +- requirements/dev.txt | 2 +- requirements/prod.txt | 2 +- version.py | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) diff --git a/requirements/common.in b/requirements/common.in index a5274b4ba1..8727b85ab7 100644 --- a/requirements/common.in +++ b/requirements/common.in @@ -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 diff --git a/requirements/dev.txt b/requirements/dev.txt index bcd3cd5d21..241019bbf1 100644 --- a/requirements/dev.txt +++ b/requirements/dev.txt @@ -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 diff --git a/requirements/prod.txt b/requirements/prod.txt index dfc086d35e..ea7c5d5b20 100644 --- a/requirements/prod.txt +++ b/requirements/prod.txt @@ -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 diff --git a/version.py b/version.py index 7dbb53018c..e302e509bc 100644 --- a/version.py +++ b/version.py @@ -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'